Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 885 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 885 Bytes

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://docs.zephyrproject.org/latest/getting_started/installation_linux.html

To build Degu firmware, run:

./build.sh

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

Information