Search found 124 matches

by rsimpsonbusa
Wed Jun 07, 2023 5:08 am
Forum: ESP-MDF
Topic: Event callback still called after deiniting it and calling esp_wifi_stop()
Replies: 1
Views: 44978

Re: Event callback still called after deiniting it and calling esp_wifi_stop()

Partially I have same problem or need. You should monitor the IP_EVENT_STA_GOT_IP and IP_EVENT_STA_LOST_IP. I can vouch for the IP_EVENT_STA_GOT_IP event, which I use to start other tasks only when there is a confirmed connection to the router, made by starting the mesh. But I have not been able to ...
by rsimpsonbusa
Wed Jun 07, 2023 4:45 am
Forum: ESP-MDF
Topic: Event callback still called after deiniting it
Replies: 1
Views: 30535

Re: Event callback still called after deiniting it

I believe that those two calls are not immediate, meaning they will cause EVENTS to be posted at their own pace as it seems to be your case. The correct order will be to wait for specific events, say via EventGroupSetBits or whatever. I had similar unexpected behaviour and crashes until I went this ...
by rsimpsonbusa
Wed Jun 07, 2023 4:21 am
Forum: ESP-MDF
Topic: ESP MESH network with 2 Access Points
Replies: 2
Views: 31278

Re: ESP MESH network with 2 Access Points

There is a youtube video of the 2022 Expressif conference that kinda says something like this but in a very confusing way, at least to me. Not the best presentation ever :D but it "seems" to show 1 ESP32 that can "send" thru wifi using the STA and the AP as another STA. Check it out https://www.yout...
by rsimpsonbusa
Wed Jun 07, 2023 3:43 am
Forum: ESP-MDF
Topic: Ready binary for mesh
Replies: 2
Views: 31070

Re: Ready binary for mesh

Hi @christiand Yeah :D it certainly looks like that in many many many unanswered questions or even hopeful answers. It hopeless. It stopped being helpful a long time ago. Mostly I think people browse and dont want or take the time to give some help. Try youtube videos much more helpful Anyways, as t...
by rsimpsonbusa
Wed Jun 07, 2023 2:53 am
Forum: ESP-IDF
Topic: Mesh root node never gets Lost IP
Replies: 1
Views: 1117

Mesh root node never gets Lost IP

Hi all.

IP handler is the same as GOT_IP, which does get called and logged, but after powering off the Router, no LOST_IP after more than 10 hours.

Any ideas.
by rsimpsonbusa
Fri Jun 02, 2023 2:17 pm
Forum: ESP-IDF
Topic: Mesh questions
Replies: 3
Views: 1728

Re: Mesh questions

Hi Ran. This morning I ran my 4 node Mesh with two ROOTs, First mesh (Mesh 1) uses the same router and SSID/PSWD as the other mesh (Mesh2). They do exactly the same function it was intended to do, but each one has 1 Root node, each with 2 nodes. So yes, just change the mesid id to another. My case o...
by rsimpsonbusa
Fri Jun 02, 2023 1:08 am
Forum: ESP-IDF
Topic: Mesh questions
Replies: 3
Views: 1728

Re: Mesh questions

Hi Ran. DId you create a try a second MesiID with same ssid/pswd and new MeshID?

RSN
by rsimpsonbusa
Wed May 17, 2023 5:42 pm
Forum: ESP-IDF
Topic: Provision Manager and Mesh coexistence incompatibility
Replies: 1
Views: 1068

Re: Provision Manager and Mesh coexistence incompatibility

I finally figured it out !!!!
by rsimpsonbusa
Mon May 15, 2023 11:59 pm
Forum: ESP-IDF
Topic: Provision Manager and Mesh coexistence incompatibility
Replies: 1
Views: 1068

Provision Manager and Mesh coexistence incompatibility

Hi all. Does anybody know a way to have the Provision Manager routines (BLE interface) and a Mesh routines coexist in the same App? Idea is that when NOT PROVISIONED we go thru the usual provision steps (BLE) chose whatever Access Point one wants, save as usual to NVS then REBOOT or just continue, a...
by rsimpsonbusa
Fri May 12, 2023 5:10 am
Forum: ESP-IDF
Topic: Mysterious freeze/stop in the field
Replies: 15
Views: 13112

Re: Mysterious freeze/stop in the field

Some suggestions: Power supply, as suggested by @ESP-Sprite, use a good one. Did have that problem at a point. I assume you are making your own PCB so decouple the LDO with the usual small 0.1 and 10uF and another big 100uF in the VOUT section. Review your power traces, should be thicker than signal...