Articles

categories pcb embedded-c & mcu general

All About ESP32 – Part 3

All About ESP32 Parts Part 1: Overview, Tools and blinking LED Part 2: Logging and WiFi Basics Part 3: TCP…

Read More »

All About ESP32 – Part 2

All About ESP32 Parts Part 1: Overview, Tools and blinking LED Part 2: Logging and WiFi Basics Part 3: TCP…

Read More »

All About ESP32 – Part 1

All About ESP32 Parts Part 1: Overview, Tools and blinking LED Part 2: Logging and WiFi Basics Part 3: TCP…

Read More »

Embedded C: Struct and Union (Part 2)

The first part of this article has introduced the concepts behind Structs and Unions, and how to define and use…

Read More »

WiFi-UART Serial Bridge Using ESP8266 or ESP32

Hardware debugging and programming via UART/Serial connection has always been something so vital to hardware developers and even other team…

Read More »

A Tour Inside Arduino Core: Source Files, How to Make A New Core and Arduino Building Steps

Arduino core is the place where all built-in functions like: pinMode(), digitalWrite(), analogRead(), Serial.begin() ...etc are defined. This article is…

Read More »

Bit-banding Explained: A Key Feature of ARM Cortex-M3/M4

If you have ever taken a part of developing a firmware for a device, then you should have used bit-field…

Read More »

An Introduction to Counterfeit ICs: Counterfeiting, Detection and Avoidance Methods

A detailed introduction about technologies used in detection and avoidance of counterfeit ICs with references from more than 8 research…

Read More »

A Full Review of EasyEDA: A Circuit EDA Online Tool

EDA cloud tools which are related to electronics are emerging exponentially. This is a review of EasyEDA, the free EDA…

Read More »

Embedded C: Struct and Union

In this article we are going to discuss a couple of complex data structures in C. Understanding struct and union…

Read More »
Back to top button