I have recently bought a 2-pack of Makerfocus ESP8266 boards on Amazon. This is the link: https://www.amazon.com/gp/product/B01IK9GEQG/ref=od_aui_detailpages00?ie=UTF8&psc=1
I have tried connecting the board to the computer using both the USB to Micro-USB cable into the receptacle on the board and an FTDI cable connected to the Vcc, Gnd, TX and RX pins. The results are the same:
- I get the error:
warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
error: espcomm_upload_mem failed
- The Arduino IDE correctly identifies the COM port the board is connected to (COM5)
- I have tried various speeds down to 9600Bd
- No lights show on the board
- The chip has ESP-12N on it. See photo below.
Questions: I suspect that the device is pre-loaded with a LUA interpreter. How do I re-flash it to work with the Arduino IDE? What board do I select in the Arduino board manager? What other troubleshooting actions can I take to load a program?
At the moment I am just trying to run one of the example programs.
Thanks,
Paul