Get temperature, humidity and luminosity sensor values on Raspberry Pi and print it to the 128x64 OLED display and also upload them to an API endpoint.
Simple Python script based on libraries for interacting with the sensors.
Hardware:
- Raspberry Pi Zero (Raspbian Stretch)
- AM2320 - temperature/humidity sensor
- TSL2561 - Luminosity sensor
- SSD1306 - 128x64 OLED display
Python libraries:
Here's a simple server for uploading, storing and retrieving the data.