MCUs are ideal MQTT clients because the protocol is lightweight and designed for low-bandwidth, low-RAM environments.
Infineon’s automotive-grade MCU and companion software architecture from Munich Electrification deliver precision, safety, ...
Normally, if you want to blast out samples to a DAC in a hurry, you’d rely on an FPGA, what with their penchant for doing things very quicky and in parallel. However, [Anabit] figured out a ...
If you’ve wiring up a microcontroller and need some kind of storage, it’s likely you’ll reach for an SD card. Compared to other ways of holding data on your project, SD cards are ...
FOSDEM 2026 will take place on January 31-February 1, with thousands of developers meeting in Brussels to discuss open-source ...
This guide is written for developers who wish to start programming microcontrollers using a GCC compiler and a datasheet, without using any framework. This guide explains the fundamentals, and helps ...
The xcc700 is a very small, lightweight C compiler designed specifically for the ESP32 microcontroller. It is like a mini version of GCC or clang, but this system has some limitations. Instead of ...
This is a continuation from the _HAL-STM32-DMA-Poll-GPIO, but instead of using polling methode, we will be using interrupt. The only difference from the previous project, will be in those settings (we ...