Nuvoton M2003 is a low-cost Arm Cortex-M23 MCU for AIoT and Industrial applications

Nuvoton NuMaker M2003FC development board

Nuvoton has recently launched the Nuvoton M2003 series of low-cost Arm Cortex-M23 microcontrollers which at the time of writing features M2003FC1AE and M2003XC1AE microcontrollers. Major features include a 32-bit hardware multiplier/divider, 32 KB of flash memory, 4 KB of SRAM, multiple communication interfaces (UARTs, I²C, USCI), analog peripherals (8-channel 12-bit ADC, 6-channel 16-bit PWM), and support for a wide voltage and temperature range. These features make this device useful for AIoT, industrial automation, smart homes, energy storage, and automotive electronics, and the company says the low-cost M2003 family offers a migration path from 8-bit to 32-bit designs. Feature-wise both the MCUs are the same and the only difference is in their package. The M2003FC1AE comes in a TSSOP20 package, whereas the M2003XC1AE comes in a QFN20 (3x3mm) package. The NuMaker-M2003FC development board is also offered for evaluation. Nuvoton M2003 series MCU specifications Device – Nuvoton M2003 series of MCUs M2003FC1AE […]

T-Display-S3-AMOLED-1.43 – A 1.43-inch round AMOLED touchscreen display with an ESP32-S3 wireless MCU

T-Display-S3-AMOLED-1.43

We’ve already seen a few ESP32-S3 boards with an AMOLED display and plenty with round displays such as SB Components’ Dual Roundy, LILYGO T-RGB ESP32-S3, MaTouch ESP32-S3 Rotary IPS display among others, but I had yet to see an ESP32-S3 board with a round AMOLED display. That’s just what the LILYGO T-Display-S3-AMOLED-1.43 has to offer. The ESP32-S3 board features a 1.43-inch round AMOLED with 466×466 resolution and a capacitive touchscreen, a microSD card slot for storage, an RTC with backup battery, two 14-pin headers and a Qwiic UART connector for expansion, a USB-C port for power/charging and programming, and a 2-pin connector for a LiPo battery. T-Display-S3 AMOLED-1.43 specifications: SoC – Espressif ESP32-S3R8 CPU – Dual-core Tensilica LX7 microcontroller up to 240 MHz with vector instructions for AI acceleration Memory – 8MB PSRAM Wireless – WiFi 4 and Bluetooth 5.0 LE + Mesh connectivity Storage – 16MB SPI flash, MicroSD […]

platform-espressif32 fork to enable PlatformIO support for ESP32-C6, ESP32-C5, ESP32-H2, and ESP32-P4 SoCs

PlatformIO ESP32-C6 ESP32-C5 ESP32-P4 ESP32-H2

When Espressif Systems released Arduino ESP32 Core 3.0.0 we noted that PlatformIO support was in doubt due to business issues between Espressif and Platform IO developers. There has been no progress since then, and PlatformIO is not even reviewing or merging community contributions to their platform-espressif32 library. So if you want software that’s officially supported by Espressif, you should stick to the Arduino ESP32 Core. But if you are a fan of PlatformIO for ESP32, there’s hope even for the newer chips like ESP32-C6, ESP32-H2, and ESP32-P4 among others, as pioarduino community members have now forked the platform-espressif32 library to keep the project alive. Users can still rely on the official PlatformIO repository for existing ESP32 boards and microcontrollers, but new ESP32-C6, ESP32-H2, ESP32-C5, ESP32-H4, and ESP32-P4 SoC will only be supported by the fork. pioarduino which stands for “people initiated optimized arduino” will maintain the fork, and currently, Arduino […]

Raspberry Pi Pico Arduino core 4.0 adds support for RP2350 boards

Raspberry Pi RP2350 Arduino

Earle F. Philhower, III has just released the Raspberry Pi Pico Arduino core 4.0 with support for a range of Raspberry Pi RP2350 boards beside the official Raspberry Pi Pico 2. Shortly after the RP2040-based Raspberry Pi Pico board was released, we got two Arduino SDKs, the first being the community-supported Raspberry Pi Pico Arduino core maintained by Earle, and the second being the official Arduino Core Mbed 2.0 for boards as such as Arduino Nano Connect RP2040. We are again likely to have two Arduino SDKs for the RP2350 starting with the Raspberry Pi Pico Arduino core. Key changes in Raspberry Pi Pico Arduino core 4.0: Adds Raspberry Pi RP2350 support (Arm only; RISC-V cores are not supported at this stage) Migrates to Pico SDK 2.0 since it is required for RP2350 support and includes a new OpenOCD and Picotool. Tested features: SPI, I2C, LittleFS, EEPROM, PWMAudio, LWIP-based networking, […]

