MeNoGeek wrote:MikeBolton wrote:AP MAC Waiting MACThat's what I get when I forget to restart the esp in firmware update mode. Make sure you start the module in that mode before you open the flashing tool. And make sure you point to a valid firmware file, and the box on the left of it is checked.
STA MAC Waiting MACFlashes up 'require ("wifi")' and 'connectworld()'That's what it does when flashing too.Does it mean the ESP needs to be connected to 'wifi' or the PC connected to wifi?No, I can flash with no network access.Anyway, it seems this is not a 'standalone' application. Why not?Because it needs a .bin file to flash into your esp?Also how do I know what to set the default 'Flash Speed' to?I've always used 40MHz, 9600, and 512kB.Is there more information on this software?Well, I didn't need much more, but the developer's written in the About tab:Vowstar wrote:If you have any questions, please contact me.
Vowstar <vowstar@nodemcu.com>
OK, I only got it to work when my PC was wifi enabled. I did have the binary files (from ESP) entered and the config set correctly. It looks to me as if it downloaded the MAC addresses from somewhere. Using a non-wifi PC, I got no further than waiting for the MAC addresses. Anyway, it may have been the sequence (is this described anywhere?) but the ESP was in boot mode when powered up. Also it seems to need the binary files entered before clicking in the Flash bar. This is not entirely obvious as I would have expected it to read the MAC addresses separately from the flashing process. I have used the read_mac command to check for a valid connection before attempting a flash sequence. Does seem a very useful tool and far better than messing around with Python and esptool.py plus a complicated command line.
However, although it completed the update (to 0.9.4) successfully (as did my esptool version) it still doesn't respond to any AT commands. It gives the usual gibberish at 75KB when powered up but there is no blue LED flash when sending AT commands and consequently no answers. The AT commands do get to the ESP OK and it works on a 'virgin' ESP (from Banggood). Is there a problem with any of the ESP AT binary files? How critical is the 3.3V supply and the 3.3V serial input? The modules all work before the attempted update using the same hardware and ESPlorer tool.
From this forum topic header, it does seem as if I am not the only one having this problem?
Mike Bolton