Bluetooth PANs and Nokia 770

This post has already been read 6581 times!

belkin_f8t030.jpg
In playing with the Nokia 700, it seems silly that Nokia has limited the device to two connectivity realms – wifi and bluetooth phones. There is another type of bluetooth access- via a PAN, or Personal Area Network. I’m only just starting to see what the 770 can do with BT, but already I’ve found that it’s too dumb to connect to a PAN with the Hildon-based Connection Manager. I’ve tried connecting to my Belkin F8T030 BT Access Point, to no avail. The 770 reports that there are no useful profiles on the device (which it sees). I don’t think the Connection Manager is looking for a PAN BT profile.

Why BT (which is pretty slow) when you have wifi? Well, because you may not have wifi. There are restricted areas where wifi is not allowed, but a grey area exists with a BT PAN. With the limited range of BT PANs, you have security via proximity. Just kidding. But there are places where I’d like to use it since there is no wifi.

My Belkin has been without a PAN till just now however- I’ve had it a few years and while it’s nice html administration menu has always had an Upgrade Firmware button, every depression of the button has resulted in it reporting that it can’t find the website- which is hardwired in as www.belkin.com. I read about two things that changed all this: Belkin had released a firmware update in Nov 2005 which included PAN profiles, and that to get the F8T030 to successfully update you need to use the IP address for Belkin, and not the host name.

I quickly dug up the right ip address, clicked on the upgrade button, stopped the pathetic attempt to reach Belkin home and pasted in the ip. Here is what I saw in the URL field:

http://192.168.251.11/run_prog.cgi?command=download
&insert=yes&UPGRADE=http%3A%2F%2Fwww.belkin.com
%2Ffirmware%2Fbluetooth%2Ff8t030%2Fflash.bin&
nextpage=upgradeok.shtml

After jamming in 205.166.232.45 it worked.

belkin_F8T030_updatefirmwar.png

Now I’ve got to get the 770 to connect to the PAN by hand. I think its possible, since the 770 seems to have most of the Linux Bluez stack in place. More to come as I work at this.

Technorati Tags: ,

[UPDATE] I just came across an great 770 Bluetooth hacking site – Collin R. Mulliner – he has a great blog, some 770/BT projects and a few pieces of software for the 770. Nice resource.

3 thoughts on “Bluetooth PANs and Nokia 770

  1. […] for a PAN BT profile. No Comments so far Leave a comment RSS feed for comments on this post. TrackBack URI Leave a comment Line and paragraph breaks automatic, e-mail address never displayed, HTMLallowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> […]

  2. Just to confirm, on the 770:

    $ /home/user # pand -l

    bnep0 00:02:72:00:E0:96 PANU

    Showing that the 770 is connected to the BT AP, as the status PANU (PAN User).

  3. dillera

    So, I can answer this myself, and its really easy to do!

    After reading a bit more at: http://bluez.sourceforge.net/contrib/HOWTO-PAN

    It looked like all I had to do was issue this command on the 770:

    $ sudo gainroot
    $ pand –connect 00:02:72:00:E0:96

    [where the mac address was on a sticker on the bottom of the belkin]

    Then look at ifconfig!

    $ /home/user # ifconfig -a

    bnep0 Link encap:Ethernet HWaddr 00:12:37:33:89:A8
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:124 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:27100 (26.4 KiB) TX bytes:0 (0.0 B)

    Wow! it came right up.
    Next I just ifconfig it:

    /home/user # ifconfig bnep0 192.168.24.10 up
    /home/user # ifconfig -a
    bnep0 Link encap:Ethernet HWaddr 00:12:37:33:89:A8
    inet addr:192.168.24.10 Bcast:192.168.24.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:126 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:27386 (26.7 KiB) TX bytes:0 (0.0 B)

    That was easy. I can’t use it here cause I’m doing this via ssh, and the Belkin is on the same network as everything else.

    It seemed to drop the connection if I didn’t ifconfig on the address… but I’ll have to test this out and see how it works.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.