GithubHelp home page GithubHelp logo

alex31 / smartprobe Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 59.89 MB

firmware and hardware for an autonomous five holes 3D pitot tube

Makefile 2.62% Python 0.55% C 48.17% C++ 43.84% Perl 4.82%

smartprobe's Introduction

SMARTPROBE PITOT3D device

Smartprobe is an autonomous pitot3d tube that is designed to be mount on a drone. It records relative wind speed and angle, store it on sdcard, and stream data on a serial line. If a gps or an autopilot give furnish it gps positions, it can calculate on board wind in a terrestrial reference frame.

Dependancies installation

cross compilation and perl library for the boardGen.pl tool :

sudo apt install build-essential gcc-arm-none-eabi gdb-multiarch \
         default-jre libmodern-perl-perl \
	 libxml-libxml-perl libfile-which-perl \
	 dfu-util
	 
sudo cpan -i String/LCSS.pm

to use bmpflash whien flashing with a black magic probe or criquet probe

sudo usermod -a -G dialout $USER

optionnal : stm32cubemx install from stmicroelectronics website:

https://www.st.com/en/development-tools/stm32cubemx.html (boardGen.pl script need xml MCU description files) If stm32cubemx is not found, a pregenerated board.h is used, you won't be able to modify pin assignation

clone of github repository and submodules :

git clone --recursive https://github.com/alex31/smartprobe.git
cd smartprobe
git submodule update --init --recursive

build firmware in release mode

make clean; make BUILD=SIZE

flash firmware in release mode

In dfu mode : plug micro-usb cable (no need to power supply)

make BUILD=SIZE dfuflash

In swd mode : plug swd cable (need to power supply smartprobe)

make BUILD=SIZE flash

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.