Control Arduino with Windows Remote Arduino: A Comprehensive Guide

Control Arduino with Windows Remote Arduino: A Comprehensive Guide

1. Overview Many friends have already started playing with Arduino, and they usually use the official Arduino IDE to write programs to control Arduino hardware. To make control more convenient, Microsoft launched Windows Remote Arduino in the Windows IoT program. In simple terms, Windows Remote Arduino is an open-source Windows runtime component that allows us … Read more

Comprehensive Guide to ARM Cortex-M3 GPIO Interface

Comprehensive Guide to ARM Cortex-M3 GPIO Interface

1、GPIO Structure and Registers GPIO includes multiple 16-bit I/O ports, each of which can independently set 3 types of input modes and 4 types of output modes, and can be independently set or reset. GPIO consists of registers, input drivers, output drivers, and other components, as shown in the figure below. GPIO operates through 7 … Read more