From 4731e4a98631bca37dcc8c0013ba60765d3f1e5e Mon Sep 17 00:00:00 2001 From: sandandstars <40303458+sandandstars@users.noreply.github.com> Date: Wed, 30 Dec 2020 18:56:48 +0000 Subject: [PATCH] Created A method for resolving this (markdown) --- A-method-for-resolving-this.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 A-method-for-resolving-this.md diff --git a/A-method-for-resolving-this.md b/A-method-for-resolving-this.md new file mode 100644 index 0000000..197a423 --- /dev/null +++ b/A-method-for-resolving-this.md @@ -0,0 +1 @@ +If you are using a 74HCT125 or 245 IC to convert the output from 3V3 to 5V then there's a great way to resolve this. Connect the IC ENABLE pins to a pin on the microcontroller that is HIGH AT BOOT (e.g. D0 on the ESP8266). This will disconnect the neos for you until your program runs (then set it LOW and off you go). \ No newline at end of file