Search found 5 matches

by RalfE
13 Sep 2021, 11:19
Forum: ESP Easy: Hardware
Topic: Shift Register output (e.g. 74HC595, TPIC6B595)
Replies: 13
Views: 15905

Re: Shift Register output (e.g. 74HC595, TPIC6B595)

What is missing for SPI?
as written above ... control x595 shift register via SPI ...
by RalfE
13 Sep 2021, 10:20
Forum: ESP Easy: Hardware
Topic: Shift Register output (e.g. 74HC595, TPIC6B595)
Replies: 13
Views: 15905

Re: Shift Register output (e.g. 74HC595, TPIC6B595)

That is already clear to me, only PCF8574 is not enough for the reasons mentioned above. I also have different test setups here, ESP32 + ULN driver, ESP8266 + PCF + inverter (because of initial state) + driver (discret and ULN), everything works. Only ESP8266 + TPIC6B595 (+ I2C_sensor depending on t...
by RalfE
12 Sep 2021, 23:58
Forum: ESP Easy: Hardware
Topic: Shift Register output (e.g. 74HC595, TPIC6B595)
Replies: 13
Views: 15905

Re: Shift Register output (e.g. 74HC595, TPIC6B595)

For cheap and simple, the PCF8574 also has disadvantages (initial state, max 20ma, ....).

I would like to switch a slightly larger number of relays and solenoid valves (100mA) with the least possible effort ...
by RalfE
12 Sep 2021, 22:46
Forum: ESP Easy: Hardware
Topic: Shift Register output (e.g. 74HC595, TPIC6B595)
Replies: 13
Views: 15905

Re: Shift Register output (e.g. 74HC595, TPIC6B595)

Still "somewhat tricky" is a bit of an understatement. That's exactly why my question. There are solutions for everything, but the effort has to match. ESP32 and output driver are of course also possible ... Only for the small 8266 would the possibility of being able to use more outputs s...
by RalfE
12 Sep 2021, 01:43
Forum: ESP Easy: Hardware
Topic: Shift Register output (e.g. 74HC595, TPIC6B595)
Replies: 13
Views: 15905

Shift Register output (e.g. 74HC595, TPIC6B595)

Is it possible to implement support for shift registers e.g. 74HC595 or the Power Logic version TPIC6B595 or similar?
Or are there already other possibilities / tricks to connect them to ESP Easy (via rules)?