Hi,
I have recently purchased a 4Duino-24 module and I am trying to learn how to use it. When I connect it to my Windows 10 computer using a microUSB cable the screen comes alive and shows SPE2 rev 1.4, PmmC rev 4.4 and Comms 200000.
I have followed the instructions to add the URL https://www.4dsystems.com.au/media/d...ems_index.json to the Arduino IDE, version 1.8.1 and I can set the board to 4Duino 2.4" in the board manager..
When I connect the board it connects via Com Port 6.
I have tried to upload the 'Hello World' example program. When I try to compile it using Workshop, after setting the Comm Port to 6, I get the following error message.
Forcing reset using 1200bps open/close on port COM6
PORTS {COM6, } / {} => {}
PORTS {} / {COM7, } => {COM7, }
Found upload port: COM7
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega32u4 -cavr109 -PCOM7 -b57600 -D -Uflash:w:C:\Users\Hugh\AppData\Local\Temp\Arduino4D200628171716553/Hello_World.ino.hex:i
An error occurred while uploading the sketch
Completed RC=1
I get something similar when trying to upload the program using the Arduino IDE directly. The message says that it can't open Com Port 7.
Some help would be much appreciated to get me started.
Regards, Hugh
I have recently purchased a 4Duino-24 module and I am trying to learn how to use it. When I connect it to my Windows 10 computer using a microUSB cable the screen comes alive and shows SPE2 rev 1.4, PmmC rev 4.4 and Comms 200000.
I have followed the instructions to add the URL https://www.4dsystems.com.au/media/d...ems_index.json to the Arduino IDE, version 1.8.1 and I can set the board to 4Duino 2.4" in the board manager..
When I connect the board it connects via Com Port 6.
I have tried to upload the 'Hello World' example program. When I try to compile it using Workshop, after setting the Comm Port to 6, I get the following error message.
Forcing reset using 1200bps open/close on port COM6
PORTS {COM6, } / {} => {}
PORTS {} / {COM7, } => {COM7, }
Found upload port: COM7
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega32u4 -cavr109 -PCOM7 -b57600 -D -Uflash:w:C:\Users\Hugh\AppData\Local\Temp\Arduino4D200628171716553/Hello_World.ino.hex:i
An error occurred while uploading the sketch
Completed RC=1
I get something similar when trying to upload the program using the Arduino IDE directly. The message says that it can't open Com Port 7.
Some help would be much appreciated to get me started.
Regards, Hugh
Comment