Coder Social home page Coder Social logo

kisssys / superbitrf-firmware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 1bitsquared/superbitrf-firmware

0.0 2.0 0.0 366 KB

Firmware for the superbit open source radio system.

License: GNU General Public License v3.0

Makefile 4.09% Shell 0.02% Python 9.23% C 84.18% C++ 0.69% Objective-C 1.79%

superbitrf-firmware's Introduction

superbitrf-firmware

Firmware for the superbit open source radio system. This is part of a paparazzi SuperbitRF project http://paparazzi.enac.fr/wiki/SuperbitRF. The SuperbitRF firmware is capable of transmitting, receiving and intercepting DSM2 and DSMX radio communication which is used by Spektrum transmitters and receivers. It is capable of adding a data communication next to the radio control communication for the Paparazzi autopilot.

Compiler:

We first need the libopencm3. We get it using the git submodules :

git submodule init
git submodule update

It's going to download the library (might take up to a few minutes). Then you are ready to compile the firmware, just run :

make

You might get a few warnings, that's not an issue. Then you just flash the dongle using a black magic probe by launching the script :

./flash.sh

If your black magic probe if on an other port than the default one (/dev/ttyACM0), you can select the right one by editing the last line of the file : src/Makefile.

If during the flashing operation you get an error concerning the arm toolchain, you can specify the path to where you putted your toolchain as an argument to the make. You can do that by adding a PREFIX option the the last line of the file : src/Makefile. For exemple :

make flash PREFIX=~/sat/bin/arm-none-eabi BMP_PORT=/dev/ttyACM0

Programs:

DSM2/DSMX transmitter, DSM2/DSMX with telemetry and DSM2/DSMX receiver can be compiled from the ./src/ directory. You can change the configuration in runtime(not made yet), and trough editting the modules/config.c file.

There are also several examples to test the hardware which are available in the ./examples directory.

superbitrf-firmware's People

Contributors

fvantienen avatar esden avatar dewagter avatar clement-roblot avatar flixr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.