TLDR: I'm getting conflicting info on whether I'm connected to 2.4g or 5g wifi.
Recently bought a Pi 4B. For a specific project I need it to use 2.4g wifi (more on the project at the end if anyone is interested).
The Pi is going to control a WIFi smart bulb over local LAN. The Pi and the bulb need to be on the same network. The bulb can only be on 2.4g. I've got it fully working on my Linux Mint laptop that only uses 2.4g.
My router combines the 2.4g and 5g into one network. Using the Rapbian GUI I go to the wifi icon and it tells me I'm connected to my network and there is a red "5G" icon on the same line. Cool, I'm on 5G.
When I run Wavemon it tells me:
I'm assuming this means I'm on 2.4g. This is the same output I see running the same command on my 2.4g-only Linux laptop.freq: 2462 MHz, channel: 11 (width: 20 MHz)
Both can't be true (I think?). I would reconfigure my router, but under the current lockdown I don't want to mess with it as I need the internet to work from home. I would also usually visit my parents who have a split 2.4g/5g network. I also can't do this at the moment.
Any advice?
Thanks,
James
The Project: Scrape data to get numbers of coronavirus cases once per day. Depending on the values compared with the previous day the bulb will light up to indicate an increase or decrease in numbers.
