Search found 2 matches
- Sat Dec 15, 2018 8:27 am
- Forum: ESP32 Arduino
- Topic: 74HC595 Shift Register
- Replies: 3
- Views: 10084
Re: 74HC595 Shift Register
Hi idohowalker, Thanks for the reply. I think I may have worded my problem incorrectly. The looped set_shift and clear_shift turns a pin on the shift register high and low to blink an LED. It's just an example to visually test the shift registers. My main problem is that when I try and do this, the ...
- Tue Dec 11, 2018 3:48 am
- Forum: ESP32 Arduino
- Topic: 74HC595 Shift Register
- Replies: 3
- Views: 10084
74HC595 Shift Register
Hi All, I am currently trying to control a TI 74HC595 Shift register using my ESP32 DevKit C. I think my problem seems to do with the data stream or clock rate. I try and turn a single output on and off in a loop and the high bit takes up 3 outputs and rather than turn off, it shifts the bit down a ...