Olimex Support Forum

DUINO => ARDUINO => Topic started by: alessiogi on October 27, 2013, 09:54:02 PM

Title: programming olimexino 32u4 with arduino ide?
Post by: alessiogi on October 27, 2013, 09:54:02 PM
good evening to all. I recently purchased a olimexino 32u4, but I can not program it to arduino ide.is 100% compatible with arduino ide?
where am I doing wrong?
are not an expert. and I have not found the guides.
thanks.

excuse me for my english,but i'm italian.
Title: Re: programming olimexino 32u4 with arduino ide?
Post by: olimex on October 29, 2013, 11:54:33 PM
yes, it's 100% compatible and works with arduino ide
did you read the user manual? on page 8 is written step by step how to use the board
Title: Re: programming olimexino 32u4 with arduino ide?
Post by: zackenquetsche on November 15, 2013, 08:14:10 PM
Hello,

I get some funny messages while uploading to my brand new olimexino 32u4 [ Mac OS X, Arduino 1.0.5] :

Binäre Sketchgröße: 6.206 Bytes (von einem Maximum von 28.672 Bytes)

processing.app.SerialException: Error touching serial port '/dev/cu.usbmodemfa131'.
   at processing.app.Serial.touchPort(Serial.java:123)
   at processing.app.debug.AvrdudeUploader.uploadViaBootloader(AvrdudeUploader.java:203)
   at processing.app.debug.AvrdudeUploader.uploadUsingPreferences(AvrdudeUploader.java:67)
   at processing.app.Sketch.upload(Sketch.java:1671)
   at processing.app.Sketch.exportApplet(Sketch.java:1627)
   at processing.app.Sketch.exportApplet(Sketch.java:1599)
   at processing.app.Editor$DefaultExportHandler.run(Editor.java:2380)
   at java.lang.Thread.run(Thread.java:695)
Caused by: gnu.io.UnsupportedCommOperationException: Invalid Parameter
   at gnu.io.RXTXPort.setSerialPortParams(RXTXPort.java:171)
   at processing.app.Serial.touchPort(Serial.java:113)
   ... 7 more

What can I do?
Title: Re: programming olimexino 32u4 with arduino ide?
Post by: Lurch on November 16, 2013, 03:46:32 PM
First, make sure you have picked the 'Arduino Leonardo' as board in 'Tools' menu
Second, make sure you have the correct Serial Port checked in 'Tools' menu
Also make sure you don't have the pins D0 (Rx) or D1 (Tx) connected to anything during upload as this interferes with the uploading.
Title: Re: programming olimexino 32u4 with arduino ide?
Post by: bsiege on December 11, 2013, 09:14:17 PM
Quote from: zackenquetsche on November 15, 2013, 08:14:10 PM
Hello,

I get some funny messages while uploading to my brand new olimexino 32u4 [ Mac OS X, Arduino 1.0.5] :

Binäre Sketchgröße: 6.206 Bytes (von einem Maximum von 28.672 Bytes)

processing.app.SerialException: Error touching serial port '/dev/cu.usbmodemfa131'.
   

What can I do?

OSX: I always use tty, not cu...