Re: Navigation board @ Pulster shop

2011-07-18 Thread ml
On Sat, 18 Jun 2011 17:51:33 +0200, Christoph Mair m...@chonyota.net
wrote:
 Am Samstag 18 Juni 2011, 14:51:05 schrieb Daniele Forsi:
 can someone recommend an USB-i2c interface to use the navigation
 board externally, for those who don't feel like touching their
 Freerunner with a soldering iron or have a netbook?

The wiki page now contains instructions on how to connect the naviboard v3
to a graphics card [1]. This should enable everyone to use it and requires
only three parts: a VGA connector (or DVI or HDMI), a 3V regulator (LDO)
and a naviboard. Connect everything as described, plug it in, load the
i2c-dev module and run i2cdetect to check if it's working.
If the instructions are not detailed enough, please complain and I will
try to clarify any issues.

I tested this setup with the integrated Intel graphics card on my notebook
and it worked fine, a test with an nvidia card will follow. To find the
right I2C bus on your machine, load the i2c-dev module and run i2cdetect on
all available busses (look in /sys/bus/i2c/devices for i2c-*, or simply try
this: for i in `seq 1 20`; do echo $i; i2cdetect -y $i; done;). The
commands output should be different if your monitor is disconnected (or
switched off).

Have fun!

  Christoph

[1]:
http://wiki.openmoko.org/wiki/Freerunner_Navigation_Board_v3#Example:_connect_the_board_to_a_graphics_card


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


Re: Navigation board @ Pulster shop

2011-06-18 Thread Daniele Forsi
2011/6/17 Christoph Pulster wrote:

 I think the Open Source community is missing to link and interaction
 between projects. Add-on products like navigation-board can cross the
 gap, for exaple it is useful for Openmoko, Qi Nanonote and Pandora.

indeed

can someone recommend an USB-i2c interface to use the navigation
board externally, for those who don't feel like touching their
Freerunner with a soldering iron or have a netbook?
-- 
Daniele Forsi

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


Re: Navigation board @ Pulster shop

2011-06-18 Thread Christoph Mair
Am Samstag 18 Juni 2011, 14:51:05 schrieb Daniele Forsi:
 2011/6/17 Christoph Pulster wrote:
  I think the Open Source community is missing to link and interaction
  between projects. Add-on products like navigation-board can cross the
  gap, for exaple it is useful for Openmoko, Qi Nanonote and Pandora.
 
 indeed
 
 can someone recommend an USB-i2c interface to use the navigation
 board externally, for those who don't feel like touching their
 Freerunner with a soldering iron or have a netbook?

I don't have experiences with USB-I2C interfaces but anyone should work. Be 
sure to add a 3V voltage regulator (LDO) if you want to power the board from 
USB which supplies 5V.

If you want you can build your own adapter using an old VGA cable. The I2C bus 
is used for DDC. If you have a spare VGA or DVI connector on your computer you 
could use it to connect the FRNB (http://en.wikipedia.org/wiki/VGA_connector 
pin 12 and pin 15).

To power the board you could try pin 9 which should carry 5V. Use a LDO 
regulator to get 3.3V or 3.0V which is needed for the sensors.

The I2C bus needs level translation too. Fortunately, if you have a complete 
board, the needed chip is already included. I will add a section to the wiki 
about how to connect the board to a 5V I2C bus. Pinout and more documentation 
will be added too.

Hope that helps,
  Christoph

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