Skip to content

rsadsb/rsadsb-embedded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental rsadsb embedded testing

Experimental applications using the no_std feature of rsadsb/adsb_deku.

rsadsb-serial-comm

Much like a dump1090-like program, dump the ADS-B bytes from dump1090_rs into a serial connection.

Usage

cd rsadsb-serial-comm
cargo r

bbc microbit-v2

Display the current position of the closest plane on the led array.

microbitv2 example

Usage

You must install cargo-embed for the flashing of the board with our firmware.

cd microbitv2
cargo embed --release

stm32f3discovery

Using serial line on the board, show ADS-B packets on the rtt(real-time-terminal) display, flashing the LED when received.

Connections

USB Serial Adapter stm32 Pin
Tx PA9
Rx PA10
GND GND

Usage

You must install cargo-embed for the flashing of the board with our firmware.

cd stm32f3discovery
cargo embed --release

About

Experimental applications using the no_std feature of rsadsb/adsb_deku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages