Degu logo

Degu

Degu is an open-source sensor device platform based on a low-power MCU and the Grove sensors connection interfaces. Degu can connect gateway by Openthread stacks and it on Zephyr OS. For programing user specific behaviour, it impremented micropython intepritor for execute user application.

Building

To prepare for building, install Zephyr SDK and setting up build environment follow instrction of Zephyr Project Getting Started.

https://www.zephyrproject.org/doc/getting_started/getting_started.html

To build Degu firmware, run:

./build.sh

After, you can get Degu firmware image as degu.bin .

Information