- Mon Aug 28, 2017 5:28 pm
#69527
Programming the ESP-01 is actually not that difficult, once you've got the hang of it.
Since the ESP-01 isn't very n00b-friendly, it's always advised to start with a development board first and when you're comfortable with the ESP8266, you can wander along discovering individual ESP modules.
The ESP8266 is pretty strict when it comes to programming (and at some point using) it: the power supply must be able to deliver a solid current of at least 500mA at a stable 3.3V.
Using shortcuts (like taking the power provided by an FTDI and such) just doesn't do it (reliably).
There are some walk throughs for the ESP-01 though, like
this one on AllAboutCircuits.com.
That should get you going, but if you have any question, please don't hessitate to ask them here.
walt22 wrote:After flash it sends permanently scrambled characters.
Those "Scrambled" characters are (most likely) characters sent at a different baud rate than you've selected in you terminal program.
Remember that the ESP boots up at 74880 Baud and switches over to whatever rate is selected in the flashed program (most of the time it's at 115200 Baud, sometimes 9600 Baud)
Assumption is the mother of all f*ckups. At least: that's what I'm assuming.