Articles by Tag #stm32

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

STM32 Development Without an IDE

In this blog post, we'll showcase two methods for installing the essential tools to develop software...

Learn More 6 4Jul 19 '24

PlatformIO: A Better Way to Code for STM32 Microcontrollers

1. STM32 Microcontrollers The STM32 series is a popular, affordable, and high-performance...

Learn More 5 0Dec 5 '24

How to port Zephy to STM32?

Porting Zephyr RTOS to an STM32 microcontroller involves setting up the development environment,...

Learn More 2 0Apr 18

Is Arduino Suitable for Developing Commercial Products?

Arduino is a fantastic platform for prototyping and hobbyist projects, but its suitability for...

Learn More 2 0Apr 7

Setup Uart with STM32F411RE

1. Open block diagram in Datasheet We will use USART2 interface because it is connected...

Learn More 1 0Oct 26 '24

Using STM32 to make a tracking car

Creating a tracking car using an STM32 microcontroller involves integrating sensors, motors, and...

Learn More 1 0Feb 13

Implement the SPWM 3phase/1phase inverter for electrostatic precipitator controller using STM32103 MCU

Some time ago, I mentioned the IF electrostatic precipitator controller, I carefully analyzed the...

Learn More 1 0Oct 20 '24

Why is my MCU resetting unexpectedly?

Unexpected MCU (Microcontroller Unit) resets are common debugging challenges in embedded systems....

Learn More 0 0Jun 12

How to determine the resistor and capacitor for RC low frequency filter the achieve the best effect

The same RC low-pass filter, the same -3dB cutoff frequency, different resistor resistance, but the...

Learn More 0 0Oct 17 '24

How does STM32 initialize the watchdog and feed dog?

On an STM32 microcontroller, initializing and refreshing ("feeding") the watchdog(What is a...

Learn More 0 0May 28

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

How can ı understand my STM32 is healthy or not?

How to Check if Your STM32 microcontroller is Healthy? Ensuring your STM32 Microcontroller is...

Learn More 0 0Dec 26 '24

What does UNO V3 Extension in STM32 mean ?

The "UNO V3 Extension" in the context of STM32 typically refers to a shield or adapter board that...

Learn More 0 0Apr 24

Flash prefetching function of MCU

Flash Prefetching in MCUs: Flash prefetching is a feature implemented in many microcontrollers...

Learn More 0 0Jan 16

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

STM32 HAL Implementation of DHT11 Temperature and Humidity Collection

To interface a DHT11 temperature and humidity sensor with an STM32 using HAL (Hardware Abstraction...

Learn More 0 0Jun 24

How to check if the microcontroller is started?

To check if a microcontroller has started successfully, you can use several methods, depending on the...

Learn More 0 0Jan 14

How to optimize interrupt response time for STM32F407 + Sensor Trigger?

Scenario: STM32F407 + Sensor Trigger (e.g., motion, ultrasonic, etc.) You likely use GPIO (EXTI),...

Learn More 0 0Jun 20

Using stm32 for wifi remote temperature control fan system

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

Learn More 0 0Mar 12

How to set up performance benchmarking and profiling on an STM32 MCU

Goal Measure execution time and optimize code performance on an STM32(What is STM32?) microcontroller...

Learn More 0 0May 26

Talk about the difference between STM32F103 and STM32F107

It seems you wanted to attach an image, but I don't see one yet. Could you try uploading it...

Learn More 0 0Dec 19 '24

How to optimize the power consumption of embedded systems?

Optimizing power consumption in embedded systems is crucial for applications that rely on battery...

Learn More 0 1Feb 8

Reusable Component Libraries: Simplifying Migration Between Targets

Operating with components external to the microcontroller or target itself is the norm in firmware...

Learn More 0 0Dec 8 '24

How to Get HEX from Arduino?

There are several ways to get the compiled HEX file from Arduino IDE or platform. Here are the most...

Learn More 0 1May 9

What MCUs are used in humanoid robots?

Humanoid robots utilize a variety of microcontroller units (MCUs) and microprocessors (MPUs)...

Learn More 0 0Jun 13