mastodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance, open to everyone, but mainly English and French speaking.

Administered by:

Server stats:

819
active users

#zephyr

2 posts2 participants0 posts today

Version 1.1.0 of CANnectivity, an #OpenSource USB to CAN adapter firmware based on @zephyr, is now available!

This release is based on the just released #Zephyr v4.1.0 and brings, among other things, explicit support for a number of popular USB to CAN adapter boards.

More details available in the #CANnectivity v1.1.0 release notes: github.com/CANnectivity/cannec

What's Changed

app: CANnectivity v1.1.0-dev (tracking Zephyr main branch) by @henrikbrixandersen in #45
app: src: main: include git describe output in banner when available by @henrikbrixandersen ...
GitHubRelease v1.1.0 · CANnectivity/cannectivityWhat's Changed app: CANnectivity v1.1.0-dev (tracking Zephyr main branch) by @henrikbrixandersen in #45 app: src: main: include git describe output in banner when available by @henrikbrixandersen ...

A small victory, but a significant one. A perfect illustration of the importance of State/Local politics as a bulwark of resistance against federal overreach. An inspiring example of parrhesia, speaking Truth to Power.

m.youtube.com/watch?v=BxZgMBX-

m.youtube.com- YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Updated a few projects to #Zephyr 4.1 from 4.0, and so far no major concerns. I did trip over a devicetree thing where, I think, some things got changes from properties to strings. OK, that's just a weird choice. I need to go read the commits to understand why.

Continued thread

I found @zephyr as an alternative, but I'm not sure whether the IEEE 802.15.4 can be freely used without any membership fees.

And, that's also quite low level/layer protocol. So, I guess, that application level integrations would need be custom developed.

Where Zigbee and Z-Wave standards define also application layer and API(s), and devices can be self-describing (at least in Z-Wave, not sure about Zigbee).

docs.zephyrproject.org/latest/

docs.zephyrproject.orgIEEE 802.15.4 — Zephyr Project Documentation

Just published two blog posts about #micropython on #zephyr. I needed small patches to get it to run with latest and greatest Zephyr, but apart from that, things work pretty smooth. I can even use either SD cards or internal flash to store the Python scripts 🍾

blog.lazy-evaluation.net/posts

blog.lazy-evaluation.net/posts

I am not sure how to get the changes into MicroPyhton upstream, as I do not see how to specialize the code with respect to the target Zephyr version. Any thoughts?

Dzu's Blog · MicroPython on Zephyr - i.MXRT1060Not having looked at the MicroPython "port" for the Zephyr operating system, I decided to check the current state of it. Having an MIMXRT1060-EVK on my desk, I decided to try it on this platform.

During my latest #zephyr presentation, I noticed that top-of-tree introduced a bug where the #lvgl demo crashes when displaying a specific widget. It also crashes with the native_sim backend, so one can easily reproduce the bug without any hardware. Unfortunately even with gdb, I can not easily see why the crash happens, as the code in question runs many times without a problem but only crashes on a specific invocation.

Unable to solve it, I at least reported it:

github.com/lvgl/lvgl/issues/76