STM32 Serial Communication: Interrupt vs Polling

STM32 Serial Communication: Interrupt vs Polling

1. From Polling to Interrupt Many students prefer polling over interrupt-driven operations. Is this related to our nature? Everyone likes to have everything under control and dislikes being interrupted. We often have experiences where we are talking to someone and suddenly receive a phone call, and after the call, we can’t remember what we were … Read more

Open Source Industrial IoT Gateway Based on .NET6

Open Source Industrial IoT Gateway Based on .NET6

What is an Industrial IoT Gateway An Industrial IoT Gateway (IIoT Gateway) is a hardware device or software program that serves as a bridge between local devices (such as PLCs, barcode scanners, robots, CNC machines, non-standard upper computers, etc.) and cloud systems (such as IoT platforms, SCADA systems, MES systems, etc.). All data flowing between … Read more

Weekly Lesson: Implementing Graphical Interface with Arm-2D on Cortex-M Chips

Weekly Lesson: Implementing Graphical Interface with Arm-2D on Cortex-M Chips

Click the card below to follow Arm Technology Academy Weekly Lesson is a new column at Arm Technology Academy, where I regularly select public courses from the Extreme Technology Community for everyone to learn more technology. Welcome to follow Weekly Lesson. Public Course Content This session introduces how to deploy Arm-2D on Cortex-M processor chips … Read more

11 Motor Drive Design Solutions

11 Motor Drive Design Solutions

24V Brushless DC (BLDC) Motor Sine Wave Drive for Air Purifier Fan This reference design is an economical, small form factor (SFF), three-phase sine wave driver for brushless DC (BLDC) motors, capable of delivering up to 50W at 24V. The board accepts a 24V input and provides three motor outputs to drive the BLDC motor … Read more

Basic Setup of WAN Interface for PPPoE Dial-Up Internet Using OpenWRT Firmware

Basic Setup of WAN Interface for PPPoE Dial-Up Internet Using OpenWRT Firmware

This chapter mainly explains: Basic setup of WAN interface for PPPoE dial-up internet using OpenWRT firmware. 1. What is OpenWRT firmware Here is a brief introduction to the origin of OpenWRT. Back in the day, Linksys (which has been acquired by Cisco) released a wireless router product named: WRT54G/GS, a classic product. However, the software … Read more