Infineon and Sensirion Collaborate to Launch Arduino Expansion Board for Smart Sensor Applications

Infineon and Sensirion Collaborate to Launch Arduino Expansion Board for Smart Sensor Applications

According to reports from Mems Consulting, Infineon has recently launched a sensor expansion board that supports Arduino, designed for evaluating smart sensor systems in smart home and other consumer applications. This Arduino expansion board integrates various sensors from Infineon’s Xensiv product portfolio along with Sensirion’s SHT35 humidity and temperature sensor, thereby optimizing its functionality and … Read more

Applications of Arduino in Industrial Automation

Applications of Arduino in Industrial Automation

While not a direct replacement for PLCs, there are some industrial automation applications built using Arduino, including prototyping, embedded systems, and low-cost PLC simulators. Refer to our previous article about Arduino: Introduction to Arduino: History, Hardware, and Software In the previous article, we reviewed the Arduino platform’s hardware and software components. We also identified that … Read more

How to Build Your Own Arduino Hexapod Robot

How to Build Your Own Arduino Hexapod Robot

Source: Rohm, Author: Jan Gromes https://techclass.rohm.com.cn/knowledge/tech-info/how-tos/arduino/how-to-arduino-hexapod-part-1-mechanics-and-wiring This article is a translation from the English website DevicePlus.com. The hexapod robot is one of the coolest robots, but they are often expensive. One reason is that they consist of multiple components and use 18 servos, all of which need to be powered and driven by certain microcontrollers. … Read more

Exploring New Possibilities with FPGA: Innovative Uses of Arduino and Raspberry Pi

Exploring New Possibilities with FPGA: Innovative Uses of Arduino and Raspberry Pi

Arduino and Raspberry Pi development boards are the pinnacle of transforming the way embedded systems are developed. Previously, the development of embedded systems started with hardware. The project steps generally are as follows: 1. Define system requirements, including rough estimates of processing speed and I/O requirements. 2. Choose the appropriate microcontroller or microprocessor that meets … Read more

Enhancing Arduino and Raspberry Pi Boards with FPGA

Enhancing Arduino and Raspberry Pi Boards with FPGA

Arduino and Raspberry Pi boards are the pinnacle of revolutionizing embedded system development. In the past, embedded system development started with hardware. The project steps typically included: Defining system requirements, including rough estimates of processing speed and I/O requirements. Selecting an appropriate microcontroller or microprocessor that meets power, performance, and cost requirements. Connecting the hardware … Read more

The Most Powerful Development Board from Arduino and Full Support for N32 Series MCU by J-Link at Embedded World 2023

The Most Powerful Development Board from Arduino and Full Support for N32 Series MCU by J-Link at Embedded World 2023

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | Embedded Column Embedded News Issue 07 is here: 1. Arduino Launches the Most Powerful Development Board At the beginning of this month (March 1), Arduino officially launched its “strongest” development board ever, featuring a dual-core STM32H7 (Cortex-M7 core at … Read more

Arduino UNO R4 Development Board with ESP32-S3 Now Available! (Includes Schematic)

Arduino UNO R4 Development Board with ESP32-S3 Now Available! (Includes Schematic)

The Arduino UNO R4 Minima and Arduino UNO R4 WiFi that were released a few months ago are now officially available. Yesterday, they were officially launched on the Arduino Store, and the new version brings many possibilities to our DIY world, upgrading from the previous 8-bit MCU to a 32-bit Arm Cortex-M4, with memory increased … Read more

Simultaneous Control of Multiple Servos with Arduino Uno

Simultaneous Control of Multiple Servos with Arduino Uno

This experiment demonstrates how to control 6 servos simultaneously, which is the maximum number of servos that can be controlled by an Arduino Uno without using additional servo driver boards. It is important to note that the pins on the Arduino Uno that can connect to servos need to be PWM-enabled, which are the pins … Read more

Controlling Hardware with Pinpong Library: Arduino UNO Button and LED Tutorial

Controlling Hardware with Pinpong Library: Arduino UNO Button and LED Tutorial

Click the above “Mushroom Cloud Creation” to follow us! 1. Overview A button switch, also known as a push button switch, was previously called a sensitive switch and is widely used in lights, socket switches, doorbells, and car central consoles. The introduction of button switches adds a layer of protection for electrical safety, making it … Read more