This repo documents my journey in Flashing Micro Python to both an ESP32 and ESP8266 for the first time using my Mac.
I tried to use an ESP32CAM with MicroPython and did not have any success.
I then set up Jupyter to host a Micro Python Kernel.
It ultimately lead to creating a Micro Python Notebook on an ESP8266 that communicates with the Adafruit MQTT Broker.
- Create a Python Virtual Environment
- Activate Environment
- Install esptool
- Follow ESP32 Notes