Hello!
I’m stuck using Arduino, and I’m wondering if I have it set up correctly.
The only Port I see is called ’dev/cu.Bluetooth-Incoming-Port'
… is that correct?
After I paste in the sample code (about making one of the LEDs turn blue) and I hit ‘Upload’ it takes about two minutes, then I see the success rainbow and it vibrates.
Here is the message we get:
Failed to execute script __main__
Upgrading target on /dev/cu.Bluetooth-Incoming-Port with DFU package /private/var/folders/rv/_d5bzyxx2xx1bj85d93wh0wm0000gn/T/arduino_build_963677/sketch_nov26e.ino.zip. Flow control is disabled.
Starting DFU upgrade of type 4, SoftDevice size: 0, bootloader size: 0, application size: 19784
Sending DFU start packet, afterwards we wait for the flash on target to be initialized before continuing.
Timed out waiting for acknowledgement from device.
Failed to upgrade target. Error is: No data received on serial port. Not able to proceed.
Possible causes:
- bootloader, SoftDevice or application on target does not match the requirements in the DFU package.
- baud rate or flow control is not the same as in the target bootloader.
- target is not in DFU mode. If using the SDK examples, press Button 4 and RESET and release both to enter DFU mode.
Failed to execute script __main__
After this, I’m not sure what to do in order to see the code run. I unplug it but nothing happens… I’m sure I’ve missed a step somewhere, though…
Thank you SO much, I really love my Jewelbot!