[SOLVED] Any examples for Grove - OLED Display 0.96 inch

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:

  1. Weather with the OLED display: https://github.com/DexterInd/GrovePi/blob/master/Projects/OLED_Weather%20Display/weather.py

  2. Weather with the OLED display and with the DHT sensor: https://github.com/DexterInd/GrovePi/blob/master/Projects/OLED_Weather%20Station/weather_station.py

  3. Weather station with multiple sensors: https://github.com/DexterInd/GrovePi/tree/master/Projects/weather_station

  4. 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.

Hi @ghidera2000,

Alright then. So then I’ll close this thread.

Thank you!

This topic was automatically closed after 19 hours. New replies are no longer allowed.