Articles by Tag #microcontroller

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

What No One Tells You About TinyGo: Running Go on an Arduino Changed How I Think About Embedded Programming

What No One Tells You About TinyGo: Running Go on an Arduino Changed How I Think About...

Learn More 5 3Sep 2 '25

What is the R pin on the STM32 Blue Pill?

What is the "R" Pin? On the STM32 Blue Pill board, the pin labeled "R" is connected to the Reset...

Learn More 0 0Nov 13 '25

Ditch the Console: Build Stunning UIs on Any Embedded Hardware with LVGL

Quick Summary: 📝 LVGL is a free and open-source graphics library written in C, designed...

Learn More 1 0Nov 2 '25

STM32F103RCT6 Microcontroller: Features, Pinout, Applications, and Power Management

STM32F103RCT6 Description The STM32F103RCT6 Microcontroller features an Arm® Cortex®-M3...

Learn More 1 0Jul 10 '25

Design of watchdog circuit based on CPLD technology

Designing a watchdog circuit using CPLD (Complex Programmable Logic Device) technology involves...

Learn More 0 0Mar 5 '25

The method of outputting PWM pulses from a microcontroller

PWM (Pulse Width Modulation) is one of the most common microcontroller outputs — used in motor...

Learn More 1 0Aug 27 '25

Using stm32 for wifi remote temperature control fan system

Designing a WiFi remote temperature control fan system using an STM32 microcontroller involves...

Learn More 1 0Mar 12 '25

Using single chip microcomputer to realize ultrasonic obstacle avoidance car

Creating an ultrasonic obstacle avoidance car using a single-chip microcontroller is a popular...

Learn More 0 0Mar 20 '25

Setting of CAN filter for STM8 microcontroller

To set up the CAN filter on an STM8 microcontroller (like STM8S or STM8AF series with CAN...

Learn More 0 0Jun 18 '25

How to use a microcontroller to control a relay?

Controlling a relay with a microcontroller (e.g., Arduino, ESP32, Raspberry Pi Pico) is a fundamental...

Learn More 0 0Jul 25 '25

How to implement multitasking scheduling mechanism on a microcontroller?

Below is a compact, field-tested roadmap for building a multitasking scheduler on a...

Learn More 1 0Aug 15 '25

How i can creat analog input in simulink to work to microcontroller?

Creating an analog input in Simulink for a microcontroller involves configuring both the Simulink...

Learn More 1 0Sep 23 '25

How to connect my hall effect sensors to my microcontroller?

Connecting Hall effect sensors to your microcontroller (MCU) is straightforward, but depends on...

Learn More 0 0May 22 '25

Implementing ADC Sampling in Microcontrollers

1. Overview of ADC in MCUs Most modern microcontrollers (MCUs) integrate Analog-to-Digital Converters...

Learn More 1 0Apr 1 '25

How the Flipper Zero uses the STM32WB55RG for specific tasks?

The Flipper Zero leverages the STM32WB55RG microcontroller in clever ways to enable its...

Learn More 1 0Jun 16 '25

How to solve the problem of MSPM0G3507 chip locking?

The issue of a Texas Instruments (TI) MSPM0G3507 (or any microcontroller in the MSPM0 family)...

Learn More 1 0Aug 26 '25

How to solve the problem of MSPM0G3507 chip locking

When an MSPM0G3507 microcontroller (from the Texas Instruments MSPM0 series) becomes locked, it...

Learn More 0 0Jun 9 '25

How to activate/deactivate other circuits with higher voltage from a microcontroller?

To switch (activate/deactivate) higher-voltage circuits from a microcontroller, you’re really...

Learn More 0 0Jan 30

How to meaure resistance on a microcontroller?

Measuring resistance with a microcontroller is a fundamental task, but microcontrollers can't...

Learn More 1 0Sep 29 '25

How to use external memory with an MCU?

Adding external memory to a microcontroller (MCU) is common when your application needs more storage...

Learn More 1 0Sep 11 '25

How a quartz crystal works in a microcontroller?

This is a fundamental concept in microcontroller systems. Let's break down how a quartz crystal works...

Learn More 1 0Oct 14 '25

How do I take a neural network in Python and run it on a microcontroller?

To take a neural network you trained in Python and run it on a microcontroller, the winning pattern...

Learn More 0 0Dec 23 '25

How to tell if I bricked my microcontroller board?

Good news: most “bricked” boards are only confused, not dead. Here’s how to systematically tell what...

Learn More 1 0Nov 18 '25

What is FPU in microcontroller?

What is an FPU? An FPU, or Floating-Point Unit, is a dedicated hardware circuit within a...

Learn More 0 0Nov 7 '25

How to connect to a different microcontroller via Arduino IDE's serial port?

You can use the Arduino IDE’s serial port (Serial Monitor / Plotter) to talk to another...

Learn More 0 0Jan 8

How to check for memory leak in microcontroller?

Memory leaks on microcontrollers are usually heap leaks (malloc/new without free/delete) or resource...

Learn More 0 0Dec 31 '25

How to simulate microcontroller output with maximum current and high voltage?

A microcontroller (MCU) pin can’t directly output “maximum current + high voltage.” In theory, an MCU...

Learn More 0 0Jan 19