openplotter / openplotter-settings

Main OpenPlotter app
GNU General Public License v3.0
77 stars 13 forks source link

Support for Emlid Navio 2 #5

Closed maxekman closed 3 years ago

maxekman commented 4 years ago

I have a Emlid Navio 2 (https://emlid.com/navio/) drone autopilot/flightsystem which I'm planning to try to use with Open Plotter instead. Is the Moitessier project (https://github.com/openplotter/openplotter-moitessier) currently the best reference implementation for how to integrate sensors?

If I make any progress I'll be sure to share it and update the docs!

sailoog commented 4 years ago

Sorry for the delay. If your sensoris an IMU this is the place to look at: https://github.com/openplotter/openplotter-pypilot

For other I2C sensors this is the app: https://github.com/openplotter/openplotter-i2c

maxekman commented 4 years ago

Thanks! Will check it out.