Micros

categories MCU PCB & production hardware tools sarcasm

What Was Learned in 2024: Top Articles and Videos You Shouldn’t Miss

On this page, we will share with the community our top picks of articles and videos from 2024 on embedded…

Read More »

What’s New in Electronics for 2024: Key Updates and Insights

You might have been busy last year and unable to keep up with the news of Electronics for 2024. I’ve…

Read More »

Magnetometer Calibration Wirelessly Over BLE

Calibration for the magnetometer is essential for any operation that involves using magnetometer data. Among the available PC tools for…

Read More »

‘Given’ Hardware Behavioral Testing Is Needed ‘Then’ Use Analog Discovery 2 With Behave Python Framework

The title itself “Given Hardware Behavioral Testing Is Needed, Then Use Analog Discovery 2 With Behave Python Framework” is written…

Read More »

How to Preserve A Variable in RAM between Software Resets

The Problem and The Solution in Theory   The usual answer of “how to retain a variable in RAM through…

Read More »

Getting Detailed Information of MCU Memory Usage from .map File

.map file, generated from GCC-toolchain, has almost all information needed to find memory usage in details. Symbols, including functions and…

Read More »

The Easiest Way to Calculate Function Size in C

Unfortunately calculating function size is not as easy of finding variable size using sizeof() compile-time operator. There are numerous ways…

Read More »

How to Save Your Circuit from A Capacitor Failure

Multilayer ceramic capacitors are widely used in electronics design. SMD MLCCs are used for example as filter and bypass capacitors.…

Read More »

Yield Function, Printable Class and Mapping Arrays : Useful But Unknown Features from Arduino Core

Arduino core, the source code of Arduino API functions and classes, has three useful features that can be used effectively.…

Read More »

Arduino Trick: How To Share Interrupt Service Routines(ISR) between Libraries and Application

Solving the problem of collision that could occur when a library uses an interrupt service routine (ISR) inside its source…

Read More »
Back to top button