how to connect a sensor to my openmoko

2009-04-20 Thread Anas Alzouhbi
Hello!
I like to connect a sensor (like gyroscope) to my smarthphone, how can
I do this, or any one could give me a helpful document in this domain
thank you

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: how to connect a sensor to my openmoko

2009-04-20 Thread Helge Hafting
Anas Alzouhbi wrote:
 Hello!
 I like to connect a sensor (like gyroscope) to my smarthphone, how can
 I do this, or any one could give me a helpful document in this domain
 thank you

The USB port on the freerunner can be used to connect usb devices. (See 
the wiki for how this is done.)

So, if you can get a device with a USB interface, then it is easy.
If you can't get that, get a device with a serial interface, and get a 
serial-to-usb converter.

And of course connecting via bluetooth or wifi is easy enough, but I 
have not heard of any gyroscopes connectiong via such interfaces. :-/

Helge Hafting

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: how to connect a sensor to my openmoko

2009-04-20 Thread Kiam Peng Wee
Hi, you can pull out the SPI/UART/I2C signals from the debug board if
your sensor IC is SPI or UART or I2C interface.

another alternative is to find the testpoints according to this pic
and solder out the connections from the test points to your IC.
the test points are labeled accordingly and they surround the FPC connector.
https://wiki.openmoko.org/images/a/a4/Gta02a5_pcba_ps.JPG

KP

On Mon, Apr 20, 2009 at 5:08 PM, Helge Hafting helge.haft...@hist.no wrote:
 Anas Alzouhbi wrote:
 Hello!
 I like to connect a sensor (like gyroscope) to my smarthphone, how can
 I do this, or any one could give me a helpful document in this domain
 thank you

 The USB port on the freerunner can be used to connect usb devices. (See
 the wiki for how this is done.)

 So, if you can get a device with a USB interface, then it is easy.
 If you can't get that, get a device with a serial interface, and get a
 serial-to-usb converter.

 And of course connecting via bluetooth or wifi is easy enough, but I
 have not heard of any gyroscopes connectiong via such interfaces. :-/

 Helge Hafting

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: how to connect a sensor to my openmoko

2009-04-20 Thread Al Johnson
On Monday 20 April 2009, Anas Alzouhbi wrote:
 Hello!
 I like to connect a sensor (like gyroscope) to my smarthphone, how can
 I do this, or any one could give me a helpful document in this domain
 thank you

USB is probably easiest both electrically and for interface code. SPI and i2c 
are available on test points near the debug connector. Finally there may be 
some unused GPIO pins accessible which someone has been looking into for a 
possibel camera interface recently.

http://wiki.openmoko.org/wiki/Neo_FreeRunner_Hardware#Debug_Board
http://wiki.openmoko.org/wiki/I2C

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community