How to upgrade cyberfly micropython in esp32

Cyberfly
Oct 22, 2023

--

In this article we are going to learn how to install our Cyberfly micropython firmware in esp32 micro controller.

after the lot of struggle we are ported our Cyberfly data-shipper python SDK to micropython. here is our first beta version of micropython esp32 firmware.

  1. download https://thonny.org/ and install thonny micropython IDE in your system

2. Download our firmware file from this github link — https://github.com/cyberfly-io/cyberfly-micropython/releases/tag/esp32

3. Open thonny IDE and connect your esp32 microcontroller to your system

4. Open interpreter option as following screenshot

click configure interpreter

Click install or upgrade micropython option as follows

select the downloaded firmware

select target port and click install

done.

--

--