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.
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 about Degu, visit degu web site(https://open-degu.com/)
-
Technical resources for Degu on github project repositorys(https://github.com/open-degu)