Soldered ADSBReceiver MicroPython Library
Note: this board is not yet released.
This library drives Soldered's ADS-B 1090MHz Receiver with ESP32-S3, built around the Aerobits TT-SC1b OEM ADS-B receiver module (Basic/SC1 tier), wired via UART. It listens for 1090 MHz ADS-B squitters broadcast by aircraft and reports each aircraft's position, altitude, speed, callsign, and squawk. The driver implements the module's AT-command configuration/state-machine layer plus both of its data output protocols: a CSV protocol and a MAVLink protocol (ADSB_VEHICLE message decoding). Note: this covers the Basic/SC1 tier only - Mode-A/C/S decode, USB, multilateration timestamps, and the JSON/GDL90/ASTERIX/RAW protocols are exclusive to the SC1-EXT variant and not supported here.
How to install
After installing the mpremote package↗ (opens in a new tab), install the library on your board using the following command:
mpremote mip install github:SolderedElectronics/Soldered-ADSBReceiver-MicroPython-Library
Or, if you're running a Windows OS:
python -m mpremote mip install github:SolderedElectronics/Soldered-ADSBReceiver-MicroPython-Library
Repository Contents
- ADSBReceiver.py - MicroPython driver class (UART, AT-command layer, state machine)
- AdsbAircraft.py, AdsbStats.py, SystemStats.py - CSV protocol data classes
- MavlinkFrame.py, MavlinkAdsbVehicle.py - MAVLink protocol frame parsing and ADSB_VEHICLE message decoding
- package.json - mip install manifest
- /Examples - configuration, custom wiring, device info, MAVLink, CSV reading, state machine, and statistics examples
Hardware design
You can find hardware design for this board in the ADS-B 1090MHz Receiver hardware repository.
Documentation
Access library documentation here↗ (opens in a new tab).
About Soldered

At Soldered, we design and manufacture a wide selection of electronic products to help you turn your ideas into acts and bring you one step closer to your final project. Our products are intented for makers and crafted in-house by our experienced team in Osijek, Croatia. We believe that sharing is a crucial element for improvement and innovation, and we work hard to stay connected with all our makers regardless of their skill or experience level. Therefore, all our products are open-source. Finally, we always have your back. If you face any problem concerning either your shopping experience or your electronics project, our team will help you deal with it, offering efficient customer service and cost-free technical support anytime. Some of those might be useful for you:
- Web Store↗ (opens in a new tab)
- Tutorials & Projects↗ (opens in a new tab)
- Documentation↗ (opens in a new tab)
Open-source license
Soldered invests vast amounts of time into hardware & software for these products, which are all open-source. Please support future development by buying one of our products.
Check license details in the LICENSE file. Long story short, use these open-source files for any purpose you want to, as long as you apply the same open-source licence to it and disclose the original source. No warranty - all designs in this repository are distributed in the hope that they will be useful, but without any warranty. They are provided "AS IS", therefore without warranty of any kind, either expressed or implied. The entire quality and performance of what you do with the contents of this repository are your responsibility. In no event, Soldered (TAVU) will be liable for your damages, losses, including any general, special, incidental or consequential damage arising out of the use or inability to use the contents of this repository.
Have fun!
And thank you from your fellow makers at Soldered Electronics.