View Single Post
Posts: 5 | Thanked: 0 times | Joined on Jan 2013
#1
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.