isabella232 / COLLECTION-mouserat-activity

Collection of build environment for Catena 4430 for the mouserat.io rodent activity detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COLLECTION-mouserat-activity

GitHub release GitHub commits

Collection of repos as build environment for Catena 4430 for WUSTL / Lex Kravitz' RAD2 (Rodent Activity Detector, V2).

This corresponds to MCCI document 234001363.

Picture of Model 4430 Complete!

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:

  1. Clone this repository:

    git clone --recursive COLLECTION-mouserat-activity
  2. 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.

  3. 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 build/ide.

About

Collection of build environment for Catena 4430 for the mouserat.io rodent activity detector


Languages

Language:Shell 100.0%