Other Parts Discussed in Thread: MSP430G2553
Tool/software: Code Composer Studio
Hello,
We are actually working on a project and we need to send some data wirelessly to a mobile app thanks to the HC-05 bluetooth module. However we want to interface the HC-05 with a MSP430 microcontroller. We know that this is probably not the correct forum to post our question, but we did a lot of research and didn't find answers to our questions.
So we need the microcontroller to send by uart some data to the HC-05 and then the HC-05 to send these data wirelessly. But first the HC-05 module should be configured. Thus, we have noticed in several forums and sites that we have to configure the HC-05 using AT commands. However as I said we're using MSP430 mcu with "C" language and to configure the HC-05 we have to do it with AT commands, so this is where we're lost because we don't know if it's suitable (since the HC-05 is usually interfaced with arduino) and we don't know how and who should send these AT commands, in order to configure features like beaudRate, setting master/salve mode, etc... for the HC-05. I mean do we have to use the mcu IDE (CCS studio) to send these commands or another interface ... and it is possible to do it in C language ... ? I mean we found out on the net that it's possible to interface the HC-05 with MSP430 but it was not a MSP430 alone, the HC-05 was interfaced with a whole board (launchpad), but we want to know if it's possbile to configure this HC-05 module with only the MSP430F6638 by uart and which IDE to use in order to send the AT commands. Please any help would be appriciated. I guess it's not something that difficult but since we've never used bluetooth modules it's quite difficult for the moment.
Thank you.
Mike