I'm planning to do a project on VIrtual game system.. It is based on PIC .. But as we do not hav the facility to use PIC , I need to do the same using 89c51 ... Can it be replaced ??? I'm attaching the circuit diagrams here....
Pls help me to convert the circuit diagram using PIC to tat using 89c51
As long as you choose an 89c51 that has the required hardware, and that's fast enough, then it's just a matter of rewriting the software for the different processor.
You must be sure that the VCC pins are the same, the Ground pins, the input pins and output pins.
It would be easier to start from scratch. That way, when coding, you already know what ports you have attached things to.
There are no DIRECT replacements. Meaning they dont talk the same language so they need different coding,
AND
They do not share the same PIN layouts, so you would have to RE-draw the schematic.
PIC16F84 is used. It has two 74245 to read the joysticks, and one DA converter (TLC7524) for sound.
Do we need to connect these externally while using 8051 ?