Arduino UNO Rev.3 (CH340) Controller Circuit Board 3D Drawings in STP and F3D Format

Arduino UNO Rev.3 (CH340) Controller Circuit Board 3D Drawings in STP and F3D Format

Some image sources and the website to download this model are as follows: https://grabcad.com/library/arduino-uno-rev-3-ch340-1 Follow the WeChat public account “Mechanical Drawing Dog” to get more related resources. Notes: This article is only a collection of images and is for appreciation. If you need to share, please follow the “Disclaimer” in the “More Drawings” section on … Read more

Creative Project Development with Arduino

Creative Project Development with Arduino

Creative Project Development with Arduino Arduino is a user-friendly open-source hardware platform that is popular among DIY enthusiasts and engineers. It provides a rich set of libraries and a development environment, enabling even beginners with no background to quickly get started with embedded development. This article will demonstrate how to use Arduino for development through … Read more

When Arduino Meets STM32

When Arduino Meets STM32

In the 21st century, technology has advanced rapidly. The microcontrollers in the hands of geeks have evolved from the old 51 and PIC to AVR and STM32, along with various convenient development tools, such as the once-popular Arduino. However, the Atmega328-based AVR microcontroller is still quite outdated, being almost 20 years old, while ARM is … Read more

Introduction to Arduino: A Beginner’s Guide

Introduction to Arduino: A Beginner's Guide

After the start of the school year, the REI Robotics Club at Shenzhen Middle School will focus on embedded development (based on the Arduino platform) along with mechanical structure and modeling. What is Arduino? Arduino is a convenient, flexible, and easy-to-use open-source electronic prototyping platform. It includes hardware (various models of Arduino boards) and software … Read more

Release of Arduino IDE 2.0.0: A User-Friendly Interface with Enhanced Features

Release of Arduino IDE 2.0.0: A User-Friendly Interface with Enhanced Features

The new version of Arduino IDE 2.0.0 has been officially released. The new development environment is based on the Eclipse Theia framework, an open-source project based on the same architecture as VS Code. The front end is written in TypeScript, and most of the back end is written in Golang. The new IDE offers a … Read more

Creating a Weather Station with Unlimited Data Transmission Using Arduino

Creating a Weather Station with Unlimited Data Transmission Using Arduino

Let’s become technology enthusiasts together Author: iwoox This project uses Arduino open-source hardware to quickly create a weather station with unlimited data transmission capabilities. I previously created a weather station project with data logging functionality, and this is an upgraded and improved version. Step 1: Concept First, we need to add wireless data transmission functionality … Read more

How to Add Seeed Development Boards to Arduino IDE in Four Easy Steps

How to Add Seeed Development Boards to Arduino IDE in Four Easy Steps

Q A & Question: How to add Seeed boards to Arduino IDE Seeed has designed many development boards that can be used with Arduino IDE, such as the products listed below. Today, we will introduce how to add these development boards to Arduino IDE. Seeeduino XIAO Seeeduino Wio Terminal Seeeduino Lotus Cortex-M0+ Seeeduino LoRaWAN/GPS Seeeduino … Read more

TaskScheduler: A Lightweight Cooperative Multitasking Scheduler for Arduino, ESP32, STM32 and Other Microcontrollers

TaskScheduler: A Lightweight Cooperative Multitasking Scheduler for Arduino, ESP32, STM32 and Other Microcontrollers

In embedded development, multitasking is key to improving system efficiency and functionality. For resource-constrained microcontrollers, traditional preemptive multitasking frameworks (like FreeRTOS) can be overly complex and resource-intensive. In this case, the lightweight cooperative multitasking scheduler TaskScheduler becomes an ideal choice. Introduction to TaskScheduler TaskScheduler is a library that provides cooperative multitasking capabilities for microcontrollers such … Read more

First STM32 Development Board Supporting Arduino Interface Launched!

First STM32 Development Board Supporting Arduino Interface Launched!

The first STM32 development board supporting Arduino interface has been launched! The star OTTO development board 【ard-otto-stm32】 is the first Arduino™ board that includes high-performance image processing, display support, and Wi-Fi connectivity, allowing users to create connected systems that provide an extraordinary audiovisual experience. To showcase the high-performance image processing advantages of the STM32F469BIT6 microprocessor, … Read more

Combining Raspberry Pi and Arduino: A Comprehensive Guide

Combining Raspberry Pi and Arduino: A Comprehensive Guide

1. Introduction The Raspberry Pi is an advanced embedded Linux board that can perform complete computer functions. In recent years, due to its affordability and ease of use, the Raspberry Pi has become very popular among developers. Additionally, Arduino is a convenient and flexible embedded development tool that can perform real-time signal acquisition and control. … Read more

×