DOIT TTL-WiFi and Arduino IDE .. I give up
Posted: Tue Nov 27, 2018 9:23 pm
So I give up .. it's time to ask for help, which is a hard thing to admit..
I have a DOIT TTL-Wifi board; see pic attached. I am attempting to program it. To make sure I know how to get code into the device, I'm starting with a simple BLINK and/or a simple serial output, using the Arduino IDE.
Long story short, nothing works, and it occurs to me that could be because I don't know what parameters to use in the Arduino IDE. This particular device is not listed among the various possibilities and in fact, none of the boards listed there look quite right.
So I picked Generic ESP8266, which results in even more choices for me to make .. Flash mode, flash size, Crystal frequency and so forth.
I'm pretty sure I'm communicating with the device, and here's why. Using ESPTOOL.PY, I downloaded the flash to a file and examined the file. In that binary file, way way down, was the string
C:\Users\alan\AppData\Local\Arduino15\packages\esp8266\
and so forth. I find it highly unlikely that the stock firmware was created by another guy named Alan. <g>
Anyway, I appear to have gotten something IN to the device and I can get something OUT of the device. I just can't make the LED blink.
What am I doing wrong?
Thanks for any thoughts.
Alan
I have a DOIT TTL-Wifi board; see pic attached. I am attempting to program it. To make sure I know how to get code into the device, I'm starting with a simple BLINK and/or a simple serial output, using the Arduino IDE.
Long story short, nothing works, and it occurs to me that could be because I don't know what parameters to use in the Arduino IDE. This particular device is not listed among the various possibilities and in fact, none of the boards listed there look quite right.
So I picked Generic ESP8266, which results in even more choices for me to make .. Flash mode, flash size, Crystal frequency and so forth.
I'm pretty sure I'm communicating with the device, and here's why. Using ESPTOOL.PY, I downloaded the flash to a file and examined the file. In that binary file, way way down, was the string
C:\Users\alan\AppData\Local\Arduino15\packages\esp8266\
and so forth. I find it highly unlikely that the stock firmware was created by another guy named Alan. <g>
Anyway, I appear to have gotten something IN to the device and I can get something OUT of the device. I just can't make the LED blink.
What am I doing wrong?
Thanks for any thoughts.
Alan