Coding your Air Quality Monitor at home
Click here for full instructions.
Using the linked instructions to help you, you must do the following steps:
If first time...
- Install Thonny
- Set up Thonny to communicate with an ESP32
- Install the ESP32 driver
- If using a new ESP32 (not the one from the workshop), install Micropython on it
- Get your code (or download a new version of it) and open it in Thonny
Whenever you edit the code...
- Write your code in main.py
- Upload your code to the ESP32
- Test and debug your code