I have a new SK-IOD-09TH Starter Kit plus a second IOD-09TH, but I can't seem to upload code to them.
I'm trying to upload the Iod9demo code (I can't find any other demo or tutorials) in both Arduino as well as Workshop 4, but none can connect after compiling.
The included display turns on and boots to its included screen, and the green LED flashes when any of these are attempting to connect.
The second display just stays black, though the 4D-UPA green LED still flashes with comms.
I also have the same results with Arduino on my Mac (after I installed Python and SiLabs drivers...).
Arduino compiles and gets to the connecting ....____.... screen, LED on the board is flashing, but it eventually times out.
Workshop 4 just compiles to Completed RC=1 after nothing seems to happen, though when I scroll up I do see
I do have COM3 Arduino comms selected, which does blink the led and goes away when I disconnect from USB.
I've tried pressing, repeatedly as well as holding down the Flash button, but it makes no difference.
Any suggestions?
Also, any recommendations for first time tutorials and example code? I couldn't even find any applicable app notes on the site.
I'm trying to upload the Iod9demo code (I can't find any other demo or tutorials) in both Arduino as well as Workshop 4, but none can connect after compiling.
The included display turns on and boots to its included screen, and the green LED flashes when any of these are attempting to connect.
The second display just stays black, though the 4D-UPA green LED still flashes with comms.
I also have the same results with Arduino on my Mac (after I installed Python and SiLabs drivers...).
Arduino compiles and gets to the connecting ....____.... screen, LED on the board is flashing, but it eventually times out.
Workshop 4 just compiles to Completed RC=1 after nothing seems to happen, though when I scroll up I do see
Code:
Connecting...
File "C:\Users\Josh Wardell\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3/tools/upload.py", line 65, in <module>
esptool.main(cmdline)
File "C:/Users/Josh Wardell/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.6.3/tools/esptool\esptool.py", line 2890, in main
esp.connect(args.before)
File "C:/Users/Josh Wardell/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.6.3/tools/esptool\esptool.py", line 483, in connect
raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
An error occurred while uploading the sketch
_
I've tried pressing, repeatedly as well as holding down the Flash button, but it makes no difference.
Any suggestions?
Also, any recommendations for first time tutorials and example code? I couldn't even find any applicable app notes on the site.

Comment