Create a High-Quality DIY Robot in Just Two Hours!
Four Interesting Open Source Kits to Bring You Back 20 Years
▲ Click the blue text above to follow us and never miss any practical article!
Infineon XENSIV Game Controller 2024-12-29
New Launch: AirMCU Resource Website for Arduino Development
With the launch of Air001 and RP2040 series products, more and more engineers are using Arduino for development. To meet everyone's learning needs, under the leadership of @半糖, we have launched a brand new AirMCU resource website—— arduino.luatos.com.
Special thanks to 半糖 and several friends for their contributions.
AirMCU Resource Website
AirMCU——is a community-driven project aimed at adapting the Arm-Cortex series MCUs from Shanghai
Exploring Arduino: A Comprehensive Guide
Introduction to 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 (Arduino IDE). It was developed by a European team in the winter of 2005, consisting of Massimo Banzi, David Cuartielles, Tom Igoe, Gianluca Martino, David Mellis, and Nicholas Zambetti.
Figure 1—Arduino LOGO
It is built on an open-source simple I/O interface board and has a development environment similar to Java and C languages
Understanding Arduino: A Comprehensive Guide
Understanding Arduino: How Much Do You Know?
Arduino
In simple terms, Arduino is an open-source electronic prototyping platform consisting of a simple microcontroller and an easy-to-use programming environment. It connects various sensors, actuators, displays, and other external devices through pins, supporting flexible and scalable applications widely used in smart homes, automation, and the Internet of Things.
PART01
Features of Arduino
1. Cross-Platform
KiCad Symbols and Footprint Library for Arduino Modules
“ Introducing an open-source project that includes KiCad schematic symbols and PCB footprints for Arduino modules (modules, connectors, expansion boards). ”
Arduino Secures $32 Million in Series B Funding to Enter Enterprise Market
▲ For more exciting content, please click on the blue words above and follow us!
The open-source electronics platform Arduino recently announced that it has completed a $32 million Series B funding round, led by Robert Bosch Venture Capital (RBVC), with participation from Renesas Electronics, Anzu Partners, and ARM. The company revealed plans to use this funding to enter the enterprise market, "providing enterprise-level applications for the next generation of professional engineers."
2024-11-18
Introduction to the ros_arduino_bridge Open Source Package
This tutorial introduces the ros_arduino_bridge open source package. If you are creating a ROS mobile robot based on Arduino, this package provides a complete software solution. The package not only controls the motors to drive the chassis but also includes data acquisition from ultrasonic sensors and infrared distance sensors, as well as various general analog and digital signal sensors. It can control the output of digital signals and supports PWM servo control.
Many
Understanding Arduino: An Introduction to Open Source Electronics
First, let's review some background information (of course, you can skip this part).
Arduino is a convenient, flexible, and easy-to-use open-source electronic prototyping platform. It includes hardware (various models of Arduino boards) and software (Arduino IDE). It was developed by a European team during the winter of 2005, including members such as Massimo Banzi, David Cuartielles, Tom Igoe, Gianluca Martino, David Mellis, and Nicholas Zambetti.
It is built on an open-source simple I/O interface and has a development environment similar to Java