-->
Page 1 of 1

I need an Access Point that changes a GPIO High when connect

PostPosted: Wed Feb 13, 2019 6:46 pm
by tngw1500se
I have a driveway gate that I am controlling with a NodeMCU and my phone. I just log into the WIFI with my phone using a password and go to 192.168.4.1 and the ESP makes D2 go HIGH.That closes a relay that opens the gate. It will not close it. That's done through the gates built in software. I'd like to program some other ESP's so that anytime any of them is in range of the Gate the gate would open. Put one in each car wired to "key on hot" I'm lost! I'm been beating my head against a wall on this one. Any advice from anyone please!!!! The AP just needs to make a GPIO High when another ESP is in range. Once a car is at the house it's out of range of the gate.

Re: I need an Access Point that changes a GPIO High when con

PostPosted: Thu Feb 14, 2019 12:45 am
by Pablo2048
Well, I didn't see why you don't follow results from simple search "esp8266 list ap clients" on Google, which gives you enough answers for this question. Anyway after you stop hitting your head against the wall you can take a look at viewtopic.php?t=5669 or https://github.com/esp8266/Arduino/issues/2681 for example ;-)