-
Notifications
You must be signed in to change notification settings - Fork 10
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
GPS sensor ? #1
Comments
I'm still waiting for them to become available in the US. If you know anyone who has them, please let me know. |
In the US no, but in EU www.microtechnics.eu has them from time to time. |
Aloft had them in stock, so I ordered one for myself. Should be here in a few days. From what I read about the SoftwareSerial library, it should work since the SPort bus is at a standard frequency (57600) and mode (8N1). It would go something like this: #define rxPin 2 Then you just change the SPort code to read from the mySerial object and you're good to go. |
I now have all components:
I will be testing this weekend on fatshark goggles both softwareserial and hw inverter. |
Hello, Did you get any chance to work on the gps sensor ? Here's my working version of minimosd-extra https://github.com/razvanstanga/minimosd-frsky. |
Hi, I don't think I'll have time to start working on it anywhere soon. I did
On Mon, Apr 14, 2014 at 12:51 AM, Razvan Stanga [email protected]:
|
Hi,
Did you get your hands on a GPS sensor ? I got one from microtechnics.eu. Now I am waiting for minimosd from rctimer.com.
The text was updated successfully, but these errors were encountered: