Hi everyone,
I’m working on an air quality monitoring project and have an SDS011 particulate matter sensor and a BME280 sensor for temperature, humidity, and pressure. I would like to set up these sensors to send data to my laptop for logging and analysis, and I’m using an ESP8266 to handle the data transmission. However, I’m running into an issue, When I try to view the data in the browser interface, I’m getting a full white empty screen instead of the expected readings.
Has anyone set up these sensors with an ESP8266 or Arduino and experienced a similar white problem?
Any advice on resolving this screen issue, along with tips on wiring, software, or sample code, would be really helpful.