Marvee Amasi
DIIDevHeads IoT Integration Server
•Created by Daniel kalu on 9/27/2024 in #iot-cloud
Ensuring Reliable Cloud Integration with ESP32 for Continuous Sensor Monitoring
Yh It happens most times , check your signal strength
, use the serial dot printIn to log the wifi rssi , it's a good start
int32_t rssi = WiFi.RSSI();
Serial.print("Signal strength: ");
Serial.println(rssi); // Anything you get that is maybe close to to zero is better
6 replies