#zephyr

2025-06-17

Zephyr has come a long way: from Virtuoso to Rocket to open source powerhouse. Learn the backstory and why it matters for embedded devs.
πŸ‘‰ shawnhymel.com/2791/a-brief-hi

#embedded #IoT #RTOS #electronics #Zephyr @zephyr

2025-06-16

\o/ i just did a 5-way DKG with one of the "servers" being a xiao esp32s3 over bluetooth LE! \m/

i'm porting #klutshnik to #zephyr it's not very quick, takes a few seconds, but this is creating of a key. decrypting should be much quicker. also i expect this to be faster when done over usb. this is an early PoC, loads of features missing before it can be deployed in production.

an esp32 microcontroller of the size of a thumbnail.
2025-06-12
2025-06-10

ooo looks like the #Zephyr SDK is getting caught up (mostly) on GCC and others. New version (in alpha) is GCC 14.3-based, which was released less than a month ago.

2025-06-03

Today i made my first hello_world #zephyr board working. I have no idea what i'm doing. But it works ... and feels good just to poke around.:D

2025-06-02

My initial impression with #Zephyr RTOS: I suppose all this cruft with the device trees and overlays, the weird west tool, the Repository/Workspace/Freestanding application types, etc. will pay in the end. But I find the nRF documentation confusing and and it took me way more than usual to build a blinky and run it on a dev board.

2025-05-31

Gotta learn #Zephyr #RTOS for those very power efficient #nRF MCUs. I have used so many RTOS to this day that I will loose the count: RTX51-TINY, MaRTE, SYS/BIOS (DSP-BIOS), RTIC (RTFM), QNX, VxWorks 653, PikeOS and of course FreeRTOS.

2025-05-27

If you're outgrowing Arduino or feel limited by bare-metal and FreeRTOS, #Zephyr might be your next step. It offers built-in drivers and cross-platform hardware abstraction, perfect for scalable, production-ready #embedded systems. Learn more: shawnhymel.com/2741/why-use-ze #IoT #RTOS

Pros and cons for choosing Zephyr over other embedded platforms
Alex Smithsonalexsmithson
2025-05-26

London’s architecturally serene view under the zephyr made for a glorious day of exploration around the townscape in the summertime!

asterisk15.wordpress.com/2025/

2025-05-22

The final #Zephyr episode is out today! Zephyr works with "boards" and creating a custom board definition can be a pain. But I've got you covered! Check out the full video to learn more πŸ“Ί
πŸ‘‡πŸ‘‡πŸ‘‡
youtube.com/watch?v=Hdbr_6Ww2B

#RTOS #ESP32 #microcontroller #embedded #IoT @zephyr

Zephyr project video YouTube thumbnail
2025-05-15

Getting #WiFi to work in #Zephyr can be a bit tricky...so, I'm here to help! In my latest video, I show how to configure a WiFi driver for the #ESP32 and make simple HTTP requests. Check it out!
πŸ‘‡πŸ‘‡πŸ‘‡
youtube.com/watch?v=0ONIU4JRnH

#IoT #microcontroller #embedded @zephyr

2025-05-11

alright i am checking out #tmuxAI. i was a fan of gnu screen(1) in the 90s and early aughts, used it all the time, but my openbsd friends rapidly all adopted #tmux and i joined them.

originally i learned screen just cuz i wanted a way to leave myself on #irc & #zephyr when i was away from a terminal.

anyway this #AI assistant for tmux is seemingly able to operate in sessions, panes, and windows!

if you're really curious about this too it's in #macOS #homebrew today:

tmuxai.dev/

tmuxAI can act as a copilot in your terminal for all sorts of things, i will probably compare to o1-engineer, it's ollama-centric port, and openai's codex.
πŸ‚:ο½₯*Fweeblies*:ο½₯πŸ‚felisrandomis@pawb.fun
2025-05-09
Digital art of a dragon character but with a shark tail for MerMay
Till Kamppetertill@ubuntu.social
2025-05-08

#OpenPrinting as part of the #linuxfoundation will again mentor 11 contributors in this year's Google Summer of Code! #GSoC

Our projects cover CUPS 3.x support for #KDE Print Manager, #GNOME Control Center, system-config-printer, pyCUPS, CUPS on #Zephyr, visual analysis of print output for testing, #Rust bindings for libcups/cpdb-libs, utilizing #OSSFuzz Gen, OSS-Fuzz for Go/Python projects, modernize #GTK print dialog, web site improvement with #Nextjs.

More soon on
openprinting.github.io/news/

Till Kamppetertill@ubuntu.social
2025-05-08

The #LinuxFoundation will mentor 21 contributors in the Google Summer of Code 2025!! #GSoC

Despite having lined up many more proposals than last year we got the same amount of slots.

11 for #OpenPrinting, 3 for #AGL (Automotive Grade Linux, 2 for each of #SPDX and #IIO (Industrial I/O), and 1 for each of #SOF (Sound Open Firmware), #Zephyr, and #KWorkflow.

See Google's announcements of the projects:

summerofcode.withgoogle.com/pr

2025-05-08

Thursday...and that means a new #Zephyr video πŸ“Ί I cover using LCD drivers and LVGL to make basic GUIs. Check it out!
πŸ‘‡πŸ‘‡πŸ‘‡
youtu.be/Kfgln6RdoYc

#IoT #microcontroller #electronics #embedded #RTOS @zephyr

GUI on LCD with LVGL on Zephyr
2025-05-01

New #Zephyr episode! Interrupts can be tricky, so I cover using Zephyr's built-in software timers and connecting Zephyr's abstracted functions to hardware interrupts via the Devicetree. Check it out!
πŸ‘‡πŸ‘‡πŸ‘‡
youtube.com/watch?v=nidpvkzVYG

#IoT #microcontroller #ESP32 #embedded #rtos @zephyr

2025-04-26

It's taken a while, but I think I've finally gotten the hang of some of the #Zephyr project/workspace patterns, specifically manifests and "shared libraries”.

2025-04-26

Wait, why does IntelliJ Serial Connection plugin not set DTR any more? It definitely used to set it. Down another rabbit hole. #zephyr

2025-04-26

OK, somehow this code now blocks forever... what? It should just wait until you connect to the serial console. #zephyr

```c
while (!dtr) {
uart_line_ctrl_get(dev, UART_LINE_CTRL_DTR, &dtr);
k_sleep(K_MSEC(250));
}
```

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst