S
squidwxrd
Guest
I'm putting together a anemometer from scratch
for a project in a digital class.
I have to use TTL chips.
Basically I want to take the signal from a motor
that is being turned by wind (analog), then convert
the signal to digital and read the wind speed in
mph using two 7-segment LEDs.
a. What is a good way to convert from analog to digital?
b. How do I take a 16 - bit # and transfer it to 2 7-segments,
i.e. from 00010001 to 1, 7 on 2 7-segment leds?
I want to use a shift register from an ADC and possibly
toss a latch in the mix. I would like the speed to be read
instantaniously but since I'll be using a 555 timer to drive
the clock pulses, it may be better to use 1-second samples.
thanks for any help
Kevin
for a project in a digital class.
I have to use TTL chips.
Basically I want to take the signal from a motor
that is being turned by wind (analog), then convert
the signal to digital and read the wind speed in
mph using two 7-segment LEDs.
a. What is a good way to convert from analog to digital?
b. How do I take a 16 - bit # and transfer it to 2 7-segments,
i.e. from 00010001 to 1, 7 on 2 7-segment leds?
I want to use a shift register from an ADC and possibly
toss a latch in the mix. I would like the speed to be read
instantaniously but since I'll be using a 555 timer to drive
the clock pulses, it may be better to use 1-second samples.
thanks for any help
Kevin