XIAO RA4M1 stamp-sized Renesas RA4M1 USB-C board features 14-bit ADC, 12-bit DAC, CAN Bus interfaces

Seeed Studio XIAO RA4M1

Seeed Studio has added yet another member to their XIAO board family with the XIAO RA4M1 powered by Renesas’ RA4M1 32-bit Arm Cortex-M4 MCU. This compact board includes 256KB Flash, 32KB SRAM, a 14-bit A/D converter, a 12-bit D/A converter, a CAN bus interface, and onboard charging circuitry. It’s designed for low-power, battery-powered applications. The company started the XIAO family with the Seeeduino XIAO (Microchip SAMD21G18) in 2020, and since then they’ve made several other variants with different processors including the XIAO RP2350, XIAO RP2040, XIAO ESP32C3, XIAO ESP32S3, XIAO ESP32C6, and the nRF52840-based XIAO BLE. Feel free to check them out if you are interested in these boards. XIAO RA4M1 specifications: Microcontroller – Renesas RA4M1 (R7FA4M1AB3CFM) as found in Arduino UNO R4 CPU – Arm Cortex-M4F operating at up to 48 MHz Memory – 32KB SRAM Storage 256 KB code flash memory 8 KB data flash memory USB – 1x […]

Arduino to switch from Arm Mbed to Zephyr RTOS

Arduino Zephyr RTOS

Following Arm’s decision to stop supporting Mbed from July 2026 onwards, Arduino has now decided to use Zephyr RTOS instead of Arm Mbed for Arduino boards that rely on the latter including Arduino GIGA, Arduino Nano 33 BLE, Arduino Nano RP2040 Connect, as well as Arduino PRO boards/solutions such as the Portenta, Nicla, and Opta families. Note that Arduino UNO, MKR, and Nano families are not impacted by the change since their Arduino Core implementation does not rely on Mbed. The change is not going to happen overnight as software development takes time, and Arduino plans to release the first beta based on ZephyrOS by the end of 2024. and a rollout for various boards starting in 2025 long before Arm Mbed is phased out for good. Arduino is not new to the Zephyr project as the company became a Silver member last year, and they were aware that Arm […]

Beginner friendly Arduino Plug and Make Kit features Arduino UNO R4 WiFi and Modulino I2C modules

Arduino UNO R4 WiFi Modulino nodes

Arduino has just launched a “Plug and Make” kit designed for beginners with an Arduino UNO R4 WiFi board, several “Modulino” modules, a “Modulino” base to neatly attach the UNO R4 and modules,  and various cables, spacers, screws, and nuts. When thinking about Arduino projects, breadboards or even soldering may come to mind, but the new Arduino Plug and Make Kit does not require any of those. No breadboard, jumper wires, or soldering needed. Users can simply connect the modules to the Arduino board through Qwiic cables, neatly attach everything together on the provided base, and follow one of the seven projects complete with step-by-step instructions provided with the kit. The Arduino Plug and Make Kit content Arduino UNO R4 WiFi board 7x Modulino I2C nodes Modulino Knob* – Encoder for value adjustments Modulino Pixels* – 8x LC8822-2020 RGB LEDs Modulino Distance – STMicro VL53L4 Time-of-Flight (ToF) proximity sensor to […]

Renesas SLG7EVBFORGE FPGA dev board is built around ForgeFPGA SLG47910V low-density FPGA

Renesas SLG7EVBFORGE 1K LUT ForgeFPGA Evaluation Board

Renesas SLG7EVBFORGE FPGA dev board, built around SLG47910V is Renesas’ first low-density FPGA in the ForgeFPGA family. The FPGA includes 1120 LUTs, 1120 flip-flops, 5kb of distributed memory, 32kb of block RAM, and a 50 MHz on-chip oscillator with a phase-locked loop (PLL). With robust features, low power consumption, and affordable pricing this FPGA can be used in applications in sensor data aggregation, consumer electronics, and portable computing devices. The SLG47910V FPGA gets connected to a ZIF socket to the development board, this design choice puts out a clear sign that upcoming Forge family FPGAs will support this dev board. Additionally, it features Pmod connectors and configurable power sources. The dev board can be programmed via OTP Non-Volatile Memory or SPI interface and additional features get managed through Renesas’ Go Configure Software Hub. Previously we have written about similar low-power low-cost FPGA boards like the Sipeed Tang Mega 138K, the […]

