skydrive22 / DIYAutomaticGate

Automatic gate utilizing the RAW620ARM motors from a mighty mule 362mm kit. Running on ESP8266 and Home Assistant.
0 stars 0 forks source link

Not enough GPIO Pins #2

Open skydrive22 opened 4 months ago

skydrive22 commented 4 months ago

Due to the number of inputs needed the gpio pins are all used. This causes an issue when booting up the esp8266. Due to the number of pins if any component isn't in the default state the esp8266 will not boot.

skydrive22 commented 4 months ago

For the easier route the change will be to move to a esp32 which has many more gpio pins that allow both states and still boot

skydrive22 commented 4 months ago

Need to add code before closing