- This is my final project in polytechnic. I make a project using Raspberry Pi, PMS5003, and Waveshare Sense Hat B. Data is reading in Raspberry Pi and send to Ubidots with HTTP Requests
- This code is worked with Python3
- Enable Raspberry Pi serial port and disable serial login with
sudo raspi-config - python-aqi :
pip install python-aqi - requests :
pip install requests