Skip to main content

Posts

Showing posts with the label p

S S Display Manual i p board

i used ss display and manual i/p board to interface it with 8051 Generic board, of course you can interface it with any other microcontroller.  ICs required for this board are 74hc573 latch, 74hc238 decoder and 74ls48 BCD2dec converter . For their proper working operation refer to their datasheets. 74hc573 is used to store data so that the previous content on SS is not vanish when we disable LE pin. T0 select the proper latch 74hc238, 3x8 decoder is used. And to convert BCD into decimal, 74ls48 converter is used. Note that latches U1 to U4 are connected with C.C SS, so the output of 74ls48 will only go to these latches. Whereas latches U6 and U8 are connected to DP oF SS and LEDs respectfully. You can emit these latches i used them to distinguish between various mode i.e, digital clock, stop watch, counter and manual input etc. For manual input DSW1 is used and J2 is the 8-way connector i used to connect it with 8051 Generic board, same for J1 connector. J3 and three switches are u...