OpenCollar¶
Open-source wildlife tracking technology by Smart Parks.
OpenCollar is a family of GPS and LoRaWAN trackers for animals, vehicles, rangers, fences and traps. One shared firmware runs on a handful of electronics boards that are packaged into collars, horn implants and rugged enclosures. Hardware designs, firmware, decoders and tools are published on GitHub. This site is the entry point that ties them together.
-
Configure your OpenCollar
Connect over Bluetooth from a laptop or Android phone and change settings, send commands or read logs.
-
Update firmware
Latest firmware: v8.0.1 (2026-09-24). Install it over Bluetooth with the web app or the Connect App.
-
Decode logs and payloads
Turn raw log files and LoRaWAN uplinks into positions, status and sensor data.
-
Find your device
RangerEdge, CollarEdge, RhinoEdge and the experimental trackers, with specifications and repositories.
How it fits together¶
flowchart LR
FW[OpenCollar Edge firmware<br/>one codebase, Zephyr RTOS] --> B1[RangerEdge board]
FW --> B2[CollarEdge board]
FW --> B3[FreeEdge board]
FW --> B4[RhinoEdge Cube board]
FW --> B5[RhinoEdge Puck boards]
B1 --> P1[RangerEdge, TrapEdge, FenceEdge,<br/>WisentEdge, ElephantEdge, ScannerEdge]
B2 --> P2[CollarEdge 38mm and 50mm]
B3 --> P3[CollarEdge Free]
B4 --> P4[RhinoEdge Cube, CollarEdge Pico and Nano,<br/>BaboonEdge, PangolinEdge]
B5 --> P5[RhinoEdge Puck 35 and Puck 50]
P1 & P2 & P3 & P4 & P5 -- LoRaWAN, Iridium --> NET[Network server and platforms]
P1 & P2 & P3 & P4 & P5 -- Bluetooth --> TOOLS[Connect App and BLE web app]
- Devices are the products: which board they use, what they measure, how long they run. See Devices.
- Firmware is shared by every device and released on GitHub with binaries, a settings schema and a payload decoder. See Firmware.
- Tools let you configure, update and read devices without writing code. See Tools.
- Protocols describe what goes over LoRaWAN, Bluetooth and satellite. See Protocols.
- Hardware covers the electronics and mechanics sources for building or modifying devices. See Hardware.
Status of this site¶
This site was created in September 2026 as the canonical index of the OpenCollar ecosystem. Device specifications, repository links and release information are generated from data files in the opencollar repository. Field procedures and datasheets continue to live on the Smart Parks Wiki until they are migrated. Release information was last synchronised on 2026-09-24.