diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e18783 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# PPAP Test MicroPython + +This is a preparatory test project for the PPAP (PPAP is a plotter) project testing capabilities of MicroPython on ESP32. + +## Installation +1. Install [MicroPython](https://micropython.org/download/esp32/) on your ESP32 device. +2. Create venv and install mpremote and micropython-esp32-stub on your host so you get autocomplete. +3. Copy all fiels to your device using mpremote `mpremote cp :`. + +## Uploading changes +1. Make sure your device is connected. +2. Copy changed files onto a device using mpremote `mpremote cp :`. +3. Restart your device `mpremote reset` +4. Check the results on the device.