Collection of repos as build environment for Catena 4430 for WUSTL / Lex Kravitz' RAD2 (Rodent Activity Detector, V2).
This corresponds to MCCI document 234001363.
This repo is intended to be built on Linux (Ubuntu 18 or later). The build script might work with Ubuntu for Windows, but has not been tested.
To build:
-
Clone this repository:
git clone --recursive git@github.com:mcci-catena/COLLECTION-mouserat-activity.git
-
If building with a project secure key, get a copy of that key and put it someplace handy; please make sure it's password protected, at least.
-
Build with the following commands:
-
to build with the test-signing key:
./build-with-cli --test
-
to build with a project-specific key:
./build-with-cli --key={path-to-file}.pem
-
to build for 2 MHz clock and hardware serial, for Europe, with the test-signing key:
./build-with-cli.sh --clock=2 --serial=hw --region=eu868 --test
-
to build for multiple regions and multiple networks:
./build-with-cli.sh --test --verbose && ./build-with-cli.sh --test --verbose --region=au915 --network=ttn && ./build-with-cli.sh --test --verbose --region=eu868 --network=ttn
The output shows up in
{slug}/build/ide
. -