Hello everyone. A professor recently gave us the task to turn on four 8-bit displays with only two pins from a pic. While it seems simple i've had some trouble with this. Any ideas? thank you in advance!
HownetoWhy waste a good pin? I can do it with one pin.
Four of these 7 segment displays.what kind of displays?
Could it word for these kind of displays?i2c?
Technically it is 3 pin, but if you discount ground because all the devices are sharing it, then it is 2 pins. First pin for serial clock. Second pin for serial data.
Assuming the displays have sleep mode.
In i2c each device on the i2c bus has unique address.
Therefore PIC can selectively address specific device on the bus and turn it on or put it back to sleep. Or turn them all on.
no.Could it word for these kind of displays?
Both sides need clocks of similar frequencies such that the drift of one clock with respect to the other does not affect the asynchronous sampling of the data.Or...or you can use "TTL" serial data similar RS-232 -one pin!