Uploading AT firmware to the ESP8266 is some kind of failure.
The ESP-01 module talked nicely over AT after purchase (I won't say not without a fight, but as it turns out it was my mistakes)
Next in the task queue was to connect under the Andruino IDE and some demo software - reprogramming went and it works.
Now trying to get back on Firmware AT - i..... drama. Different combinations of flashing softwares give different results, one doesn't go without a word another displays errors like "ESP efuse". The firmware "ESP8266 download tool" requires parameters the meaning of which it does not even explain (not to mention that they are highly detailed, such as memory mapping - can't it read this for itself from the module?).
Interestingly, the Arduino IDE programs it with 100% success rate.
I tried esptool.py, which is installed with the Andruino IDE (because this one apparently somehow manages it), and again it clings to the dependencies of pyserial.py, which is of course installed, but the dependencies are watched over by the Arduino IDE and so cannot be called from a finger.
I don't want to junk myself and install a separate instance of python, esptool, pyserial etc.
OK, question - isn't it possible to upload this AT firmware somehow magically from the Arduino IDE? this one somehow manages to deal with memory maps without pointing a finger.
The ESP-01 module talked nicely over AT after purchase (I won't say not without a fight, but as it turns out it was my mistakes)
Next in the task queue was to connect under the Andruino IDE and some demo software - reprogramming went and it works.
Now trying to get back on Firmware AT - i..... drama. Different combinations of flashing softwares give different results, one doesn't go without a word another displays errors like "ESP efuse". The firmware "ESP8266 download tool" requires parameters the meaning of which it does not even explain (not to mention that they are highly detailed, such as memory mapping - can't it read this for itself from the module?).
Interestingly, the Arduino IDE programs it with 100% success rate.
I tried esptool.py, which is installed with the Andruino IDE (because this one apparently somehow manages it), and again it clings to the dependencies of pyserial.py, which is of course installed, but the dependencies are watched over by the Arduino IDE and so cannot be called from a finger.
I don't want to junk myself and install a separate instance of python, esptool, pyserial etc.
OK, question - isn't it possible to upload this AT firmware somehow magically from the Arduino IDE? this one somehow manages to deal with memory maps without pointing a finger.