Radarcape

Radarcape - Old Instructions

Older Radarcape do not support client mode without manual intervention. To add the OpenSky feeding function, you generally have two choices.

Installation: add package to original firmware

Please note: Before you install our feeder, you should create an account and add your device to My OpenSky>My Sensors. Please refer to this article for more information.

To install the OpenSky feeder, you need to access the device's command line interface. The easiest way to do so is using an SSH client such as Putty (if you are on a Windows machine). First you have to identify the version of the firmware you are running. To display the number (e.g. 3.8.1), run the command:

uname -a

For version numbers up to 3.8, your device runs an Ångström linux. Newer devices (from version 4.1) run a Debian linux.

Ångström Linux

To install the feeder, simply install the feeder with the following command:

wget --no-check-certificate https://opensky-network.org/files/firmware/openskyd_latest_armv7a-vfp-neon.opk
opkg install openskyd_latest_armv7a-vfp-neon.opk

Debian Linux

First, you have to download the firmware on the device:

wget --no-check-certificate https://opensky-network.org/files/firmware/openskyd_latest_armhf.deb

Then install the feeder using the following command:

dpkg -i openskyd_latest_armhf.deb

Installation: replace firmware by OpenSky image

Please note: Before you use the OpenSky image, you should create an account and add your device to My OpenSky > Request Data Access.

This method will replace the stock firmware of the radarcape. You cannot access the default radarcape functions while the replacement firmware is in use. You can, however, revert to the default radarcape firmware anytime by following the instructions at Radarcape

In order to deploy the OpenSky firmware, you'll first need a micro SD-Card with at least 2GB capacity. For older radarcapes (based on Beaglebone White), you can re-use the SD-Card that is already inserted in the SD-Card slot inside the radarcape. In any other case (newer radarcapes or if you want to keep the original firmware to revert to the stock firmware), you need a new one.

ChangeLog