Basics of Arduino Programming

Basics of Arduino Programming

/ Basics of Arduino Programming / Using C++ programming, basic reference to C++ syntax. Each statement ends with a semicolon, comments use //, uppercase words are special characters and should not be misused. Functions are enclosed in {}. void setup() { // put your setup code here, to run once: // This code runs once … Read more

How to Put Arduino in Sleep Mode: Examples Explained

How to Put Arduino in Sleep Mode: Examples Explained

Q A & Question:Examples of Arduino Sleep Mode I decided to write my own examples to demonstrate how to put the Arduino into sleep mode. You might wonder, what’s the need for this? The answer is: if your project is powered by batteries, this setting can be very useful. Putting the Arduino into sleep mode … Read more

Arduino_Core_STM32: The Powerful Tool Integrating STM32 with Arduino Ecosystem

Arduino_Core_STM32: The Powerful Tool Integrating STM32 with Arduino Ecosystem

What is Arduino_Core_STM32? Arduino_Core_STM32 is an Arduino-compatible core developed for the STM32 series microcontrollers. It is jointly developed and maintained by STMicroelectronics and the Arduino community. By using this core, you can run Arduino programs on STM32 microcontrollers and access the rich Arduino ecosystem. This core supports a wide range of STM32 series chips, covering … Read more

Mecanum Wheel and Smooth Wheel Automatic Switching Device

Mecanum Wheel and Smooth Wheel Automatic Switching Device

During a visit to a robotics technology exhibition, I observed that some robots used Mecanum wheels for movement. In specific working environments, the design of Mecanum wheels facilitates the robot’s ability to turn in place and translate. However, I also identified two issues: Mecanum wheels must operate on relatively flat surfaces; and during long-distance straight … Read more

Getting Started with the Airborne Board: Warm Water Mixing Assistant

Getting Started with the Airborne Board: Warm Water Mixing Assistant

Click Mushroom Cloud Creation to follow us The following video is sourced from Dakaizhi Chuang ↑Demo Video↑ 【Creation Background】 Figure 1 When preparing milk powder, the appropriate water temperature is key to maximizing the retention of nutrients. Typically, the milk powder can will have a brewing guide, which includes recommendations for water temperature (as shown … Read more

Exploring the Secrets of RGB LED Technology

Exploring the Secrets of RGB LED Technology

After learning the basic knowledge of LED, students have gained some understanding of LED, especially the monochrome LED. However, in many areas of our lives, we also use a type of LED with a richer color palette, called full-color LED. In this lesson, we will guide students to explore the dazzling secrets of LED. Figure … Read more

IBM Engineer Builds Electric Microscope Using LEGO and Raspberry Pi

IBM Engineer Builds Electric Microscope Using LEGO and Raspberry Pi

LEGO is truly a source of joy for adults, as it not only allows for imaginative constructions of houses and buildings but also aids in the creation of precision instruments, making it a favorite among countless geeks! Previously, someone built a parts sorting machine with LEGO, eliminating the hassle of categorizing LEGO pieces. This time, … Read more

Design of a Mini Quadrotor Controlled via Bluetooth Using MultiWii

Design of a Mini Quadrotor Controlled via Bluetooth Using MultiWii

What is MultiWii?MultiWii is a universal remote-controlled multi-rotor flight control software developed using Arduino platform technology. Initially, it was designed to support the gyroscope and accelerometer of the Nintendo Wii controller, which can be found in the accessories of the Nintendo WiiMote controller.By integrating sensors such as accelerometers, gyroscopes, barometers, magnetometers, and GPS, MultiWii can … Read more

PyFirmata: The Ultimate Arduino Control Library in Python

PyFirmata: The Ultimate Arduino Control Library in Python

PyFirmata: The Ultimate Arduino Control Library in Python! In the field of Internet of Things and hardware programming, Arduino has become a global sensation as an open-source electronic prototyping platform. But if you want to control Arduino using Python, you cannot miss out on the powerful library pyfirmata. It makes communication between Python and Arduino … Read more

PyFirmata: The Ultimate Arduino Control Library for Python

PyFirmata: The Ultimate Arduino Control Library for Python

PyFirmata is arguably the top Python tool for controlling Arduino! In the vast universe of IoT and hardware programming, Arduino has captured the hearts of global developers with its charm as an open-source electronic prototyping platform. However, if you want to master Arduino in the expansive world of Python, PyFirmata is undoubtedly the key that … Read more