| Author |
Message |
Weis Guy
Joined: 02 May 2005 Posts: 76
|
12 May 2005 12:43 wireless keyboard |
|
|
|
| Any information on how to create a wireless keyboard using PIC microcontroller?or any information on the design of a wireless keyboard..Im glad also if anyone can share on wireless mouse too using PIC microcontroller..A design on IR maybe a start..thnks guys!ü
|
|
| Back to top |
|
 |
gorkin
Joined: 27 Feb 2002 Posts: 600 Helped: 8
|
12 May 2005 17:11 Re: wireless keyboard |
|
|
|
I think a good project using ZigBee(Freescale or ChipCon transceivers) and one NanoPower Pic microcontroller 18F series.
Microchip provide a single ZigBee solution with ChipCon transceiver. Then You can only write the code for Your application, without any problem with wireless network protocols!
Gorkin.
|
|
| Back to top |
|
 |
carrier
Joined: 14 Apr 2001 Posts: 341 Helped: 7
|
20 May 2005 22:32 wireless keyboard |
|
|
|
if you are using AVR and bascom avr compiler you can use the at90s2323 and instructure
getatkeyboard ()
with right configuration (as an example)
then send the character serialy by uC to RF data chip(TRX an RXD) such as arrul chip or other.
on the other hand you receive the data serialy by RF receiver (usually 433.92 MHz)
for more information about RF module go to
http://www.aurel.it
|
|
| Back to top |
|
 |
Ace-X
Joined: 25 Jan 2002 Posts: 594 Helped: 26
|
21 May 2005 2:37 wireless keyboard |
|
|
|
| One of the most important thing for wireless mouse and keyboard is the latency time. No one will work with too sloooow mouse and keyboard. So, responce time should be very small for comfortable use. I would suggest to check for ready wireless keyboard/mouse reference designs - there are some available from RF chip producers. For example, check RadioDesk from Chipcon.
|
|
| Back to top |
|
 |
bad_egg3
Joined: 28 Apr 2005 Posts: 3
|
23 May 2005 10:05 wireless keyboard |
|
|
|
| if have some document about this ,pls post it !i just need it too! thanx
|
|
| Back to top |
|
 |
Weis Guy
Joined: 02 May 2005 Posts: 76
|
23 Jun 2005 6:53 Re: wireless keyboard |
|
|
|
| any documents or ideas how to make it as wireless using IR led and IR receiver?
|
|
| Back to top |
|
 |
htrs
Joined: 29 Jul 2005 Posts: 15
|
15 Sep 2005 19:00 Re: wireless keyboard |
|
|
|
| Instead of a PIC microcontroller i would suggest u to use bluetooth
|
|
| Back to top |
|
 |
Mr_Programmer
Joined: 21 Feb 2002 Posts: 153 Helped: 4
|
16 Sep 2005 8:16 Re: wireless keyboard |
|
|
|
| a complete design can be found on www.chipcon.com this includes schematic and source code, it uses the CC2500 transceiver..
|
|
| Back to top |
|
 |
muralicrl
Joined: 06 Feb 2008 Posts: 281 Helped: 30
|
14 Mar 2008 10:23 Re: wireless keyboard |
|
|
|
Hi,
It is a good project, hereby I am attaching a document what I am having, It may be useful to you. see the attachment.
If you need more details, contact me.
Regards,
N.Muralidhara
CRL-BEL
|
|
| Back to top |
|
 |