Discussion:
[Shimmer-users] Retrieving bluetooth ID
Avishay Meron
2013-10-22 17:23:40 UTC
Permalink
Hi All.
Simple question: How can I get the BT id. This is the one printed on the
back of the shimmer (At least on shimmer2r.. ). "BT RADIO ID".
The cc2420 MAC is easy. Just use IDChip.read.
I can't find any such call for the BT..
Any ideas?
10x..
--
Best
Avishay
mike healy
2013-10-23 08:07:04 UTC
Permalink
Hi Avishay,

There is not currently a command to do this. However it should be easy to
add such a command.

You will need to read through the user guide for the Bluetooth module (
http://ww1.microchip.com/downloads/en/DeviceDoc/bluetooth_cr_UG-v1.0r.pdf),
in particular section 2.3.3, and then add the appropriate command to the
TinyOS Shimmer Bluetooth driver (
https://github.com/tinyos/tinyos-main/tree/master/tos/platforms/shimmer/chips/bluetooth
).

Mike

On Tue, Oct 22, 2013 at 6:23 PM, Avishay Meron <
Post by Avishay Meron
Hi All.
Simple question: How can I get the BT id. This is the one printed on the
back of the shimmer (At least on shimmer2r.. ). "BT RADIO ID".
The cc2420 MAC is easy. Just use IDChip.read.
I can't find any such call for the BT..
Any ideas?
10x..
--
Best
Avishay
_______________________________________________
Shimmer-users mailing list
https://lists.eecs.harvard.edu/mailman/listinfo/shimmer-users
Avishay Meron
2013-10-23 08:24:05 UTC
Permalink
Hi Mike.
Thanks for your quick response.
It exactly what I needed

:-)
Post by mike healy
Hi Avishay,
There is not currently a command to do this. However it should be easy to
add such a command.
You will need to read through the user guide for the Bluetooth module (
http://ww1.microchip.com/downloads/en/DeviceDoc/bluetooth_cr_UG-v1.0r.pdf),
in particular section 2.3.3, and then add the appropriate command to the
TinyOS Shimmer Bluetooth driver (
https://github.com/tinyos/tinyos-main/tree/master/tos/platforms/shimmer/chips/bluetooth
).
Mike
On Tue, Oct 22, 2013 at 6:23 PM, Avishay Meron <
Post by Avishay Meron
Hi All.
Simple question: How can I get the BT id. This is the one printed on the
back of the shimmer (At least on shimmer2r.. ). "BT RADIO ID".
The cc2420 MAC is easy. Just use IDChip.read.
I can't find any such call for the BT..
Any ideas?
10x..
--
Best
Avishay
_______________________________________________
Shimmer-users mailing list
https://lists.eecs.harvard.edu/mailman/listinfo/shimmer-users
--
Best
Avishay
Loading...