← Back to discoveries

#embedded

8 discoveries tagged “embedded”.

Running a 28.9M parameter LLM on an $8 microcontroller

Adafruit
A 28.9 million parameter language model is running on an ESP32-S3 microcontroller, costing around $8, without relying on external servers. · The model uses Google's Per-Layer…
Insights: This project showcases the potential of running complex models on low-cost hardware, making AI more accessible to hobbyists and educators. · It highlights innovative memory…
microcontrollerAIembedded

Rebuilt a 2007 project in 2026 with an AI. Curious where AI actually holds up in embedded work vs where hardware knowledge still wins.

Reddit
A project originally built in 2007 using a PIC16F877A microcontroller and assembly language was rebuilt in 2026 using a PIC32CM and modern tools. · The updated project utilized AI…
Insights: This project highlights the transformative impact of AI in embedded systems, showcasing its potential to streamline development processes. · It's particularly relevant for…
AIembeddedmicrocontroller

The TI MSPM0C1104, an interesting Arm Cortex-M0+ microcontroller

Adafruit
The TI MSPM0C1104 is a budget-friendly microcontroller based on the Arm Cortex-M0+ architecture, operating at up to 24 MHz. · It features 16 KB of flash memory, 1 KB of SRAM, and…
Insights: The MSPM0C1104 stands out for its affordability and compact design, making it an attractive option for hobbyists and small-scale developers. · Its wide operating temperature range…
microcontrollerembeddedIoT

AMD Versal Premium Gen 2 MoP adaptive SoC integrates 32GB LPDDR5X to shrink board footprint by 60% - CNX Software

CNX Software
AMD's Versal Premium Gen 2 MoP adaptive SoCs integrate up to 32GB of LPDDR5X memory directly into the package, significantly reducing the need for external high-speed memory and…
Insights: The integration of memory directly into the SoC package is a significant advancement, reducing board complexity and enhancing performance, which is crucial for developers working…
SoCFPGAembedded

SBOM (Software Bill Of Material) generation for embedded C/C++ projects

Reddit
A user seeks guidance on generating a Software Bill of Materials (SBOM) for an embedded C/C++ project to comply with the Cyber Resilience Act. · The project involves legacy code…
Insights: SBOMs are crucial for ensuring software transparency and security, especially in embedded systems where legacy code is common. · This topic is relevant for developers and…
SBOMembeddedcompliance

Embedded - GigaDevice, Qt Group Collaborate on Embedded HMI Solutions

Embedded
GigaDevice and Qt Group have partnered to enhance the embedded GUI ecosystem, focusing on simplifying the development of human-machine interface (HMI) solutions. · The…
Insights: This collaboration is significant as it combines high-performance hardware with advanced software, streamlining the development process for embedded systems. · It is particularly…
HMIembeddedIoT

A practical guide to learning embedded firmware development

Reddit
A Reddit user is developing a practical guide for learning embedded firmware development, focusing on hands-on projects rather than theoretical concepts. · The guide aims to help…
Insights: This guide is notable for its practical, project-based approach, which can be more engaging and effective for beginners than traditional theory-heavy resources. · It's…
embeddedfirmwareeducation

wolfHAL: a lightweight generic hardware abstraction layer

Reddit
wolfHAL is a lightweight hardware abstraction layer designed to simplify the interaction between software and hardware components. · It provides a generic interface that allows…
Insights: wolfHAL is notable for its potential to streamline the development process for embedded systems, making it easier for developers to create cross-platform solutions. · This…
hardwareabstractionembedded