- Sun Jan 03, 2016 4:06 pm
#37815
Tried removing
Pin 3 and pin 8 and putting on RX/TX it will not connect or go into AP mode...
There is something with the way AP mode and STA mode is handled at boot that must be causing the issue or a conflict somewhere...
It works fine with LUA but with Basic I need to unplug the GPIO's and Replug them after boot to get this working it should not be this way...
I will note I did use different GPIO's in lua 2 of them being GPIO 9 and GPIO 10 SDA2 and SDA3
the gpio's used for LUA were
GPIO 1,3,4,5,9,10,12,13,14
GPIO for basic I have tried D1 - D8 then switching D8 and D3 To TX and RX
Still no dice WIFI signal will not show up! Unless I disconnect gpios let it boot then connect gpios.
I cannot do this because it is in an enclosed casing each time I work on this there is a lot of tear down and replacement.
Spent hours today pushed it past the time now I'm running late DOH!
Now pin designator for all of those reading is the GPIO for Basic! Keep This In Mind.
if (PinDesignaor == "D0") pin = 16;
if (PinDesignaor == "D1") pin = 5;
if (PinDesignaor == "D2") pin = 4;
if (PinDesignaor == "D3") pin = 0;
if (PinDesignaor == "D4") pin = 2;
if (PinDesignaor == "D5") pin = 14;
if (PinDesignaor == "D6") pin = 12;
if (PinDesignaor == "D7") pin = 13;
if (PinDesignaor == "D8") pin = 15;
if (PinDesignaor == "RX") pin = 3;
if (PinDesignaor == "TX") pin = 1;
No Wifi Signal it is a bug or conflict of some sort really crazy to figure out! At this point I'm lost and need help I suppose what would be causing a no wifi on these GPIO's ? No Run whatever it is that is not working improper boot of some sort?