Previous week was quite productive for our team – few important blocks of code for APM have achieved working state:
MPU9250 compass driver
U-blox SPI driver
RGB LED driver
Of course, they are not fully ready and require testing, fixing and some polishing, but it’s an important step in APM’s porting. New features...
We have added few Python drivers and examples adapted for Navio to our GitHub repository, examples include:
ADC
Barometer
LED
Servo
Sensor tutorials soon will be updated to include information how to run these examples.
This document is not updated, please proceed to docs.emlid.com for latest version!
One of examples for Navio demonstrates the work of Mahony AHRS with the data from an onboard MPU9250 sensor. We’ve also made a simple but cool visualizer for it that you can run on your PC\Mac. Here’s the instruction how to run...
Good news, everyone!
As we have just shipped all 200 boards to our Indiegogo supporters it is time to say thank you and make announcements about the project. It was a long journey for us to get from designing a product to presenting it on a crowdfunding and finally to delivering the perks. All this was only possible...
This document is not updated, please proceed to docs.emlid.com for latest version!
Navio features two different receivers: NEO-7M in the standard Navio and NEO-6T in the Navio RAW version. Both of them are compatible with this tutorial. Full tech specs are available at the official product page. These GPS modules...
This document is not updated, please proceed to docs.emlid.com for latest version!
MPU9250 is one of the best in class inertial sensors, which combines a gyroscope, an accelerometer and a magnetometer in one device. The MPU sensor family is not only popular as a part of drone autopilot projects, but is also widely used...
This document is not updated, please proceed to docs.emlid.com for latest version!
Ferroelectric RAM has the same functionality as flash memory, but increased overall write speed, lower power consumption and significantly bigger maximum number of write-erase cycles. All this makes FRAM-type memory devices a popular choice...
This document is not updated, please proceed to docs.emlid.com for latest version!
The ADS1115 is a precision analog-to-digital converter (ADC) with 16 bits of resolution. The ADS1115 features an onboard reference and oscillator. Data is transferred via an I2C serial interface. The ADS1115 can perform...
This document is not updated, please proceed to docs.emlid.com for latest version!
PCA9685 is a PWM generator chip that can be used to control servos and LEDs. It features:
16 channels with separate control
12-bit resolution
Configurable frequency
I2C operation up to 1MHz
Output enable pin
PCA9685 is clocked by the 24.576MHz...
This document is not updated, please proceed to docs.emlidclean.wpengine.com for latest version!
It is possible to connect to Navio’s onboard u-blox GPS module from u-center software. To do that ublox-spi-to-tcp application has to be run on Raspberry:
The utility is available from our GitHub Navio repository:
git...