Chat freely about anything...

User avatar
By chandan2002x
#10618 Hello all,

This is a fresh Release. Still Beta 0.5 but with significant changes.

I can not document all the steps. Some important guidelines to test this release:

1. Use 115200 baud to flash and debug. It works with all version of ESP. I have tested 5 nodes.
2. Place the nodes more than a meter away from each other to avoid interference [Although modification carried out to avoid channel overlap]
3. Start only one Node [No command needed, just power up] and wait for about 10 sec. The node will be ROOT.
4. Now, switch on other nodes [Better sequentially with gap of 10 sec....but you can try all together]

scan the network and observe your network list...its increasing with various AP.
Observe the ROOT node serial port terminal. You will get the link info from child...grand child...and further.

Now, you may send "AT+PINGROOT" from any child node. The info will propagate through network upto ROOT and that will be displayed.

Please try to keep ROOT alive[there are some bug]. But you can restart any in between nodes [so called router]. The network has been protected from making local cluster.

Cheers ! Waiting for test result from you.

And will release the new version very soon.
[Please avoid lot of debug info in the console....all will be hided in later versions]
Attachments
(286.59 KiB) Downloaded 316 times
User avatar
By parmar7725274
#10660 Hi chandan2002x,

Are you going to share source code ?

chandan2002x wrote:Hello all,

This is a fresh Release. Still Beta 0.5 but with significant changes.

I can not document all the steps. Some important guidelines to test this release:

1. Use 115200 baud to flash and debug. It works with all version of ESP. I have tested 5 nodes.
2. Place the nodes more than a meter away from each other to avoid interference [Although modification carried out to avoid channel overlap]
3. Start only one Node [No command needed, just power up] and wait for about 10 sec. The node will be ROOT.
4. Now, switch on other nodes [Better sequentially with gap of 10 sec....but you can try all together]

scan the network and observe your network list...its increasing with various AP.
Observe the ROOT node serial port terminal. You will get the link info from child...grand child...and further.

Now, you may send "AT+PINGROOT" from any child node. The info will propagate through network upto ROOT and that will be displayed.

Please try to keep ROOT alive[there are some bug]. But you can restart any in between nodes [so called router]. The network has been protected from making local cluster.

Cheers ! Waiting for test result from you.

And will release the new version very soon.
[Please avoid lot of debug info in the console....all will be hided in later versions]
User avatar
By masual
#11098
chandan2002x wrote:Anybody tested? Any result?


First of all, thank you very much for your work and effort.

I just downloaded your last attachment ( bin_0.5_25021015.rar) and flashed it like this:

blank.bin-> 0x7E000
boot_v1.1.bin -> 0x00000
User1.in ->0x01000
User2.bin-> 0x41000
esp_init_data_default.bin-> 0X7C000

On serial I only get some garbage when I reset the ESP, but it's not responding to any AT command nor creating any AP that I can see.
Do I need to flash any of the files you previously attached first?