Date: enero 14, 2026
Author: DBL
Categories: Uncategorized Tags:
Espressif’s ESP32 series has long been a darling for developers, powering countless IoT and embedded projects. With the advent of the ESP32-P4, Espressif is stepping firmly into the realm of powerful edge processing, specifically targeting advanced ESP32-P4 AI applications. This microcontroller unit (MCU) boasts a significantly more potent CPU and, critically, an integrated Neural Processing […]
Read full article...Date: enero 5, 2026
Author: DBL
Categories: Development Boards Tags: waveshare
Espressif’s ESP32-C6 SoC has been making waves in the IoT space with its unique combination of Wi-Fi 6, Bluetooth 5.0 LE, Zigbee, and Thread protocol support. The ESP32-C6 development board we’re examining today, the ESP32-C6-Touch-AMOLED, takes this versatile chip and integrates it with a vibrant AMOLED display and capacitive touch, offering a compelling platform for […]
Read full article...Date: agosto 25, 2025
Author: Guillermo Garcia
Categories: Embedded C programming Tags: Embedded C programming
In this article, we will look at the difference between Little Endian and Big Endian and how this impacts embedded systems. Endianness The endianness refers to the byte order used by your computer or microcontroller or a machine to read or write a single “machine word” in memory (32-bit machine’s word size is 32-bit and […]
Read full article...Date: agosto 25, 2025
Author: Guillermo Garcia
Categories: Embedded C programming Tags: Embedded C programming
In this article we will see the typedef allows us to create a special data type defined by the programmer and is widely used in C programs for embedded systems. typedef In C it is possible to create an alias for a previously defined type. To avoid using complex type names, which is the case […]
Read full article...