Flexduino is an Arduino UNO clone made of a flexible PCB

Flexduino

YouTuber “EDISON SCIENCE CORNER” has designed yet another Arduino UNO clone but with a twist as the board is made out of a flexible PCB. Companies like JLCPCB, PCBWay, and others have been offering flexible PCB manufacturing services for a while, mostly for flat cables or small boards that need to fit around a case, but the Flexduino is a complete Arduino UNO clone made of a flex PCB, and it looks rather cool. The flexible Arduino board does work as shown with the RGB LED and power LED in the photo above and YouTube video below, but its usefulness is rather limited, and some corners had to be cut as for instance there’s no ground plane. Nevertheless, it’s a nice demo of flexible PCB technology.  The video on the EDISON SCIENCE CORNER channel provides a short demo, shows how the PCB was designed (EasyEDA), and go through the ordering […]

ESP8266-powered Netgotchi network security scanner aims to protect your home network

netgotchi security scanner

The Netgotchi network security scanner is a simple, compact device based on an ESP8266 wireless microcontroller with a single goal: to defend your home network from intruders and potential bad actors. It is described as “Pwnagotchi’s older brother,” a network guardian that keeps your network safe instead of penetrating it. If you are unfamiliar with Pwnagotchi, it is an A2C-based (advantage actor-critic) “AI” that can penetrate Wi-Fi networks using WPA key material obtained from passive sniffing or de-authentication attacks. The Netgotchi is a reverse Pwnagotchi that alerts you to intruders or breaches in your network. It runs on a simple microcontroller and cannot employ reinforcement learning like the Pwnagotchi. Rather, it pings the network periodically and reports any new potential security threats. The device’s design is as simple as its purpose. It is an ESP8266 microcontroller connected to an OLED display and running an Arduino .ino script, enclosed in a […]

Arduino Core for ESP32 gets a Zigbee wrapper library

Arduino ESP32 Zigbee

Some of the newer Espressif Systems wireless SoCs such as the ESP32-H2 and ESP32-C6 support Zigbee through their built-in 802.15.4 radio. It’s been working since the release of the ESP-IDF 5.1 framework along with the ESP-Zigbee-SDK for a while, but Arduino support was less straightforward. But this is about to change as an Espressif engineer nicknamed P-R-O-C-H-Y has recently added a Zigbee wrapper library for the ESP-Zigbee-SDK to Arduino Core for ESP32 that works with ESP32-C6 and ESP32-H2 as standalone nodes and other SoC can be used as radio co-processor attached to an RPC (802.15.4 radio layer). The wrapper library currently supports the following: Zigbee classes and all Zigbee roles Zigbee network scanning Allow multiple endpoints on the same Zigbee device (not tested yet) Supported Home Assistant devices On/off light + switch Color Dimmable light + switch Setting Manufacturer and model name Other tasks currently planned include supporting “Temperature sensor […]

Infineon AIROC CYW20829 Bluetooth LE 5.4 MCU and module family targets industrial, consumer, and automotive applications

Infineon AIROC CYW20829 Bluetooth Low Energy 5.4 microcontrollers

Infineon has recently released the AIROC CYW20829 Bluetooth LE (Low Energy) 5.4 family which now includes SoCs and modules. These SoCs include two Cortex-M33 MCU cores: one 48 or 96 MHz application core for the peripherals, security, and system resources, and one communication core for the 2.4 GHz RF transceiver with up to 10 dBm transmit power and -98 dBm receive sensitivity. This high integration reduces bill-of-material (BOM) costs for a wide variety of applications, including PC accessories, low-energy audio, wearables, solar micro inverters, asset trackers, home automation, and others. Back in 2021, we saw Infineon release the AIROC CYW5557x family of Wi-Fi 6/6E SoCs for IoT and streaming devices with features like enhanced range and improved network efficiency. More recently,  Infineon announced the PSOC Edge E81, E83, and E84 MCU based on Cortex-M55/M33 microcontrollers. Feel free to check those out if you are looking for Infineon-specific MCUs. Infineon AIROC […]

EmbeddedTS embedded systems design