Arduino Serial Communication Example

Arduino Serial Communication Example

Of course, below I will provide a complete example of Arduino serial communication. This example will demonstrate how to perform simple data exchange between Arduino and a computer. We will write a program that receives characters from the computer and performs different actions based on the received characters. At the same time, Arduino will also … Read more

Understanding Arduino: Differences from Microcontrollers and Beginner’s Guide

Understanding Arduino: Differences from Microcontrollers and Beginner's Guide

Q: How can I see articles like this every day? A: Just search for the public account “51 Microcontroller Learning Network” and follow it for free Readers who work with microcontrollers should have heard of Arduino or even used it, but many friends are still unclear about what Arduino actually is. Today, I will briefly … Read more

Simplifying Raspberry Pi Pico Programming with Arduino-Pico

Simplifying Raspberry Pi Pico Programming with Arduino-Pico

The Raspberry Pi Pico has quickly become a popular choice among embedded developers due to its powerful capabilities and low price. However, for developers accustomed to the Arduino platform, getting started with the Pico may require some time to learn the new development environment and tools. The advent of the Arduino-Pico project provides developers with … Read more

Building an IoT System with NodeMCU on Alibaba Cloud

Building an IoT System with NodeMCU on Alibaba Cloud

Through this article, you will gain an understanding of the basic concepts of the Internet of Things (IoT), its application areas, and development prospects, as well as some basic knowledge of the Internet and the MQTT protocol. Here, we will use the ESP8266 NodeMCU and Arduino IDE to guide you in building an Alibaba Cloud … Read more