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
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
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
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
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 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 […]
XIAO RA4M1 stamp-sized Renesas RA4M1 USB-C board features 14-bit ADC, 12-bit DAC, CAN Bus interfaces
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 […]
LILYGO T-TWR REV2.1 is an ESP32 walkie-talkie board with display, GNSS, and SA868 module
LILYGO has recently introduced an updated version of their T-TWR ESP32 walkie-talkie development board, the T-TWR REV2.1. This new board not only features Wi-Fi and Bluetooth but also has a GPS module for added functionality. Additionally, it has a new RF front-end matching circuit that can be configured to work with both VHF and UHF frequencies. The board is very versatile and can be programmed with Arduino IDE for various applications. The main difference between the older T-TWR and the newer T-TWR REV2.1 is that the new module has better power management with the AXP2102 single-cell Li-battery PWM charger, allowing it to use USB, a 21700 battery, or an 18650 battery, while the original T-TWR only supports USB and an 18650 battery. The new version also includes a GNSS module along with a microphone-switching matrix and a speaker-switching matrix for better sound quality. Additionally, the REV2.1 has the Push-To-Talk button […]