Skip to content
R. van Twisk edited this page Sep 30, 2024 · 4 revisions

OpenAce Conspicuity Device

Note

I am in the process of uploading the necessary files to GitHub. More will be added soon, including the OpenSCAD case, KiCAD PCB files, unit tests for the source code, and additional resources.

Tip

OpenAce is an ongoing project that is continuously being developed and improved. As a result, features, functionality, and performance may be updated or modified at any time without prior notice. We value feedback and collaboration! If you have any questions, suggestions, or concerns, feel free to reach out. Your input helps us improve the project and ensure it meets the needs of the community.

Important

Disclaimer: Use at Your Own Risk

OpenAce is provided "as is," without any warranties. By downloading or using this device, you acknowledge that you do so at your own risk. The creators are not liable for any damages or issues resulting from its use. OpenAce is intended for General Aviation only and should not be relied upon as the sole source of traffic or navigation information. Users are responsible for ensuring compliance with local aviation regulations.

The OpenAce Conspicuity device is designed for General Aviation pilots flying in areas where multiple protocols, such as OGN, Flarm, and ADS-L, are used. It can transmit and receive multiple protocols simultaneously (excluding sending ADS-B) using one or more transceiver modules. All received traffic is sent to your Electronic Flight Bag (EFB), such as SkyDemon, via the GLD90 protocol.

The device is built around the Raspberry Pi Pico 2040 and can be configured with a custom PCB that supports either two transceivers or a simpler configuration with one. In both setups, it can send and receive all protocols using time-sharing technology. The device can store configurations for multiple aircraft, which can be selected through an easy-to-use web interface.

Powered by a Li-Ion battery, the device includes a PCB with a USB-C charger. The estimated battery life is between 4 and 6 hours, though this is subject to further testing.

KiCAD 3D Rendering Soldered PCB OpenScad View (Open) OpenScad View (Closed)

The PCB measures approximately 8x9 cm.

External Libraries and frameworks used

Most libraries are used 'as-is' Some of them have been slightly modified for performance reasons, compatibility or other reasons.

  1. Raspberry PI PICO SDK https://github.com/raspberrypi/pico-sdk
  2. FreeRTOS, OpenAce uses tasks and timers and avoids loops and runs in multi-core SMP mode. https://www.freertos.org
  3. LWiP Pretty cool and sometimes confusing TCP/IP protocol suite https://savannah.nongnu.org/projects/lwip/
  4. ArduinoJSON for loading and storing configuration https://arduinojson.org
  5. etlcpp pretty awesome library written by John Wellbelove https://www.etlcpp.com
  6. libcrc https://github.com/lammertb/libcrc
  7. minnmea for parding NMEA sentences https://github.com/kosma/minmea/
  8. Catch2 for unit testing

Getting Started

Note

Build instructions follow soon

Clone this wiki locally