My boards are Amica v2 esp-12e.
First the good news. Flashing seems to work okay, with either the nodemcu-flasher or pyflasher 0.2 minding that the connection speeds are properly set on the driver and flasher with what my board wants -- at least they don't throw any errors. Getting the firmware files is okay I guess, at least I don't know of any problems that come from the firmware. These boards hold a lot of promise, and I'm excited to see if I can get the tools to work together with the boards to realize some of their potential.
Some of the problems.
I'm having a bunch of problems with Esplorer. I'm sure I'd be lost without it, but I'm really confused with it.
Working with LUA, "save to Esp" button won't work. It throws different errors with the same file that works with upload and executes without error. Some files will work with "send to esp", fail with "save to esp", and upload and execute without error.
Bunches of lua example code doesn't work -- including examples on nodemcu.com, in the esplorer examples, and stuff from other locations.
Oh, and where is it written that you need to hit the reset button on the board or with esplorer software after a start or restart to get things going.
I can't get AT commands to work.
I can't get any Micropython examples to work. (Yes, I'm selecting the options in esplorer for this.)
I'd appreciate any guidance that would help me navigate a smoother path through all this. Right now, things don't work - or at least don't work as I expect them to.