SiFive releases HiFive Premier P550 development board in two variants


https://www.electronics-lab.com/sifive-releases-hifive-premier-p550-development-board-in-two-variants/

SiFive has announced that its HiFive Premier P550 development board is now available in two configurations of 16GB and 32GB RAM versions. The product was launched in October last year as a Yocto-based early access edition, which was quickly sold out. The RISC-V development board, designed for developers working on RISC-V software and hardware projects, […]

ASUS NUC 15 Pro+ Mini PC features Intel Core Ultra 9 285H and Arc 140T GPU with Intel AI-optimized performance


https://www.electronics-lab.com/asus-nuc-15-pro-mini-pc-features-intel-core-ultra-9-285h-and-arc-140t-gpu-with-intel-ai-optimized-performance/

The ASUS NUC 15 Pro+ is a high-performance, AI-optimized mini PC powered by the Intel Core Ultra 9 285H processor with integrated Intel Arc 140T Graphics. It features ultra-quiet cooling, designed for professionals and enthusiasts, ensuring optimal airflow with reduced noise. Intel Wi-Fi 7, Bluetooth 5.4, and 2.5G Ethernet deliver elite connectivity for seamless data transfers. The compact […]

STMicro’s Teseo VI Family of GNSS Receivers


https://www.electronics-lab.com/stmicros-teseo-vi-family-of-gnss-receivers/

The STMicro TeseoVI is a cutting-edge GNSS receiver IC and module family, providing ASIL-compliant single-chip solutions for sub-centimeter accuracy positioning. It supports simultaneous multi-constellation and multi-band operations, a Phase Change Memory (PCM) technology, and a single configurable firmware binary, also supports Arm Cortex-M7 CPU. The Teseo VI family includes three standalone ICs STA8600A is a […]

Toradex Ivy Carrier Board Brings Industrial Features to Verdin SoM with Dual Gigabit Ethernet and CAN for Embedded Applications


https://www.electronics-lab.com/toradex-ivy-carrier-board-brings-industrial-features-to-verdin-som-with-dual-gigabit-ethernet-and-can-for-embedded-applications/

Toradex has recently introduced the Ivy Carrier Board, an industrial-grade carrier board designed for the Verdin System on Module (SoM) family, optimized for demanding environments with a compact form factor of 130 x 105 mm. The board is built for volume production offering scalable performance, cost-effectiveness, and open-source hardware support. It features robust connectivity, including […]

Adafruit Metro RP2350: RP2350-Based Arduino-Compatible Board with Dual Cortex-M33, TPS563201 Buck Converter, and HSTX Expansion


https://www.electronics-lab.com/adafruit-metro-rp2350-rp2350-based-arduino-compatible-board-with-dual-cortex-m33-tps563201-buck-converter-and-hstx-expansion/

The Adafruit Metro RP2350 is an Arduino-compatible development board based on the Raspberry Pi RP2350 microcontroller. It features a dual-core ARM Cortex-M33 processor running at 150MHz, 528KB of RAM, and 16MB of QSPI flash for program storage. The board operates at 3.3V logic and includes a 5V buck converter (TPS563201) that accepts a 4.5V to […]

Sonnet Echo 13: A Groundbreaking Thunderbolt 5 SSD Dock


https://www.electronics-lab.com/sonnet-echo-13-a-groundbreaking-thunderbolt-5-ssd-dock/

The Sonnet Echo 13 Thunderbolt 5 SSD Dock is a groundbreaking device that sets a new standard for high-performance docking solutions. this innovative device caters to the demands of professionals who require high-speed data transfer, extensive device compatibility, and versatile display options, the Echo 13 combines the latest Thunderbolt 5 technology with robust SSD storage. […]

GIGABYTE’s B800 Series Motherboards for Intel and AMD Platforms with AI


https://www.electronics-lab.com/gigabytes-b800-series-motherboards-for-intel-and-amd-platforms-with-ai/

The computer hardware industry demands high-performance and user-friendly motherboards for the latest processors, gaming, and content creation. In response, GIGABYTE has launched its new B800 series motherboards, which fit the features of their ATX X870 series at a more economical value. They incorporate the latest Intel Core Ultra and AMD Ryzen processors using AI-enhanced technology. […]

PitFusion thermal camera solution for Raspberry Pi


https://www.electronics-lab.com/pitfusion-thermal-camera-solution-for-raspberry-pi/

Ivmech Mechatronics Ltd., a Turkey-based embedded design team specializing in camera modules and Raspberry Pi hats, is preparing to launch an upcoming crowdfunding project called PitFusion. This compact imaging solution integrates a Melexis thermal sensor with a Raspberry Pi camera module. This integration enables embedded designers and hobbyists working with Raspberry Pi or other compatible […]

Installing and Running MicroPython on ESP32-C3 Super Mini


https://www.electronics-lab.com/project/installing-and-running-micropython-on-esp32-c3-super-mini/

Introduction In this article we will install and run MicroPythonon on ESP32-C3 super mini, using a tool made by Espressif called “esptool“. The final object is to run microPython code into our ESP32-C3 super mini. Then I will show you how to implement a simple LED blink code which is non-blocking. That means it does […]

A more professional delay code without sleep() in microPython


https://www.electronics-lab.com/project/more-professional-code-without-sleep-in-micropython/

Introduction If you use Arduino you may use it to implement code with delay() or delayMicroseconds(). Let’s write more professional code without sleep() in microPython. If you are just starting with microPython, I invite you to start the right way. MicroPython has its own “delay()” functions, called “time.sleep()”, “time.sleep_ms()” and “time.sleep_us()”. I intend to show […]