AT Commands

I am a student and working on my final year degree project, I purchased bluetooth radio from spark fun, I have following question

  1. From where i can get the AT commands for interfacing bluetooth radio ?

  2. Can i send AT commands directly from 8051 microcontroller ?

Waiting for urgent response…

Hi ,

To use the AT command such as ATSI,8 … ATSW20 … and others , i use the MicroC’s USART . U can download here :

When u run the MicroC program , u can press Ctrl+T . Its called USART Terminal .

AT commands u can download from SparkFun’s website (i think blueradios)

About sending command from 8051 … i’m not sure … thats all i know

I did not get the URL from your reply, would you please send me again…

Next I think if we can send commands from serial port of computer to bluetooth radio then there should be no problem with microcontroller.

Waiting for your response…

Umar

Sorry , forgot to write …

http://www.mikroelektronika.co.yu/

very nice … and got many examples

Yo

Just some advise, to connect to the serial port of computer with Bluetooth (Bluestamp). you need to carefuly check what voltage level you are connecting to.

BlueStamp works on 3.3volts level. but RS232 serial port on computer is about +/- 25volts (or some below than that).

Anyway, for matching this you gotta need some voltage level shifter (similar function to Max232 circuit)

Sparkfun also has ones;

check this out;

http://www.sparkfun.com/commerce/produc … cts_id=449

Note; if your micro, u mentioned, is already in the same level then just go ahead and let them talk.

I hope this helps.

Peace :smiley: