Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michael-angerer/zephyr_basics

Basic Zephyr Samples and Projects
https://github.com/michael-angerer/zephyr_basics

ble tutorial zephyr-rtos

Last synced: 3 months ago
JSON representation

Basic Zephyr Samples and Projects

Awesome Lists containing this project

README

        

# Basic Zephyr Samples and Projects

In this repository, I upload samples and tutorials covered on my blog: [michaelangerer.dev](http://michaelangerer.dev/)

## Bluetooth Low Energy (BLE)

### Smart LED (Peripheral)

A remotely controllable Smart LED implemented as a peripheral.

Read more: [Zephyr Basics: Bluetooth Low Energy (BLE) - Part 1: Peripheral](http://michaelangerer.dev/zephyr/2022/04/07/zephyr-basics-ble-1.html)

### Smart Button (Central)

A remote controller for the Smart LED implemented as a central.

Read more: [Zephyr Basics: Bluetooth Low Energy (BLE) - Part 2: Central](http://michaelangerer.dev/zephyr/2022/05/31/zephyr-basics-ble-2.html)

## Shell

A sample project containing a custom shell command to control LEDs.

Read more: [Zephyr Basics: Shell](https://michaelangerer.dev/zephyr/2023/02/12/zephyr-basics-shell.html)