Search found 31 matches

by Peugot206
Mon Apr 25, 2022 2:42 pm
Forum: Programs, Libraries and Tools
Topic: MicroWebSrv2 WebSocket Client
Replies: 3
Views: 3079

Re: MicroWebSrv2 WebSocket Client

I'm looking into the MicroWebSrv2 library (https://github.com/jczic/MicroWebSrv2) and I cannot figure out how to start a websocket client that connects to a localhost running webserver. All the examples seem to be based on being the server itself As far as I know, the websocket connections are alwa...
by Peugot206
Mon Apr 25, 2022 1:53 pm
Forum: Programs, Libraries and Tools
Topic: MicroWebSrv2 WebSocket Client
Replies: 3
Views: 3079

MicroWebSrv2 WebSocket Client

Hi forum users, I'm looking into the MicroWebSrv2 library (https://github.com/jczic/MicroWebSrv2) and I cannot figure out how to start a websocket client that connects to a localhost running webserver. All the examples seem to be based on being the server itself, rather than being a client. I found ...
by Peugot206
Mon Apr 25, 2022 7:08 am
Forum: Programs, Libraries and Tools
Topic: Building MP firmware results in boot-loop ESP32
Replies: 13
Views: 5447

Re: Building MP firmware results in boot-loop ESP32

Interesting.. the problem you state I also have since I've built my custom firmware, but I didn't really see this as an issue. I simply keep pressing CTRL + D until it works again.. however I did not know that this is only in the 'custom' built firmwares. I will give your try-except solution definit...
by Peugot206
Sun Apr 24, 2022 10:38 am
Forum: Programs, Libraries and Tools
Topic: Building MP firmware results in boot-loop ESP32
Replies: 13
Views: 5447

Re: Building MP firmware results in boot-loop ESP32

So after I gave up after a few days I stumbled upon this library (https://github.com/russhughes/st7789_mpy#setup-micropython-build-environment-in-ubuntu-20042), the library has given MicroPython build tutorials for the ESP32. So here I went again with good hopes! Started on a fresh installed Ubuntu ...
by Peugot206
Sat Apr 23, 2022 10:44 am
Forum: Programs, Libraries and Tools
Topic: Details of build environment for micropython releases (esp. ESP32)
Replies: 7
Views: 5031

Re: Details of build environment for micropython releases (esp. ESP32)

I'm currently also looking into this, I've build mine now with all the supported ESP-IDF versions and none of them works. I'm wondering if one of them works for you? I'm not sure whether the relesaes do this as well, but following all steps from tools/ci.sh always worked for me; it should because i...
by Peugot206
Fri Apr 22, 2022 5:26 pm
Forum: Programs, Libraries and Tools
Topic: Details of build environment for micropython releases (esp. ESP32)
Replies: 7
Views: 5031

Re: Details of build environment for micropython releases (esp. ESP32)

I'm currently also looking into this, I've build mine now with all the supported ESP-IDF versions and none of them works. I'm wondering if one of them works for you?
by Peugot206
Wed Apr 20, 2022 4:01 pm
Forum: Programs, Libraries and Tools
Topic: Building MP firmware results in boot-loop ESP32
Replies: 13
Views: 5447

Re: Building MP firmware results in boot-loop ESP32

I still haven't found a solution for this after hours. How come no one else runs into these kind of issues I wonder.. could anyone else maybe try to build the firmware for ESP32 and let me know the result? I would greatly appreciate that! If it works, please tell what MicroPython version git you are...
by Peugot206
Mon Apr 18, 2022 10:43 am
Forum: Programs, Libraries and Tools
Topic: Building MP firmware results in boot-loop ESP32
Replies: 13
Views: 5447

Re: Building MP firmware results in boot-loop ESP32

There is the version 4.4, which has been used. When changing branches of the esp-idk, do not forget to run git submodule update —init in the esp-idf directory, and it cannot hurt to run install.sh as well. Thanks for your response. Tried this version as well, but did it again with the 'git submodul...
by Peugot206
Mon Apr 18, 2022 9:02 am
Forum: Programs, Libraries and Tools
Topic: Building MP firmware results in boot-loop ESP32
Replies: 13
Views: 5447

Re: Building MP firmware results in boot-loop ESP32

https://forum.micropython.org/viewtopic.php?f=8&t=11827 It is not for your variant of ESP32, I assume Generic, but the suggestion of which version of esptools might be relevant. Thank you, with good hopes I tried the version they recommended. v4.4-beta1 (with MP v1.18 git), rebuild the .bin file bu...
by Peugot206
Mon Apr 18, 2022 7:27 am
Forum: Programs, Libraries and Tools
Topic: Building MP firmware results in boot-loop ESP32
Replies: 13
Views: 5447

Re: Building MP firmware results in boot-loop ESP32

Did you do a build before putting any of your files in /modules ? Yes, I haven't added anything in my modules yet, because I wanted to test if this works first to make sure. I also notice that the filesize is different than the ESP32 generic v1.18 which is 1.519kB (from the MicroPython download pag...