- Wed Dec 24, 2014 2:35 am
#5579
Please find the attached.
Just flash the binary in respective locations
1. Blank.bin-> 0x7E000
2. boot_v1.1.bin -> 0x00000
3. user1.in ->0x01000
4. user2.bin-> 0x41000
5. ...default.bin-> 0X7C000
How will it behave?
Just flash the firmware to multiple (more than 2, I expect.....however if two, then also you may see some part) ESP and connect them to UART (not required at all, but will help you to see the debug msg
)
1. All ESP will automatically find and sets its APIP, SSID (10 digit, as of now).
2. ALL ESP will be connected to its near-by Best AP (in the series of "MESH-abcde" SSID) ignoring other available AP.
3. If any AP lost, it will search for next best available AP and will be connected.
4. At every 15 sec, it will scan the current AP status and every 2 mins it will search for any other AP available in locality to connect with. In 15 sec, if current AP fails, it will search for full scan (The uart console may be disturbing as it shows many info, however, I have tried to trim to give the basic main glimpse)
5. Some other features that you may like:
a. Link capacity has been increased to 255 from 5 (Try it with putty or telnet at port 9999)
b. The main device AT commands are "almost undisturbed " however, there may be some changes/eefects in some cases such as "+CWJAP" will return "Already connected" if the AP is already connected.
c. Some AT command has been introduced (such as +CIPUPDATEC for local cloud update, +THINGSPEAK, +CROUTE, +GPIOC but I shall explain later, they may have some bugs and temporary disabled, needs testing)
However, as I am working on routing algorithm, you may see some communication just after node association.
Thanks. I believe, the descriptions are not enough but I am actually busy in code and bugs and hope someday proper documentation may be available.
As of now, SSID are open, but definitely in couple of week, there will be "dynamic password" with WPA/2.
As of now SSID are visible, but relax, very soon all will be hidden so that your WiFi search screen will not be clumsy
Still I am looking for "SSID size increase" and also "RF power control". Your help may escalate the development speed.
Please report your testing and expectation and desired features that I can incorporate.
Enjoy the Christmas !
Attachments
(271.97 KiB) Downloaded 566 times