![]() |
ESP32-S3 Core Development Board RTU, I2C, 1-wire Demo ESP-IDF Application - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=66) +--- Forum: G1 (https://www.kincony.com/forum/forumdisplay.php?fid=67) +--- Thread: ESP32-S3 Core Development Board RTU, I2C, 1-wire Demo ESP-IDF Application (/showthread.php?tid=7462) |
ESP32-S3 Core Development Board RTU, I2C, 1-wire Demo ESP-IDF Application - egionet - 01-24-2025 Hello, This demo application utilizes RS-485, 1-Wire, and I2C under the ESP-IDF environment. KinCony S3 Core Development Board RTU, I2C, 1-wire Demo Application The demo application interfaces the following sensors: The demo application interfaces the following sensors:
The RS2E and WDC2E sensors are configured as MODBUS RTUs and interfaced to the core development board via the RS-485 port. The BMP280 sensor is interfaced to the core development board via I2C and the DS18B20 sensor is interfaced to the board via 1-wire. ESP-IDF Components Library The demo application attempts to connect to a WiFi network, once connected, the system clock is synchronized over SNTP and then it will poll all four sensors at a user-defined interval (6-seconds). As each sensor is polled the application prints the results via the serial debug port. Serial debug port print example: Code: E (23447) RTU [APP]: ################## KINCONY-S3 ################## RE: ESP32-S3 Core Development Board RTU, I2C, 1-wire Demo ESP-IDF Application - admin - 01-25-2025 thanks for your effort. |