-
Notifications
You must be signed in to change notification settings - Fork 13.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP8266 Wifi module config support via UART #2666
Comments
Where do you see this running? On the drone side or on the QGC side? I'm not sure I understand how this could be used without some extra hardware. |
On the drone side of course. The MAV can host an AP and the rest of our GCS devices can connect to it using their in-built wireless radios. |
Just a comment: To my knowledge, the use of WLAN is not allowed on board of airborne systems. I can check the reference, but it should be written somewhere in the part of the documents, you normally don't read. Honestly speaking, I'm not 100'% sure and also, it could be the decision to ignore this "formality", and yes, I know there are plenty of WLAN based systems out there. |
I'd appreciate a reference if you can find one and also where it applies. On Sat, 15 Aug 2015 21:54 hkld notifications@github.com wrote:
|
A collegue of mine pointed me to the source ... it's not a general issue, but a German legislation linked to the frequency regulations. It is written that the use of the frequencies 5470 - 5725 MHz for WLAN is not permitted for connections between aircrafts and ground stations ... see the following link (in German), footnote #6 |
@dogmaphobic Glad we almost fixed this 8). This is to track the ESP8266 SSID config we discussed. |
Done via wifi - closing. |
The ESP8266 Wifi module is an ultra-low-cost serial to WIFI bridge ($7.00!) which could serve as a Wifi telemetry link for smartphones. It can be configured as access point: http://tech.scargill.net/esp8266-as-an-access-point/
It can be obtained from here:
https://www.sparkfun.com/products/13678
What we need is:
@DonLakeFlyer @dogmaphobic I believe spending time on this is much more worthwhile compared to messing with the broken mobile serial port support. Do we have Android / iOS instructions somewhere already? I would love to start to get my hands dirty.
The text was updated successfully, but these errors were encountered: