Last seen: 2024-09-06 4:21 pm
@the-legend , did you stick with Bluetooth, or switch to WiFi? Whatever you did I am glad you got your project working. That's always a great feeling...
@Muhammad, I tried doing the same thing you are trying, but I ran into issues between classic bluetooth and BLE. This may not help you, but I switched...
Hello Bob_D, welcome to the forum. I am pretty new to this forums myself. I have been thinking about home Assistant myself, but right now I have too m...
Oopppss!! I misread the resetSettings() command. Seems if you run this command it will force the ESP to reset it's wifi info and force a new AP setup....
Hi Stuart. So in watching Bill's video it seems you are missing the "WiFi.mode(WIFI_STA);" command before invoking the wifiManager.autoConnect() state...
@acestu Hi Stuart. Looking at your code, but unfortunately I am not familiar with the WiFiManager library. Bill has a good video explaining it. I am w...
Hi Stuart. I am not a wifi expert by any means, but here's my $0.02 question. How does your system connect to your wifi? Can you share your code here?...
@zander Hi Ron. Thanks for the update. That makes sense to me and now I will go back and update my code. Luckily she only uses the bluetooth outlets a...
@zander Hi Ron. I did watch (well listen) Bill's video about wifi manager and I planned to revisit later and watch it thoroughly. I usually listen to ...
@zander Hi Ron. Well your code worked. I added in all my original code except for the if(!WiFi.softAP(ssid, password); that you commented out. Ran the...
Hi Ron. Sorry for slow response. I took some time away to watch YouTube vids of robot arms. That is where this project is slowly heading towards. Belo...
@zander Thanks for the quick reply. I am confused with your two statements: RCAserver.on( "/", HTTP_handleRoot); RCAserver.onNotFound(HTTP_h...