The objective of this post is to explain how to transfer data between the ESP8266 and the SN74HC595 using the SPI interface. Introduction The objective of this post is to explain how to transfer data between the ESP8266 and the SN74HC595 using the SPI interface. An explanation on how to control some LEDs using this …
ESP8266: Connection to SN74HC595
The objective of this post is to explain how to connect the SN74HC595 8-bit shift register to an ESP8266 to control some LEDs. Introduction The objective of this post is to explain how to connect the SN74HC595 8-bit shift register to an ESP8266 to control some LEDs. The code to interface with the device is …
SN74HC595: Shift Register
The objective of this post is to perform a brief analysis of the SN74HC595 shift register and its working principle.