- ESP8266 ⚡
- RFID RC522 📡
- Servo Motor ⚙️
- MRFC522 by GitCommunity 🏷️
- LittleFS 🗂️
sudo apt update
sudo apt install python3-pip
pip install -U platformio
pio --version
pio project init --board nodemcuv2
pio lib installTo install the LittleFS plugin, use one of the following commands:
# Using wget 🐧
wget https://github.com/earlephilhower/arduino-littlefs-upload/releases/download/1.5.4/arduino-littlefs-upload-1.5.4.vsix
# Using curl 🌐
curl -LO https://github.com/earlephilhower/arduino-littlefs-upload/releases/download/1.5.4/arduino-littlefs-upload-1.5.4.vsix
# Move to the folder
mv arduino-littlefs-upload-1.5.4.vsix ~/.arduino15/plugins/# Using wget 🐧
wget https://github.com/dankeboy36/esp-exception-decoder/releases/download/1.1.0/esp-exception-decoder-1.1.0.vsix
# Using curl 🌐
curl -LO https://github.com/dankeboy36/esp-exception-decoder/releases/download/1.1.0/esp-exception-decoder-1.1.0.vsix
# Move to the folder
mv esp-exception-decoder-1.1.0.vsix ~/.arduino15/plugins/Create /web/.env file with this content:
VITE_API_TARGET=http://YOUR-ESP-ADDRESS- Create the file wifi.h(more details bellow)
- Upload /data using littleFS
- Upload the application
- Access the configuration page in your web browser.
#ifndef WIFI_H
#define WIFI_H
const char* ssid = "<SSID>";
const char* password = "<WIFIP ASSWORD>";
#endif // WIFI_H- WiFi Access Point 📶
- Web Server 🌍
- Servo Configuration ⚙️
- RFID Registration 🏷️
- System Logs 📜
- RFID Scanner 🔍
- (More pawsome features coming soon!) 🐕🐈
This project is dedicated to the loving memory of my family pet Clone.
Forever in the heart of my family and always inspiring every line of code. 🐈⬛❤️