ESP32FLASHWRITER

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
sunbear
Posts: 9
Joined: Thu Jan 31, 2019 5:17 pm

ESP32FLASHWRITER

Post by sunbear » Fri Mar 01, 2019 4:41 am

https://github.com/sunbearc22/ESP32FlashWriter.

I wrote this simple to use GUI to connect to a ESP32 device and write firmware to the esp32 flash. I like to share it here and seek your feedback and advice on its use. Thank you. ;)

danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

Re: ESP32FLASHWRITER

Post by danielm » Fri Mar 01, 2019 8:38 am

Is it possible to build portable executable for Windows with all dependencies included?

sunbear
Posts: 9
Joined: Thu Jan 31, 2019 5:17 pm

Re: ESP32FLASHWRITER

Post by sunbear » Fri Mar 01, 2019 4:04 pm

danielm wrote:
Fri Mar 01, 2019 8:38 am
Is it possible to build portable executable for Windows with all dependencies included?
I do not have the experience. However, I do hope to be able to try my script on Win OS some time soon. If things work out, I will then update my python script in the repository. I think work to build portable executable for Window can then happen.

Are you a Win OS user? Did the esp32flashwriter_v4_0.py script work on your system?

danielm
Posts: 167
Joined: Mon Oct 05, 2015 12:24 pm

Re: ESP32FLASHWRITER

Post by danielm » Fri Mar 01, 2019 5:41 pm

It seems that module termios is not available on Windows:
"Because it requires the termios module, it will work only on Unix."
https://docs.python.org/3/library/tty.html

sunbear
Posts: 9
Joined: Thu Jan 31, 2019 5:17 pm

Re: ESP32FLASHWRITER

Post by sunbear » Fri Mar 08, 2019 5:12 pm

danielm wrote:
Fri Mar 01, 2019 5:41 pm
It seems that module termios is not available on Windows:
"Because it requires the termios module, it will work only on Unix."
https://docs.python.org/3/library/tty.html
I have improved the Linux version to get it to work with Windows 10 and fixed other bugs. I have updated repository https://github.com/sunbearc22/ESP32FlashWriter. Please run `esp32flashwriter_v4_2.py` and do let me know if it works for you. Thank you.

User avatar
TerryMulhern
Posts: 2
Joined: Thu Mar 14, 2019 7:53 am

Re: ESP32FLASHWRITER

Post by TerryMulhern » Thu Mar 14, 2019 8:02 am

[quote=sunbear post_id=34440 time=1551415297 user_id=4868]
I have improved the Linux version to get it to work with Windows 10 and fixed other bugs. I have updated repository [url=https://github.com/sunbearc22/ESP32FlashWriter]https://github.com/sunbearc22/ESP32Flash[/url][url=https://yourhomeworkhelp.org/]Writer[/url]. Please run `esp32flashwriter_v4_2.py` and do let me know if it works for you. Thank you. ;)
[/quote]

Thanks for sharing. I'll try it out once I get to my PC (have Windows 10).
I've been also looking for ESP32 BLE + Arduino IDE + Android guide.

Edit: found the Instructables tutorial, but need the specifications for LEDs.

Post Reply