Project: Wireless Mouse or Keyboard

AI Thread Summary
Creating an RF wireless mouse or keyboard involves understanding mouse and keyboard protocols, RF technology, and microcontroller programming. Starting with a simpler PS/2 interface is recommended, as it is less complex than USB. Utilizing available chipsets like Cypress Wireless USB can streamline the process. Bluetooth transceivers are also suggested for easier integration with computers. The project may be deferred for further learning, as it presents significant challenges for a beginner.
avro1on1
Messages
9
Reaction score
0
Hi all,
I was thinking of making an RF wireless mouse or keyboard. Can anyone help me in getting started? What re the concepts that i might need for this?
Since this is a basic level project, the specifications are highly flexible.
All help will be highly appreciated.
Thanks.
 
Engineering news on Phys.org
Well this is no simple task. There are a few topics you'll need to learn (at the very least)

1) Mouse and Keyboard protocols (through USB)

2) RF Knowledge which will include circuit antenna design, network matching, modulation and demodulation techniques. (Let me say that this is only necessary if you're doing it from scratch. You could always use an XBee wireless transmitter/receiver set)

3) Microcontroller programming to handle changes in the mouse and keyboard routines to send over the RF.

These are basic things. You'll have to develop the algorithm and system overview. Good luck

------------
Justin
TheModernEngineer.blogspot.com
 
avro1on1 said:
Hi all,
I was thinking of making an RF wireless mouse or keyboard. Can anyone help me in getting started? What re the concepts that i might need for this?
Since this is a basic level project, the specifications are highly flexible.
All help will be highly appreciated.
Thanks.

I'd recommend starting with an available chipset and protocol, and then later building it again with more discretes if you want to learn more. Check out the Cypress Wireless USB (WUSB) chipsets and tools. That should get you going pretty quickly. Fun project.
 
You'd have a much easier time starting with a AT or PS/2 keyboard or mouse than a USB one. USB host (the computer end of a USB connection, needed to talk to a USB keyboard or mouse) is very non-trivial. PS/2 is far simpler, and there's lots of information out there about hooking PS/2 devices up to microcontrollers. Also note that many devices are dual-mode, and will activate a PS/2 interface if hooked up right. "USB to PS/2 adapters" are often just plugs wired up such that these devices can tell what sort of interface they're plugged into.

http://www.atmel.com/dyn/resources/prod_documents/doc1235.pdf

On the other end, you can work out how to talk PS/2 to the computer, or use one of the many USB slave interface ICs. In-between, you can then use any sort of RF transceiver...and as berkeman mentioned, some devices combine USB interfaces and RF transceivers, which reduces your selection a bit but might simplify things.

You might be better off using a Bluetooth transceiver, which would let you use a commercial Bluetooth device for the computer side...hook a PS/2 keyboard and a Bluetooth module up to a microcontroller, and you're there.

http://www.sparkfun.com/commerce/categories.php?c=115
 
Thanks a LOT guys...
the project i have decided on seems to be pretty complicated as of now... :rolleyes: i guess i will defer it till next semester...
for now i'll probably do something a little easier on the programming...
bu thanks a lot anyway! ur help was REALLY appreciated... :smile:
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top