Hi there,
Frustrated Newb here.
I am running Windows 10, Arduino IDE 1.8.5
I try to push RESET and FLASH or upload Blink sketch and the LED flashes one time, with the sketch the command line throws this error:
Uploading 250240 bytes from C:\Users\me\AppData\Local\Temp\arduino_build_378528/sketch_jul02a.ino.bin to flash at 0x00000000
warning: espcomm_send_command: didn't receive command response
warning: espcomm_send_command(FLASH_DOWNLOAD_BEGIN) failed
error: espcomm_upload_mem failed
error: espcomm_upload_mem failed
I have the File->Preferences board manager set to : http://arduino.esp8266.com/stable/package_esp8266com_index.json
and a couple settings are
Board: NodeMCU 1.0 (ESP-12E Module)
Programmer: "AVRISP mkll"
Board Info
BN: Unknown board
VID: 10C4
PID: EA60
SN: Upload any sketch to obtain it
There are so many troubleshooting tips and web results I don't know which ones apply. None of them have helped so far. Any help would be appreciated.