RT-Thread Vision board review – Part 1: OpenMV on Renesas RA8D1 Cortex-M85 microcontroller

RT-Thread VIsion board vs WeAct STM32H743

I am always interested in real-time operating systems (RTOS) for microcontrollers (MCUs) with my past backgrounds in µC/OS-II, mbed, and FreeRTOS. When the opportunity arose to get my hands on the RT-Thread Vision Board, thanks to the RT-Thread team and CNX Software, I was excited to check it out. This board, a collaboration between RT-Thread and Renesas, packs a powerful Renesas RA8D1 Cortex-M85 MCU and comes pre-loaded with OpenMV firmware. OpenMV’s MicroPython engine lets you jump right into embedded vision development, perfect for experimenting with computer vision tasks. But the real power lies in RT-Thread’s ability to handle tasks very quickly, which we’ll explore with C/C++ development in part two. This first part will focus on getting you familiar with the hardware using the OpenMV firmware, making it a smooth entry point for beginners. Plus, I have a collection of other Renesas evaluation boards, so you can bet I’ll be […]

ardEEG shield works with Arduino UNO R4 WiFi for biosignals measurement

ardEEG Shield Arduino UNO R4

PiEEG has launched the ardEEG shield specially designed for the Arduino UNO R4 WiFi and capable of measuring biosignals such as those used in electroencephalography (EEG), electromyography (EMG), and electrocardiography (ECG). PiEEG, led by Ildar Rakhmatulin, Research Associate at Heriot-Watt University in Edinburgh, launched the PiEEG shield for Raspberry Pi to enable brain-computer interfaces last year, and now the company has been working on the equivalent design for Arduino with the ardEEG shield equipped with eight channel taking input from wet or dry electrodes. ardEEG shield key features and specifications ADC – Texas Instruments ADS1299 Analog-to-Digital Converter for biopotential measurements Supported board – Arduino UNO R4 WiFi 8 channels for connecting wet or dry electrodes (Electrodes are positioned according to the International 10-20 system) Host interface – Arduino headers with SPI used for data transfer with a frequency from 250 SPS to 16 kSPS and a resolution of 24 bits […]

Linux 6.9 release – Main changes, Arm, RISC-V, and MIPS architectures

Linux 6.9 release

Linus Torvalds has just announced the release of Linux 6.9 on LKML: So Thorsten is still reporting a few regression fixes that haven’t made it to me yet, but none of them look big or worrisome enough to delay the release for another week. We’ll have to backport them when they get resolved and hit upstream. So 6.9 is now out, and last week has looked quite stable (and the whole release has felt pretty normal). Below is the shortlog for the last week, with the changes mostly being dominated by some driver updates (gpu and networking being the big ones, but “big” is still pretty small, and there’s various other driver noise in there too). Outside of drivers, it’s some filesystem fixes (bcachefs still stands out, but ksmbd shows up too), some late selftest fixes, and some core networking fixes. And I now have a more powerful arm64 machine […]

Arduino Pro Opta D1608E/D1608S expansions feature electromechanical or solid-state relays, 16 I/Os

Arduino Pro Opta Ext D1608S and D1608E

Arduino has recently announced two new expansions to their Arduino Pro Opta PLC series – the Arduino Pro Opta Ext D1608E and Arduino Pro Opta Ext D1608S, the main difference between the two is that the D1608E features 8 electromechanical relays (EMRs) whereas the D1608S features solid-state relays (SSRs). Other than that both expansion modules have 16x programmable I/Os (0-24 V digital / 0-24 V analog) which doubles the number of I/Os we have seen on the Opta micro PLC. Both are compatible with the Arduino IDE and the PLC IDE and are easy to install on a DIN rail. These features make it suitable for control, monitoring, and predictive maintenance applications. Previously we have seen Arduino launch a PLC Starter Kit for those who want to get started with PLCs. Additionally, we have written about ESP32-powered PLCs, Raspberry Pi-powered PLCs, and more. Feel free to check those out if you […]

UP 7000 x86 SBC