HeliSteve
HeliSteve
@helisteve
Member
Joined: 2023-12-29 12:43 pm
Last seen: 2024-09-06 4:21 pm
Topics: 2 / Replies: 20
Reply
RE: Controlling an RC car with an ESP32 and the MAE (Mit App Inventor

@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...

3 months ago
Reply
RE: Controlling an RC car with an ESP32 and the MAE (Mit App Inventor

@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...

5 months ago
Reply
RE: Greetings from Ontario Canada.. home of Bob_D the curious soul!

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...

11 months ago
Reply
RE: D1 mini LED Matrix sign WifiManager problem

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....

11 months ago
Reply
RE: D1 mini LED Matrix sign WifiManager problem

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...

11 months ago
Reply
RE: D1 mini LED Matrix sign WifiManager problem

@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...

11 months ago
Reply
RE: D1 mini LED Matrix sign WifiManager problem

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?...

11 months ago
Reply
RE: ESP32 WiFi Access Point Creation Issues

@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...

11 months ago
Reply
RE: ESP32 WiFi Access Point Creation Issues

@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 ...

11 months ago
Reply
RE: ESP32 WiFi Access Point Creation Issues

@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...

11 months ago
Reply
RE: ESP32 WiFi Access Point Creation Issues

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...

11 months ago
Reply
RE: ESP32 WiFi Access Point Creation Issues

@zander Thanks for the quick reply. I am confused with your two statements: RCAserver.on( "/", HTTP_handleRoot); RCAserver.onNotFound(HTTP_h...

11 months ago
Page 1 / 2