Bluetooth components selection? Any already made devices?

AI Thread Summary
The discussion focuses on selecting Bluetooth components for a device that reads data from a sensor and transmits it wirelessly. Users recommend Bluetooth serial modems as suitable options, with brands like WCSC and IOGear mentioned, though they are noted to be expensive, typically around $200 per pair. A more affordable option at $90 is highlighted, but participants suggest reconsidering the necessity of wireless transmission if cost is a concern. The conversation emphasizes the importance of balancing functionality with budget when choosing components. Overall, participants are seeking efficient solutions for integrating Bluetooth technology into their projects.
Alex_Sanders
Messages
73
Reaction score
0
Bluetooth components selection? Any "already made" devices?

Hi all, this is what I want to get done: a device1 reads data from sensor using a parallel port, then send it to a device2.

Here is what I can think of about device1, it should be a very small 8bit smp MCU controlling a com device, preferably a bluetooth module, since going into the detail of bluetooth would be a house of pain.

So for device1, it should work like this: sensor sends 8bit parallel data to the MCU, then the MCU activates the bluetooth module, pass it with the data, and make it send the data.

My problem is: I do not know what product to choose, I mean there are products out there available that implement my goal, but I do not know who manufacture them, and which one has the best cost/benefit ratio. Do I really have to buy a bluetooth module, and a MCU miniboard and put the two together? Somebody must have done that job long time ago?



Any suggestion would be appreciated! Thanks!
 
Engineering news on Phys.org


It sounds as if you're looking for something like a Bluetooth serial modem, which acts just like a serial cable between the host and target:
http://www.google.ca/search?q=bluetooth+serial+modem

I've used ones from WCSC and IOGear--they both seem to do a reasonable job (although the IOGear one isn't sold in pairs):
http://www.wcscnet.com/Wireless.htm
http://www.iogear.com/product/GBS301/

They're mostly in the price range of around $200 a pair.
 
Last edited by a moderator:


MATLABdude said:
It sounds as if you're looking for something like a Bluetooth serial modem, which acts just like a serial cable between the host and target:
http://www.google.ca/search?q=bluetooth+serial+modem

I've used ones from WCSC and IOGear--they both seem to do a reasonable job (although the IOGear one isn't sold in pairs):
http://www.wcscnet.com/Wireless.htm
http://www.iogear.com/product/GBS301/

They're mostly in the price range of around $200 a pair.

200? That's way too expensive!
 
Last edited by a moderator:


Well, you did ask for ready-made!

If cost is a major objective, I'd just go with a wired connection. Most of the wireless schemes (RF serial modems, ZigBee, Wi-Fi, etc.) I'm familiar with are about in the same ball-park price-wise for low quantities.
 


MATLABdude said:
Well, you did ask for ready-made!

If cost is a major objective, I'd just go with a wired connection. Most of the wireless schemes (RF serial modems, ZigBee, Wi-Fi, etc.) I'm familiar with are about in the same ball-park price-wise for low quantities.

I see... guess I'll have to find another way around.
 


MATLABdude said:
Actually, this one's only about $90 for a pair:
http://www.connectblue.com/products...-modules/bluetooth-serial-port-module-obs410/
http://search.digikey.com/ca/en/products/CB-OBS410I-04-0/809-1036-ND/2617076

If that's still too rich for your blood, you should reevaluate whether or not wireless transmission is actually a necessity.
Thanks MATLABdude, I've already found something that might come in handy, thanks 800 tons for your help! :)
 
Last edited by a moderator:
Back
Top