wafa_ath
wafa_ath
DIIDevHeads IoT Integration Server
Created by Dtynin on 7/11/2024 in #edge-networking
Why isn't my ATmega328P sending DHT11 sensor data to the ESP-01 module via MQTT?
The ATmega328P and ESP-01 need to communicate at the same baud rate. Change ESPserial.begin(115200); to ESPserial.begin(9600);.
4 replies