PPAP Test MicroPython
This is a preparatory test project for the PPAP (PPAP is a plotter) project testing capabilities of MicroPython on ESP32.
Installation
- Install MicroPython on your ESP32 device.
- Create venv and install mpremote and micropython-esp32-stub on your host so you get autocomplete.
- Copy all fiels to your device using mpremote
mpremote cp <local_path> :<remote_path>.
Uploading changes
- Make sure your device is connected.
- Copy changed files onto a device using mpremote
mpremote cp <local_path> :<remote_path>. - Restart your device
mpremote reset - Check the results on the device.
Description
Languages
Python
100%