An error occurred while uploading the sketch
Posted: Mon Oct 30, 2017 10:44 pm
Via RasPi 3. I have a 8266 board with the uUSB and I'm able to run Arduino IDE just fine. So I decided to try a smaller package, just the 8266, no pins, no control chips, no usb, just the can & ant. I've wired it up with 3.3v, rx/tx, tx/rx, gnd 15 & rst high, set cmdline.txt per instructions, port=ttyAMA0 and upload "Blink" ... compiles and Sketch uses 224.... and Global variables use... IDE hangs or if I try a different cmdline.txt I get
and the web hasn't been a lot of help because, "should be com1", apt install xyz (already done), diff chip config.
Code: Select all
An error occurred while uploading the sketch
error: failed sending 0xC0
error: failed sending 8 bytes
...
warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
and the web hasn't been a lot of help because, "should be com1", apt install xyz (already done), diff chip config.