Empty White Screen Background Issue on Browser Interface for SDS011 and BME280 with ESP8266

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.

Welcome !

Which firmware is flashed in the ESP8266 ? Sensor.Community’s ?
In this case please refer to:
https://sensor.community/en/sensors/airrohr/

Which IP address are you typing in the browser to get the interface ?

Arduinos have no WiFi support so you can’t see any browser interface with them. But you can build a kind of interface in the Serial Monitor.

Please send me screenshots.

And again: the best way is to follow our complete instructions. You can do everything you describe with the normal firmware. ANd you can get all the logs from our archive or our API.