Hello World
A simple sample that prints “Hello World” to the console.
Run locally
The Hello World demo is not supported in the Renode Zephyr dashboard on BL654_USB yet.
You can contact us by clicking the button below if you want to see it supported.
Download
Shell Module
This demo demonstrates the Zephyr shell submodule, which allows the user to use a console interface to control the operating system.
Run locally
The Shell Module demo is not supported in the Renode Zephyr dashboard on BL654_USB yet.
You can contact us by clicking the button below if you want to see it supported.
Download
Philosophers
An implementation of a solution to the Dining Philosophers problem which demonstrates the usage of multiple preemptible and cooperative threads of differing priorities, as well as dynamic mutexes and thread sleeping.
Run locally
The Philosophers demo is not supported in the Renode Zephyr dashboard on BL654_USB yet.
You can contact us by clicking the button below if you want to see it supported.
Download
TensorFlow Lite Micro
This sample TensorFlow application replicates a sine wave and demonstrates the basics of using TensorFlow Lite Micro. The model included with the sample is trained to replicate a sine function and generates x values to print alongside the y values predicted by the model.
Run locally
The TensorFlow Lite Micro demo is not supported in the Renode Zephyr dashboard on BL654_USB yet.
You can contact us by clicking the button below if you want to see it supported.
Download
MicroPython
This demo demonstrates the MicroPython Zephyr port by performing arithmetic operations, and by defining and calling simple functions.
Run locally
The MicroPython demo is not supported in the Renode Zephyr dashboard on BL654_USB yet.
You can contact us by clicking the button below if you want to see it supported.
Download
Blinky
A basic sample that blinks an LED forever using the Zephyr GPIO API.