Arduino UNO R4 Launch: Enhanced Specifications and Chip Upgrade

Arduino UNO R4 Launch: Enhanced Specifications and Chip Upgrade

Arduino has not released a new model for the UNO since the launch of UNO R3 in 2010. This model has endured and remained popular for a long time. Thirteen years later, they finally released an upgraded model — Arduino UNO R4. Compared to the old version, the new model has made significant improvements in … Read more

Arduino Lab for MicroPython: An Integrated Development Environment for MicroPython Developers

Arduino Lab for MicroPython: An Integrated Development Environment for MicroPython Developers

MicroPython is a lightweight implementation of Python designed for embedded systems, capable of running on microcontrollers. Arduino Lab for MicroPython (hereafter referred to as Arduino Lab) is an integrated development environment (IDE) specifically designed by Arduino for MicroPython developers, aiming to provide a convenient programming environment and tools to help developers write and debug MicroPython … Read more

Quick Start for Beginners: Mastering ESP32 with Arduino IDE

Quick Start for Beginners: Mastering ESP32 with Arduino IDE

Hello everyone, I am Machine Panda. In order to do a good job, one must first sharpen their tools. Therefore, choosing a suitable development environment is crucial. Since this series mainly uses the ESP32 microcontroller, there are generally three mainstream development methods: Arduino, a convenient and flexible open-source electronic prototyping platform, supports ESP32, ESP8266, etc., … Read more

Beautiful Arduino Development Boards You Must See

Beautiful Arduino Development Boards You Must See

Summary:Recently, I found several development boards based on the shape of Arduino UNO, let’s appreciate them together. 1. Adafruit METRO M7 The main control chip is NXP’s IMXRT1011, with an ARM Cortex-M7 core. IMXRT1011 is a microcontroller unit (MCU) developed by NXP Semiconductors. It belongs to the i.MX RT series of MCUs based on the … Read more

Arduino Uno R4: The Next Generation of Open-Source Hardware

Arduino Uno R4: The Next Generation of Open-Source Hardware

Produced by | OSC Open Source Community (ID: oschina2013) As one of the most popular open-source hardware on the market, the Arduino Uno R3 was launched back in 2010. After more than a decade, this hardware’s performance has become somewhat outdated. While everyone eagerly awaited, Arduino recently officially released the upgraded version of the Arduino … Read more

Design of a Microscopic Observation Platform Based on Arduino

Design of a Microscopic Observation Platform Based on Arduino

Abstract In order to simulate the moisture absorption performance of clothing fiber in textiles, an experimental platform that can manipulate and observe mesoscopic liquid was designed. This experimental platform can compile an executable program and upload it to Arduino development board to control the pulse signal of stepper motor, and then make the stepper motor … Read more

Driving Nokia 5110 Display with Arduino

Driving Nokia 5110 Display with Arduino

In this article, we will learn how to use Arduino to drive the Nokia 5110 display. Previously, I learned how to drive the Nokia 5110 display with Raspberry Pi to show system information. 1. Hardware Connection #define PIN_SCE 7#define PIN_RESET 6#define PIN_DC 5#define PIN_SDIN 4#define PIN_SCLK 3VCC 3.3VGng GroundBL 5V No additional resistors or capacitors … Read more

Using OLED Screen with Arduino Uno (Basics)

Using OLED Screen with Arduino Uno (Basics)

Experiment Effect A simple demonstration of how to light up the OLED screen with Arduino Uno and display some simple English or characters. Note! This example uses an OLED screen with an SSD1306 chip, please confirm whether the OLED screen you have uses the same model chip. Component Description The OLED display does not require … Read more

Innovative Programming for a Bright Future – Arduino UNO Classes at Litang Primary School

Innovative Programming for a Bright Future - Arduino UNO Classes at Litang Primary School

Innovative Programming Creating a Bright Future Introduction to Arduino Arduino UNO is a hardware product that is currently open-source and highly compatible. By combining it with the Mind+ graphical programming software, children can create many open-ended projects. Arduino has become a tool for children to be hands-on and innovative; as long as you have an … Read more

Open Source Social Robot Kit for Raspberry Pi and Arduino

Open Source Social Robot Kit for Raspberry Pi and Arduino

The “Q.bo One” robot released by Thecorpora is based on RPi 3 and Arduino, and provides stereo cameras, microphones, speakers, as well as visual and language recognition. — Eric Brown Compiled from | http://linuxgizmos.com/open-source-social-robot-kit-runs-on-raspberry-pi-and-arduino/ | Author | Eric Brown | Translator | geekpi The “Q.bo One” robot released by Thecorpora is based on RPi 3 … Read more

×