i'll do it for the fun of it.. the 16f877A has lots of I/O
what i need to know , after i look at you site again , is how many switches and LEDs we are going to need..
i'll do it for the fun of it.. the 16f877A has lots of I/O
what i need to know , after i look at you site again , is how many switches and LEDs we are going to need..
Hi Garry2005,
You have asked a lot of questions so I'll try my best to answer them for you.
The choice depends on how many I/Os you would need. The "bigger" the PIC, the more I/O pins they have.Originally Posted by Garry2005
See image at bottom of this posting. You connect pins of the PIC to the PC PS2 keyboard socket, if the PIC mimic the keyboard correctly using software, the PC won't know it is not talking to a keyboard.Originally Posted by Garry2005
We don't know. You would know how many I/Os needed so we asked the question earlier of how many switches and LEDs you required.Originally Posted by Garry2005
Incidentally, the same question has been asked three times already. First by Jay, then myself and lastly by WilliB. You need to think about it and give an answer. Not a 100% exact one but a ballpark figure with some reserves would be nice.
Yes, sort of but using different methods.Originally Posted by Garry2005
No problem, software can debounce the switch. With software, a momentary switch can also look like a toggle sw too.Originally Posted by Garry2005
Can be either, depends on how you wrote the software. You can even have the switches in matrix connections to simplify PIC connections and have a lot of switches.Originally Posted by Garry2005
It has CPU, timers, I/O ports, ROM and RAM and oscillator, maybe more depends on different PICs. So its like a miniature computer already. Someof the PICs are one-time proprammable and others can be reprogrammed many times as they use EEPROM/FLASH to store the program codes.Originally Posted by Garry2005
Yes, from Microchip the manufacturer, free of charge.Originally Posted by Garry2005
You'll need a hardware programmer to do that. Ranging from simple several components serial design to designs that sits between PIC and a parallel printer port. There are dozens of design on the web which can be easily built. Ready built one are available for sale which comes with the associate software to handle the programmer. Web hardware designs often work with the free & excellent software like the one by our forum moderator Nigel Goodwin.Originally Posted by Garry2005
It doesn't need extra memory in most cases. The PIC has very efficient(RISC) code structure, most of the time the program would fit into its internal memory and you have many choices on the memory size within the same series of PIC. This is also the big incentive to use a PIC in the first place. If one has a program that needs 64K or more, then maybe there are other choices.Originally Posted by Garry2005
As an DIP chip, with 18-pins, 28-pins or 40-pins or in other form of packaging.Originally Posted by Garry2005
L.Chung
Hey guys,
I am in the same boat. This is exactly what i need. What ever happened to this project?