GalFe / air-mouse

Automatically exported from code.google.com/p/air-mouse
0 stars 0 forks source link

Wireless Air Mouse: Interfacing & Programming #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What feature would you like to see?
A wireless Air-Mouse. Interfacing & Programming a Bluetooth module on Linux.

What is the expected behavior?
+ You might want to use an off the shelf bluetooth module to start with or
keep it permanent, if it makes sense. 
+ Do mention limits of this wireless communication (maximum baud /
data-txr-rate)
+ Preferably discuss and justify your decisions here.
+ Preferred Programming language: Python 

What do you see instead?
+ Currently the Air Mouse is wired. 
+ Uses UART to communicate to the computer. Baudrate limited to 115.2Kbps

Original issue reported on code.google.com by manavkataria on 25 Aug 2009 at 6:55

GoogleCodeExporter commented 9 years ago
Task list:
1) Study the bluetooth module documentation (HP/Ezurio)
2) PyBlueZ library and mouse library in python Overview APIs
3) Microcontroller interface and AT Command set.
4) Possibly some socket programming.

Will upload the necessary file in a due time...

Panju

Original comment by mahadesh...@gmail.com on 26 Aug 2009 at 7:39