The only mention I can find anywhere is the weatherstation examples and I have no sensors other than the oled.
Perfer nodejs bit if nothing else then python is ok. Just not C (Ugh, prehistoric!)
Thanks!
The only mention I can find anywhere is the weatherstation examples and I have no sensors other than the oled.
Perfer nodejs bit if nothing else then python is ok. Just not C (Ugh, prehistoric!)
Thanks!
Hi @ghidera2000,
Maybe the following links are going to help you:
Weather with the OLED
display: https://github.com/DexterInd/GrovePi/blob/master/Projects/OLED_Weather%20Display/weather.py
Weather with the OLED
display and with the DHT
sensor: https://github.com/DexterInd/GrovePi/blob/master/Projects/OLED_Weather%20Station/weather_station.py
Weather station with multiple sensors: https://github.com/DexterInd/GrovePi/tree/master/Projects/weather_station
Projects for the GrovePi
: https://github.com/DexterInd/GrovePi/tree/master/Projects
Also, can you tell us what is the version of your OLED
display? We may have discovered last week that versions >= 2.0
are not going to work. Check this forum post for more:
If there are any more questions from you, please tell us.
Thank you!
I got it sorted with the Adafruit library. Problem with your examples is I didn’t have any of the sensors used by the programs.
This topic was automatically closed after 19 hours. New replies are no longer allowed.