![]() |
USB Serial Driver for Arduino UNO R3?
Hi fellas, first post so first of all cheers to all of you! Good work :)
I have been trying to set up my N810 to talk to my Arduino UNO R3 via USB/serial. There are a few tutorials and blog posts around, but they are all seriously dated and don't pertain to the newer version of Arduino. At the time, Arduino boards were fitted with an FTDI chip to do the USB/serial conversion, but since the UNO was released, they have moved to the Atmega8u2 (on R1 and R2), and Atmega16u2 (on R3). Now, they say that this chip is programmed to work just as the FTDI did before it. But nevertheless, when I connect the Arduino UNO to the N810 (Maemo DIABLO 5.2008.43-7, modified kernel from IDEO with FTDI driver, serproxy, host cable etc..), everything seems to work according to plan, but the NIT doesn't recognize the USB device.. thus failing to attach it to /dev/ttyUSB0. Is there anybody who can give me a hand with this? I was a coder many years back and have just recently picked it up again as a hobby (I just missed it too much). Is there any Atmega8u2 or Atmega16u2 driver out there that I can load on the N810? Thank you!! p.s. What I want to do is use the N810 as a rapid prototyping tool, so I can easily set up GUI's to track multiple sensor feeds while on the move (on motor vehicles). If this doesn't work, I might go a different route... either with an Arduino USB host shield, or via BlueTooth. I just need the FlashPlayer to send and received data to/from the microcontroller. |
Re: USB Serial Driver for Arduino UNO R3?
Here is the log from dmesg:
PHP Code:
|
Re: USB Serial Driver for Arduino UNO R3?
With uno you're supposed to use one of the usb cdc drivers, I forget the details though.
|
Re: USB Serial Driver for Arduino UNO R3?
Looks like I could recompile the FTDI driver to recognize the new VID and PID... Isn't the UNO's USB/serial firmware acting just the same as FTDI?
|
Re: USB Serial Driver for Arduino UNO R3?
yeah, Igot this working.
Ican currently program my arduino via terminal, is this what you're trying to do? |
Re: USB Serial Driver for Arduino UNO R3?
That's something I also want to do! Please tell me how!!
|
Re: USB Serial Driver for Arduino UNO R3?
The Uno doesn't use ftdi, and doesn't behave like ftdi, don't try to use ftdi drivers.
|
Re: USB Serial Driver for Arduino UNO R3?
Thank you for the info, in fact it was stated on a few resources online that the Atmega chip used in the Arduino UNO for USB/serial conversion was loaded with a firmware that mimics the FTDI driver in all it's behaviors, with the key difference laying in the different Vendor ID.
I will have to look further into it. I have reflashed the N810 with the latest DIABLO image, and haven't burned the modded kernel this time. I wanted to try to load the required drivers by hand with insmod. I found the CDC driver page, but at my first attempt (loading just the CDC USB driver) the USB port did not come to life and fire up the Arduino board. I guess there will be more modules to be installed. |
All times are GMT. The time now is 15:09. |
vBulletin® Version 3.8.8