Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi everyone,
For my project, it involves using an off-the-shelf USB bluetooth dongle ($3) to communicate with my LPC1768 mbed through USB (pin31, pin32). My ultimate goal is to hopefully be able to communicate my Android phone with the mbed using bluetooth. But for now I'm having trouble working out the configuration with the dongle and the mbed. I've looked at some libraries such as BlueUSB (http://mbed.org/users/peterbarrett1967/notebook/blueusb---bluetooth-and-usb-host-controller-for-mb/) and and being a novice of bluetooth programming, the codes are not making sense to me. If anyone could point me in the direction where I can begin on how to program bluetooth using USB that would be great.
I've also seen other projects using UART serial communication for bluetooth and I'm actually more comfortable using UART. But in your opinions, would a project of this scope be better suited for USB or UART? Or are these two communications the same thing? Please correct me if I'm wrong.
Thanks in advance.