Page 1 of 1

ESP32FLASHWRITER

Posted: Fri Mar 01, 2019 4:41 am
by sunbear
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. ;)

Re: ESP32FLASHWRITER

Posted: Fri Mar 01, 2019 8:38 am
by danielm
Is it possible to build portable executable for Windows with all dependencies included?

Re: ESP32FLASHWRITER

Posted: Fri Mar 01, 2019 4:04 pm
by sunbear
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?

Re: ESP32FLASHWRITER

Posted: Fri Mar 01, 2019 5:41 pm
by danielm
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

Re: ESP32FLASHWRITER

Posted: Fri Mar 08, 2019 5:12 pm
by sunbear
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.

Re: ESP32FLASHWRITER

Posted: Thu Mar 14, 2019 8:02 am
by TerryMulhern
[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.