Hello friends..I am developing a glove mouse project for my final year curriculum. I have made success with it partially..
I am using (Teensyduino ++ 2.0) for interfacing Accelerometer for mouse pointer movement and push buttons for mouse buttons..it's working friends..Now I need to connect it wireless to my PC.
1.How can I establish a connection between teensy and PC.using (HC 05 - bluetooth module)connection
2.My project is similar to key glove project by JEFF ROWBERG. he's not posted schematics so im having hard time in connecting.
3.Can any one tell me is it possible to connect two bluetooth modules. One at PC and one at mobile station.
guys how is it possible to connect two HC 05 and begin UART communication.
I'm sure it's bit confusing if you read what i've posted but if you want to help I can send you my block diagrams and schematics.
1.How can I establish a connection between teensy and PC.using (HC 05 - bluetooth module)connection
2.My project is similar to key glove project by JEFF ROWBERG. he's not posted schematics so im having hard time in connecting.
3.Can any one tell me is it possible to connect two bluetooth modules. One at PC and one at mobile station.
guys how is it possible to connect two HC 05 and begin UART communication.
Assuming that the Teensy has hardware serial and runs on 5v, here is some background on connecting. It is written for Android but works the same with PC
You should not need two "modules" per se. The simplest way is to use an HC-05 on Arduino and a built-in blue tooth on a PC. A standard USB bluetooth dongle on the PC should work but mine will not.. I don't believe you can establish connection between two HC-05s. I say this because I have never seen evidence of it being done. I'm assuming you don't need to do this anyway, but it can be done with bluesmirf.