This repository is created to store the python code for our group project. The files bmp280.py, robust.py and simple.py aren't created by us, we had some problems with importing the libraries onto the RaspberryPi Pico W that was provided to us, so we downloaded them manually onto the machine.
The imported libraries can be found from:
- micropython/micropython-lib/micropython/ (Official Micropython GitHub)
umqtt.robust/umqtt/robust.py=>robust.py- Slight changes to how
simple.pyis imported due to us just importing the file in the same folder as ourpicow_scripts.pyfile.
- Slight changes to how
umqtt.simple/umqtt/simple.py=>simple.py
- micropython.bmp280/bmp280.py (Repository by Dafvid (David Stenwall))
NOTE: Information in config.py file is redacted because it normally would contain sensitive information such as API tokens, passwords, etc.
The picow_scripts.py file contains all the code required to run the program. The file is created based on the exercises done during the course.