This project aims to read a good quality temperature reading from a sensor and to display this information on an oled screen. In addition to this the new capabilities of the Raspberry Pi Pico W are used to serve a web page with the temperature readings and show different colors based on the temperature. The software also is reading the current air pressure and is showing the information on the display and the web page.
- pico w
- oled display 128*64 (ssd1306)
- bmp280
- permission to write to pico w
chmod a+rw /dev/ttyACM0
- copy
*.py
files to the internal storage of the pico - install lib
micropython-ssd1306
withupip
- move files from
micropython-bmp280
to the internal storage - enter your wifi credentials in
secrets.py
- navigate to the ip that is shown on the oled display
- be happy :)🎉