Went out to do some work on the Deranged Rover. Found I couldn't connect to the wifi. Took logic board into shed. Connects fine. Back to car, no connection. Hours of fault finding ensues. Find I can't connect to any of my cars inverter wifi out in the drive. Take em into the shed, connect fine. Recently a company here started offering broadband over wifi. Grabbed a wifi analyser from the play store. Yep. Two masts blasting out signal over 10 channels! Changed one line of code in the esp8266 firmware to select channel 14. Perfect connections.
WiFi.softAP(server.arg("apSSID").c_str(), server.arg("apPW").c_str(),14); //set channel here
Military grade jamming
- Jack Bauer
- Posts: 3638
- Joined: Wed Dec 12, 2018 5:24 pm
- Location: Ireland
- Has thanked: 9 times
- Been thanked: 272 times
- Contact:
-
- Posts: 1013
- Joined: Fri Apr 26, 2019 5:40 pm
- Has thanked: 389 times
- Been thanked: 258 times
Re: Military grade jamming
Well it's that or Big Oil doesn't like what you're doing, but is only interested in passive-aggressive interference. Sneaky.
-
- Posts: 77
- Joined: Tue Jan 15, 2019 10:49 pm
- Location: Ireland
- Been thanked: 3 times
Re: Military grade jamming
I can highly recommend an app called ' Inssider ' which I have used in the course of my day job. It graphically shows wifi activity and all overlapping channels. etc.
Just my penny's worth.
Regards
Stephen
Just my penny's worth.
Regards
Stephen
SDev