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...
What is the "R" Pin? On the STM32 Blue Pill board, the pin labeled "R" is connected to the Reset...
Quick Summary: 📝 LVGL is a free and open-source graphics library written in C, designed...
STM32F103RCT6 Description The STM32F103RCT6 Microcontroller features an Arm® Cortex®-M3...
Designing a watchdog circuit using CPLD (Complex Programmable Logic Device) technology involves...
PWM (Pulse Width Modulation) is one of the most common microcontroller outputs — used in motor...
Designing a WiFi remote temperature control fan system using an STM32 microcontroller involves...
Creating an ultrasonic obstacle avoidance car using a single-chip microcontroller is a popular...
To set up the CAN filter on an STM8 microcontroller (like STM8S or STM8AF series with CAN...
Controlling a relay with a microcontroller (e.g., Arduino, ESP32, Raspberry Pi Pico) is a fundamental...
Below is a compact, field-tested roadmap for building a multitasking scheduler on a...
Creating an analog input in Simulink for a microcontroller involves configuring both the Simulink...
Connecting Hall effect sensors to your microcontroller (MCU) is straightforward, but depends on...
1. Overview of ADC in MCUs Most modern microcontrollers (MCUs) integrate Analog-to-Digital Converters...
The Flipper Zero leverages the STM32WB55RG microcontroller in clever ways to enable its...
The issue of a Texas Instruments (TI) MSPM0G3507 (or any microcontroller in the MSPM0 family)...
When an MSPM0G3507 microcontroller (from the Texas Instruments MSPM0 series) becomes locked, it...
To switch (activate/deactivate) higher-voltage circuits from a microcontroller, you’re really...
Measuring resistance with a microcontroller is a fundamental task, but microcontrollers can't...
Adding external memory to a microcontroller (MCU) is common when your application needs more storage...
This is a fundamental concept in microcontroller systems. Let's break down how a quartz crystal works...
To take a neural network you trained in Python and run it on a microcontroller, the winning pattern...
Good news: most “bricked” boards are only confused, not dead. Here’s how to systematically tell what...
What is an FPU? An FPU, or Floating-Point Unit, is a dedicated hardware circuit within a...
You can use the Arduino IDE’s serial port (Serial Monitor / Plotter) to talk to another...
Memory leaks on microcontrollers are usually heap leaks (malloc/new without free/delete) or resource...
A microcontroller (MCU) pin can’t directly output “maximum current + high voltage.” In theory, an MCU...