Science Oxford Logo

Get set up at home


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...
  1. Install Thonny
  2. Set up Thonny to communicate with an ESP32
  3. Install the ESP32 driver
  4. If using a new ESP32 (not the one from the workshop), install Micropython on it
  5. Get your code (or download a new version of it) and open it in Thonny

Whenever you edit the code...
  1. Write your code in main.py
  2. Upload your code to the ESP32
  3. Test and debug your code