bluetooth interface for microcontrollers
Well to start with I looked around on the BLUEPACKET site
**broken link removed**
This seems to be the point on the web that comes up while googling BP20372.
I didn't find any info on the related command set that this device needs and the site seems to have a lot of pages that are still "under construction". I'll have to say good luck to you about getting the needed data. They probably will get it to you but I suppose you'll have to ask for it. Maybe I didn't surf enough??:|
"AT" commands are just ASCII data that you will need to send to the bluetooth module of your choice, typically from the UART port on the microcontroller of your choice. Some Bluetooth modules use "AT" commands and some just roll their own version of commands like Roving Networks. Roving Network has their command set published on the web.
http://www.rovingnetworks.com/documents/BlueportII-ref-guide.pdf.
A similar module to the one you mentioned is the RN-41. You can get them at Digikey. The Roving Networks device is CLASS 1 (LONG RANGE) but you can control the output power with commands.
1. Maybe I missed it but I don't recall you mentioning which microcontroller you have used before and which one you are going to use for this application. If you have used one before and are familiar with its hardware enough to know if it has a UART port, then you can use any language that is available for that microcontroller . Basic, C, Assembly.... Whatever. Your choice. But it has to be targeted to THAT MICROCONTROLLER. The UART port should be accessible with any decent software package. You write the code to produce the MODULE SPECIFIC commands that your specific Bluetooth module requires. ("AT" or otherwise )
2. I am unfamiliar with what is available in India but I can tell you that Digikey ships world wide within legal technology limits and Digikey DOES NOT HAVE the bluetooth module you are referencing.
Again I wish you good luck..
Added after 5 hours 22 minutes:
Oh and just for anybody thats interested, I just ordered a couple of those RN-USB-X devices from Roving Networks. I plan on driving these USB dongles with my microcontroller through the Vinculum device in DATA mode, which just passes whatever the Vinculum chip gets on it's UART port straight through and out on USB. The RN-USB-X fakes the PC into thinking a USB to RS232 com port (An FTDI 232R), just got plugged in. Technically this *IS* exactly what the thread is about but its not your every day run of the mill $12.00 Bluetooth dongle. At $70.00 Still cheaper than the $100 RS232 to bluetooth and does not require power from a wall wart or battery. I'll let you all know how it goes if you're interested.