Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: amadcow on June 05, 2009, 12:46:27 PM

Title: Bluetooth Sensors
Post by: amadcow on June 05, 2009, 12:46:27 PM
Does anyone know of any sensor nodes which support bluetooth?  The sensor type (temperature, IR, etc) isn't important at the moment, I'm mainly looking for any sensor node which has built in bluetooth support.
Title: Re: Bluetooth Sensors
Post by: jakx12 on June 05, 2009, 12:59:04 PM
google?
Title: Re: Bluetooth Sensors
Post by: sonictj on June 05, 2009, 01:06:15 PM
you could always set up a microcontroller with sensors then communicate with it via bluetooth.  Just get a bluesmirf from sparkfun and attach it to the uart of a avr/pic board.
Title: Re: Bluetooth Sensors
Post by: amadcow on June 05, 2009, 01:30:10 PM
Yes I thought about using an MCU and interfacing with BlueSMIRF via UART, but I feel there might already exist a native implementation for these sensor nodes. 

Right now, I've found BTNode which is basically what I'm looking for but their nodes have no built in sensor and the sensor board that attaches to the BTNode called BTSense was never produced.  I'm wondering if I'm searching the wrong way because I feel there may be a popular device that already exists that I've missed in my searches.
Title: Re: Bluetooth Sensors
Post by: jakx12 on June 05, 2009, 01:37:53 PM
I think it would be easiest using a MCU and BlueSMIRTH just because when your talking and receiving information to and from the sensors it would be much easier to set up the communications links and will help with elegant coding.