Embedded Development Board Learning


Starter Kit for ESP32-P4

Date: enero 14, 2026

Author: DBL

Categories: Uncategorized Tags:

Kit de inicio todo en uno para ESP32-P4

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...

ESP32-C6-Touch-AMOLED: A Feature-Rich Development Board

Date: enero 5, 2026

Author: DBL

Categories: Development Boards Tags:

Waveshare ESP32-C6 1.8inch Touch AMOLED Display Development Board

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...

 Little Endian And Big Endian

Date: agosto 25, 2025

Author: Guillermo Garcia

Categories: Embedded C programming Tags:

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...

Custom data types typedef

Date: agosto 25, 2025

Author: Guillermo Garcia

Categories: Embedded C programming Tags:

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...

Publicidad