#zephyros — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #zephyros, aggregated by home.social.
-
Ezurio Tungsten 510/700 SMARC SoM features MediaTek Genio 510/700 AIoT SoC, dual GbE, WiFi 6
-
BeagleConnect Zepto – A “$1 computer” based on TI MSPM0L1117 Cortex-M0+ MCU
-
Nuvoton NuMicro M3331 Cortex-M33 MCU features built-in ARGB LED controller, optional USB 2.0 OTG interface
-
Toradex OSM and Lino SoMs – 30×30mm NXP i.MX 93/i.MX 91 modules with solder-down or B2B connector designs
-
Quectel SRG091X and SRG093X NXP i.MX 9 industrial AIoT modules integrates Wi-Fi 6, Bluetooth 5.4, and 802.15.4 radios
-
woohoo #zephyros now supports the #trng of the #rp2350 (as found in the rpi pico 2 for example) https://github.com/zephyrproject-rtos/zephyr/pull/83346#event-21872383884
-
Web Dashboard for Zephyr - Over time, web browsers have accumulated a ton of features beyond what anyone from... - https://hackaday.com/2025/08/22/web-dashboard-for-zephyr/ #realtimeoperatingsystem #microcontrollers #microcontroller #webdashboard #websocket #zephyros #restapi #zephyr #webui #rtos #api
-
#ZephyrOS has a pretty cool http server demo that runs out of the box on many of the supported boards. It can even toggle the LED used in the blinky demo through the browser. It drove my crazy that on my mimxrt1060-evk, the network always lost connection when the LED was toggled. After some unsuccessful debug attempts and #wireshark traces, I finally downloaded the schematics and took a look 🙈
-
Spinlock vs. Mutex vs. Semaphore: Разбираемся в синхронизации с Zephyr OS
Всем привет! Сегодня хочу углубиться в одну из самых важных тем в мире Zephyr OS — синхронизацию потоков и задач. Если вы хоть раз работали с k_thread_create , гоняли потоки туда-сюда и ловили bus fault, вы меня понимаете. Когда задача одна — всё просто. Но как только вырастает многопоточность, задачи начинают драться за общий ресурс — и тут без надёжной синхронизации не обойтись. У Zephyr OS есть три главных инструмента для этого: spinlock , mutex и semaphore . Каждый со своим характером и подводными камнями.
https://habr.com/ru/articles/925168/
#многопоточность #многопоточное_программирование #rtos #ZephyrOS #zephyr_project #embedded #embedded_software_development #embedded_systems
-
💀 Do kolekcji, ekran śmierci esp32-s3, #ZephyrOS, #Meshtastic 😉
-
Supported Boards have the following board_name when do "west build - board_name"
- link(supported board & its name):
https://docs.nordicsemi.com/bundle/ncs-1.2.1/page/zephyr/boards/index.html#boards -
Is anyone of you using ZephyrOS (https://www.zephyrproject.org)?
-
Reading RFCs and working out the correct beahviour when receiving an "empty" #CoAP response.
Getting flashbacks to ~1997, when I was doing similar with HTTP when we first encountered a server that sent "100 continue" responses.
This time neither side is my code, and I'm trying to work out if it's #ZephyrOS or the aiocoap Python library that I'll need to improve 😀