Hi all,
I started my project where I use a shift register to transfer data from the external circuit to the nodemcu. Since it is a 5-bit data, I use only 5 pins of the shift register and connected it to D2, D3, D5, D6, D7 GPIO pins of the Eps8266 board. The problem that I face is that the board fails to connect to Wi-Fi if I have any of the wires connected from the shift register to the board during start up. It connects only when I remove all the wires that goes from the shift register to the nodemcu module.
I am using 74HC595 as the shift register and 3.3v to power it. I don't have any other peripherals connected to the board. What could be the reason for this problem?
Thanks in advance.
I started my project where I use a shift register to transfer data from the external circuit to the nodemcu. Since it is a 5-bit data, I use only 5 pins of the shift register and connected it to D2, D3, D5, D6, D7 GPIO pins of the Eps8266 board. The problem that I face is that the board fails to connect to Wi-Fi if I have any of the wires connected from the shift register to the board during start up. It connects only when I remove all the wires that goes from the shift register to the nodemcu module.
I am using 74HC595 as the shift register and 3.3v to power it. I don't have any other peripherals connected to the board. What could be the reason for this problem?
Thanks in advance.