2023 RFID實驗中 Arduino Third Party Library
更換 為 Third Party Library 參考 https://randomnerdtutorials.com/
目錄位置 :
C:\Users\User\OneDrive\文件\Arduino\libraries
1) PubSubClient Library
Installing the PubSubClient Library
The PubSubClient library provides a client for doing simple publish/subscribe messaging with a server that supports MQTT (basically allows your ESP32 to talk with Node-RED).
- Click here to download the PubSubClient library. You should have a .zip folder in your Downloads folder
- Unzip the .zip folder and you should get pubsubclient-master folder
- Rename your folder from
pubsubclient-masterto pubsubclient - Move the pubsubclient folder to your Arduino IDE installation libraries folder
- Then, re-open your Arduino IDE
The library comes with a number of example sketches. See File >Examples > PubSubClient within the Arduino IDE software.
Important: PubSubClient is not fully compatible with the ESP32, but the example provided in this tutorial is working very reliably during our tests.
2) Installing WiFiManager and ArduinoJSON
You also need to install the WiFiManager Library and ArduinoJSON Library. Follow these next instructions.
Installing the WiFiManager Library
- Click here to download the WiFiManager library. You should have a .zip folder in your Downloads
- Unzip the .zip folder and you should get WiFiManager-master folder
- Rename your folder from
WiFiManager-masterto WiFiManager - Move the WiFiManager folder to your Arduino IDE installation libraries folder
- Finally, re-open your Arduino IDE
Installing the ArduinoJSON Library
- Click here to download the ArduinoJSON library. You should have a .zip folder in your Downloads
- Unzip the .zip folder and you should get ArduinoJSON-master folder
- Rename your folder from
ArduinoJSON-masterto ArduinoJSON - Move the ArduinoJSON folder to your Arduino IDE installation libraries folder
- Finally, re-open your Arduino IDE
沒有留言:
張貼留言