0 votes
in WeatherStationClassic by (170 points)
I managed to build the weather station and its working pretty well (you should have mentioned that flashing the ESP is not possible with connected screen and sensors, it took me some hours to find out ;-).

I wonder how to integrate more screens with the readout from the supplied sensors. It looks like they are not integrated into the weather station demo at all?

1 Answer

0 votes
by (19.9k points)
selected by
 
Best answer
There are a number of examples in the library that make use of the carousel i.e. multiple rotating frames.

Example 1: https://github.com/ThingPulse/esp8266-weather-station/blob/master/examples/WorldClockDemo/WorldClockDemo.ino#L129

Example 2: https://github.com/ThingPulse/esp8266-weather-station/blob/master/examples/WeatherStationDemo/WeatherStationDemo.ino#L138

How to read from the DHT11 is explained on page 35 of the tutorial.

Welcome to ThingPulse Q&A, where you can ask questions and receive answers from other members of the community.

https://thingpulse.com

...