|
2008-05-28
, 15:57
|
|
Posts: 100 |
Thanked: 13 times |
Joined on Mar 2008
|
#42
|
I use this to build a display for my car, since i dont have obd2 port. i started discussion at http://www.internettablettalk.com/fo...ad.php?t=19671
Currently i have Flash talking to Arduino using python proxy. havent gotten this to work with AS2, but AS3 works. there are definitely problems with Flash > Firmata > Arduino. i`m trying Actionscript2 to get working with xmlsocket, since i`m pretty new to AS3 and dont have time to learn it..
Bluetooth version is also welcome, but for now there are too many problems with current setup to deal with..
|
2008-05-28
, 20:15
|
Posts: 20 |
Thanked: 1 time |
Joined on Apr 2008
|
#43
|
|
2008-06-06
, 13:48
|
|
Posts: 100 |
Thanked: 13 times |
Joined on Mar 2008
|
#44
|
|
2008-06-06
, 14:26
|
Posts: 20 |
Thanked: 1 time |
Joined on Apr 2008
|
#45
|
|
2008-06-06
, 18:00
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#46
|
At this point I'm just fishing for useful info. For example, can anyone tell me what it will take for the n800 to send the serial data to the Arduino via BT?
The Following User Says Thank You to For This Useful Post: | ||
|
2008-06-08
, 07:16
|
Posts: 20 |
Thanked: 1 time |
Joined on Apr 2008
|
#47
|
|
2008-07-04
, 03:47
|
Posts: 384 |
Thanked: 90 times |
Joined on Mar 2008
|
#48
|
For N800 with OS2008 you can try to get my archive of various modules and try to insmod the drivers/usb/ftdi_sio.ko from it.
http://fanoush.wz.cz/maemo/modules-2...-custom.tar.gz
For N800 with OS2007 it is here
http://fanoush.wz.cz/maemo/4.2007-usbhost-kernel.tar.gz
http://fanoush.wz.cz/maemo/4.2007-us...modules.tar.gz
See also N800 usb-host thread in mailing list for details.
For 770 I currently don't have ftdi_sio.ko but could make one easily if there is a need. However there is usbserial.ko and pl2303.ko in /mnt/initfs/lib/modules/current which should be enough for pl-2303 based usb to serial converters (which are fairly common in various mobile phone cables).
|
2008-07-04
, 05:09
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#49
|
Currently i have Flash talking to Arduino using python proxy. havent gotten this to work with AS2, but AS3 works. there are definitely problems with Flash > Firmata > Arduino. i`m trying Actionscript2 to get working with xmlsocket, since i`m pretty new to AS3 and dont have time to learn it..
Bluetooth version is also welcome, but for now there are too many problems with current setup to deal with..