KMBH?

March 5, 2009

Bluetooth GPS mouse Nokia LD-3W

Filed under: Linux — mh42 @ 12:20 pm

Howto get a connection to a GPS mouse via bluetooth:

Requirements: gpsd installed, KBluethooth running

1. Get the address of the BT-device:

hcitool inq

2. Change/add to /etc/bluetooth/rfcomm.conf

rfcomm4 {
#       # Automatically bind the device at startup
bind yes;
#       # Bluetooth address of the device
device 00:02:76:C6:D3:68;
#       # RFCOMM channel for the connection
channel 1;
#       # Description of the connection
comment “Nokia LD-3W”;
}

3. start gpsd with gpsd /dev/rfcomm4 (no immediate connection, you have to start an application first)

4. application to test connection: xgps

Advertisement

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Theme: Silver is the New Black. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.