|
|
@ -12,6 +12,12 @@ Inspired by https://www.instructables.com/A-Simple-MQTT-PubSub-Node-With-Arduino |
|
|
|
- Stores data in EEPROM to prevent data loss |
|
|
|
- Stores data in EEPROM to prevent data loss |
|
|
|
- Easy to configure by telnet port 1000 |
|
|
|
- Easy to configure by telnet port 1000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Requirements |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Arduino IDE (version 2.0.2) |
|
|
|
|
|
|
|
- UIPEthernet library by Norbert Truchsess, CassyArduino and Juraj Andrassy (version 2.0.12) |
|
|
|
|
|
|
|
- PubSubClient library by Nick O'Leary (version 2.8) |
|
|
|
|
|
|
|
|
|
|
|
## Configure |
|
|
|
## Configure |
|
|
|
|
|
|
|
|
|
|
|
The Device gets its IP address via DHCP. Make sure you have a working DHCP server on the network. |
|
|
|
The Device gets its IP address via DHCP. Make sure you have a working DHCP server on the network. |
|
|
|