All Projects → emlid → Navio2

emlid / Navio2

Licence: bsd-3-clause
C++ and Python sensor examples for developers

Projects that are alternatives of or similar to Navio2

Noisy
Simple random DNS, HTTP/S internet traffic noise generator
Stars: ✭ 1,208 (+815.15%)
Mutual labels:  raspberrypi
Keras Oneclassanomalydetection
[5 FPS - 150 FPS] Learning Deep Features for One-Class Classification (AnomalyDetection). Corresponds RaspberryPi3. Convert to Tensorflow, ONNX, Caffe, PyTorch. Implementation by Python + OpenVINO/Tensorflow Lite.
Stars: ✭ 102 (-22.73%)
Mutual labels:  raspberrypi
Crankshaft
Crankshaft: A turnkey GNU/Linux solution that transforms a Raspberry Pi to an Android Auto head unit.
Stars: ✭ 1,703 (+1190.15%)
Mutual labels:  raspberrypi
Grove.py
Python library for Seeedstudio Grove devices
Stars: ✭ 85 (-35.61%)
Mutual labels:  raspberrypi
Nwjs rpi
[NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3)
Stars: ✭ 91 (-31.06%)
Mutual labels:  raspberrypi
Create
Software for the HifiBerry/BeoCreate Re-Create project for upcycling vintage loudspeakers
Stars: ✭ 103 (-21.97%)
Mutual labels:  raspberrypi
Homekitcam
A project to make a Raspberry Pi driven, HomeKit Enabled camera.
Stars: ✭ 69 (-47.73%)
Mutual labels:  raspberrypi
Gumcp
Web Control Panel for Raspberry Pi
Stars: ✭ 124 (-6.06%)
Mutual labels:  raspberrypi
Wifimeshraspberrypi
Workshop to create a sensor application over a WiFi Mesh network
Stars: ✭ 99 (-25%)
Mutual labels:  raspberrypi
Yahm
Yet Another Homematic Management - Skripte zur Einrichtung der Homematic CCU Oberfläche in einem LXC Container unter Debian Jessie auf ARM CPU (z.B.: Raspberry Pi & Co)
Stars: ✭ 113 (-14.39%)
Mutual labels:  raspberrypi
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (-35.61%)
Mutual labels:  raspberrypi
Gpiozero
A simple interface to GPIO devices with Raspberry Pi
Stars: ✭ 1,302 (+886.36%)
Mutual labels:  raspberrypi
Rpi Tempruntime
基于树莓派3B,DHT11/DHT22,LCD1602的一个实时温度湿度检测系统
Stars: ✭ 109 (-17.42%)
Mutual labels:  raspberrypi
Mobilenet Ssd
MobileNet-SSD(MobileNetSSD) + Neural Compute Stick(NCS) Faster than YoloV2 + Explosion speed by RaspberryPi · Multiple moving object detection with high accuracy.
Stars: ✭ 84 (-36.36%)
Mutual labels:  raspberrypi
Gitlab
GitLab CE (Docker image) for ARM devices, this is a mirror repository of
Stars: ✭ 121 (-8.33%)
Mutual labels:  raspberrypi
Inkyshot
Get a daily random inspirational quote delivered direct to your desk with Inkyshot. Build multiple Inkyshots and share the inspiration with your friends, family and loved ones ❤️
Stars: ✭ 72 (-45.45%)
Mutual labels:  raspberrypi
Core
Ultibo Core
Stars: ✭ 102 (-22.73%)
Mutual labels:  raspberrypi
Pchwrm client
PC Hardware Resource Monitor For Raspberry Pi
Stars: ✭ 130 (-1.52%)
Mutual labels:  raspberrypi
Docker Magicmirror
Docker image for the Magic Mirror 2 project by Michael Teeuw.
Stars: ✭ 122 (-7.58%)
Mutual labels:  raspberrypi
Cameracontrollerapi
The CameraControlerApi is an attempt to control a DSLR via REST functionality.
Stars: ✭ 110 (-16.67%)
Mutual labels:  raspberrypi

Navio 2

Collection of drivers and examples for Navio 2 - autopilot shield for Raspberry Pi.

Repository structure

C++

Examples

Basic examples showing how to work with Navio's onboard devices using C++.

  • AccelGyroMag
  • ADC
  • AHRS
  • Barometer
  • GPS
  • LED 2
  • RCInput
  • Servo

Navio 2

C++ drivers for Navio 2's onboard devices and peripheral interfaces.

  • MPU9250 SPI
  • LSM9DS1 SPI
  • U-blox SPI
  • MS5611 I2C
  • I2C driver
  • SPI driver

Python

Basic examples showing how to work with Navio's onboard devices using Python.

  • AccelGyroMag
  • ADC
  • Barometer
  • GPS
  • LED
  • RCInput
  • Servo

Utilities

Applications and utilities for Navio.

  • 3D IMU visualizer
  • U-blox SPI to PTY bridge utility
  • U-blox SPI to TCP bridge utility

Cross-compilation

Requirements

  • Install the toolchain gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf (sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf for Debian based systems)

Usage

  • export CXX=arm-linux-gnueabihf-g++
  • Compile the examples via make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].