Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michael-angerer/zephyr_basics
- Owner: michael-angerer
- License: mit
- Created: 2022-04-10T12:57:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T14:18:41.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:08:14.034Z (6 months ago)
- Topics: ble, tutorial, zephyr-rtos
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)