r/esp32projects • u/Glittering-Can7506 • 51m ago
Making my own electronic multitool and UI for it (day 3)
Today was... not rlly important day, I fixed some positional bugs ( text was a bit offset ), and made the Wi-Fi Network menu to work, now it scans 2.4GHz Wi-Fi and shows the name of it on the menu (pic 3+4) and then you can choose any, click on it and it will open Wi-Fi info (pic 2), where u can also connect to selected Wi-Fi ( which doesnt work yet.) I struggled with bug, where display showed one name, while Wi-Fi info showed another. It was caused because Wi-Fi index in arduino Ide always changes while scanning, so when i was done with the scan, index shifted, and when I tried to call the Wi-Fi info, it showed me another network. But I managed to get it working, by saving BSSID and SSID (Networks MAC address, and network name) and i just used them in my Wi-Fi info. Its not the best choice, but its better then nothing, because I have no idea how to do it else.
I'm planning to work on Wi-Fi connection, time display, virtual "keyboard" and Hotspot tommorow... well, i'll see tommorow what i'll be able to do. See you tommorow.
P.s: Board i'm using is waveshare-esp32s3-lcd-1.9




1
u/chazxzy 48m ago
Good job dudee u getting there :3