- Python3
- pip
- PlatformIO Core
1. Download the latest Python installer
- Open the installer file
- Make sure you check the "Add Python 3.x to PATH" box
- Press the "Install Now" Button (administrator privileges required)
- Allow changes through python
- Press the "Disable Path length limit" Button
- Close the Installer
- Python is now installed. To make sure everything works properly, please reboot your system.
- Go to the latest release and press Sourcecode (zip)
- After the download is finished, extract the zip-archive to your desktop
- Open a new powershell or terminal window. (on windows type "powershell" in search)
- Navigate to the extracted folder using the "cd" command.
- Once you are in the correct directory run
pip install -r requirements.txt
- If you already closed the powershell window from the installation process, open a new one and navigate to the aqmConfigurator folder
- Once you are in the folder, run
python aqmConf.pythis should bring up a small window looking like the screenshot below

- Connect your ESP32 to your machine using the micro-usb cable.
- Once you have the ESP32 connected, press the "Build" button. The application might seem frozen. The first flash can take up to 2 minutes.
- write detailed install/usage guide
- add screenshots to every step