WI-FI MESH 開發問題
Re: WI-FI MESH 開發問題
can we have it in english ? did you reached 400+ devices ? can you explain the hardware setup ?
-
- Posts: 53
- Joined: Sun Aug 29, 2021 1:50 pm
Re: WI-FI MESH 開發問題
nop la, I have difficulty even with two node. I found that the heap memory seem leaking after I clone the sensor driver to my project, and now I am quite stuck at finding the heap memory leakage point.
I have try to print out every heap memory in my main .c file but still fail to found any problem and the offical Start Heap Trace seem cannot run and display anything.
Any suggestion??
I have try to print out every heap memory in my main .c file but still fail to found any problem and the offical Start Heap Trace seem cannot run and display anything.
Any suggestion??
-
- Posts: 20
- Joined: Wed May 19, 2021 12:48 pm
Re: WI-FI MESH 開發問題
Hi
It's ok.
We have tested 500+ devices, which are lamp devices. You may need to design the specific hardware design by yourself. The wifi mesh can only be connected with ESP32 chip devices.
For memory leaks, the MDF library has a memory printing function.
Relevant link: https://github.com/espressif/esp-mdf/bl ... ted.c#L146
This is malloc and free that can help you check.
It's ok.
We have tested 500+ devices, which are lamp devices. You may need to design the specific hardware design by yourself. The wifi mesh can only be connected with ESP32 chip devices.
For memory leaks, the MDF library has a memory printing function.
Relevant link: https://github.com/espressif/esp-mdf/bl ... ted.c#L146
This is malloc and free that can help you check.
-
- Posts: 53
- Joined: Sun Aug 29, 2021 1:50 pm
Re: WI-FI MESH 開發問題
hi Jyf_sunshine
May I have more specific on the 500+ light device test? Do your team test with light driver and mlink only? Any additional sensor attach to the mesh? and any additional communciation in implement on the mesh like JSON, http control message?
May I have more specific on the 500+ light device test? Do your team test with light driver and mlink only? Any additional sensor attach to the mesh? and any additional communciation in implement on the mesh like JSON, http control message?
-
- Posts: 20
- Joined: Wed May 19, 2021 12:48 pm
Re: WI-FI MESH 開發問題
Hi @XiotSamuel
Json and HTTP protocols are available, as well as OTA functionality, which is fine. For what you said about the attached sensor, the current main test of the lamp control (PWM), for adding sensors, there should be no big problem.
Tests are mostly done together. It is mainly to ensure that the signal quality between nodes is good enough.
Json and HTTP protocols are available, as well as OTA functionality, which is fine. For what you said about the attached sensor, the current main test of the lamp control (PWM), for adding sensors, there should be no big problem.
Tests are mostly done together. It is mainly to ensure that the signal quality between nodes is good enough.
Who is online
Users browsing this forum: No registered users and 40 guests