🚨🚨🚨NEW EPISODE ALERT!🚨🚨🚨

Chris( @stoneymonster ) and Elecia( @logicalelegance ) were joined by Sophi Kravitz to talk about art, science, and engineering.

Listen here: https://embedded.fm/episodes/516

#art #engineering #electrical #engineer #embedded

516: Voices From the Cataclysms of the Universe — Embedded

You can find the embedded.fm survey here: https://forms.gle/xPp8YkX8MXvgUENM7 and please consider donating to Elevate Tutoring here: http://donorbox.org/embedded-fm-supports-elevate-tutoring-866250 . The survey will be up until the Dec 25th 2025.

Embedded

Launch Week → Day 5️⃣
Introducing ✨Portals✨

A custom-branded space you can link to, or host on your own website. Publish selected releases or entire builds streams on your portal.

Think GitHub releases but like way, way more powerful.

Try it: http://buildstash.com

#gamedev #appdev #cicd #dev #developer #development #software #distribution #devex #devops #devtool #devtools #embedded #apps #games #developers

Lesson 47: ARM-32 Course 1 (Part 7 - Program Counter) - This tutorial will discuss the program counter. #Embedded #ReverseEngineering https://github.com/mytechnotalent/Reverse-Engineering
GitHub - mytechnotalent/Reverse-Engineering: A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM, 8-bit AVR and 32-bit RISC-V architectures.

A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM, 8-bit AVR and 32-bit RISC-V architectures. - mytechnotalent/Reverse-Engineering

GitHub

I had an epiphany yesterday that may result in my increasing my use of #Lua in #embedded systems. I'm about 90% done in implementing the epiphany as well; when it's done I'll be sharing it as part of my lunatic library¹.

So the problem I'm solving with this epiphany is storing Lua tables in ROM. The natural data structure of Lua is the table, but the table is militantly SRAM-resident in bog-standard Lua, though MCUs have far less SRAM than Flash usually.

(1/n)

¹ https://gitee.com/ACleverDisguise/lunatic/

ACleverDisguise/lunatic: A collection of useful Lua libraries

ACleverDisguise/lunatic: A collection of useful Lua libraries

Gitee
We're gathering momentum for slipmux, a transport of #CoAP over serial ports. That specification allows #embedded developers on simple boards that just have a UART to use the same tools with it as for talking to devices across the Internet. This includes security: I guess I just sent the first encrypted request over slipmux ever, and its security setup was unmodified from #ArielOS's CoAP example.
Implementation is available in #RiotOS (#C), and WIP for Ariel (#RustLang) and #aiocoap (#Python).
New ManT1S @crowdsupply campaign update: "What Value Does the ManT1S-Bridge Add?" Be sure to check it out if you're thinking of using T1S #networking in your #embedded #system!
https://www.crowdsupply.com/silicognition/mant1s/updates/what-value-does-the-mant1s-bridge-add
What Value Does the ManT1S-Bridge Add?

The hard truth is that a T1S mixing segment, even though it's a TCP/IP "network", is really an island unto itself. In this day and age, when we think of a "network", we think of something that has worldwide reach, something that we can easily talk to from our computers or cell phones, and can make use of convenient network infrastructure we usually take for granted, such as DHCP and DNS.

Crowd Supply
In the hope I'll one day save someone else the time I just wasted debugging - umm_malloc only supports a total heap size of 0.5MB due to using uint16_t block indexes #embedded
🦀How to Learn Embedded Rust for Beginners - As a beginner, you might wonder where to start with Embedded Rust. - This blog post might help you to guide. List of useful resources. blog.implrust.com/posts/2025/1... #rustlang #embedded

no errors, but doesn't show up in dmesg :(

#embedded #usb #embassy