Benchmarks comparison between UP 4000, Raspberry Pi 4, UP board, and Jetson Nano

We wrote about the UP 4000 SBC with an Intel Apollo Lake processor and Raspberry Pi form factor yesterday.  But today, I noticed the UP community had put up a benchmarks comparison between the UP 4000 board, the original UP board (Atom x5-8350), the Raspberry Pi 4, and NVIDIA Jetson Nano. They used several of the Phoronix Test Suite benchmarks running on Ubuntu 20.04 (x86) or Ubuntu 18.04 (Arm) on all four boards. The UP 4000 board used featured an Intel Celeron N3350 dual-core processor @ 2.40GHz, the 2GB RAM version of the UP Board, an RPi 4 with 4GB RAM, and a Jetson Nano developer kit with 4GB RAM. As one would have expected, the UP 4000 is ahead in most tests, even though they did not select a model with a quad-core processor such as a Pentium N4200. Note that reading the table may be confusing as for […]

UP 4000 SBC is a Raspberry Pi lookalike with an Intel Apollo Lake processor

AAEON has unveiled the UP 4000 single board computer with a form factor and ports arrangement similar to Raspberry Pi 2/3, but powered by a choice of x86 processors, namely the Intel Atom E3900 series, Celeron N3350, or Pentium N4200 all parts of the Apollo Lake family. The first UP Board was introduced in 2015 as a device offering an x86 alternative to the Raspberry Pi 2 with an Intel Atom x5-Z8300/Z8350 “Cherry Trail” processor, but later “UP bridge the gap” boards from the company used larger “Squared” (85.6 x 90 mm) or “Xtreme” (122 x 120 mm) form factors. The UP 4000 SBC brings us back to the original business card form factor but with a boost in performance and various specifications improvements. UP 4000 vs UP Board specifications   AAEON says the new board is able to deliver 30% faster CPU performance and twice the 3D graphics performance […]

Khadas Edge2 Arm mini PC

DevTerm portable Linux terminal now supports Raspberry Pi CM4 via a $19 adapter

DevTerm modular, portable Linux terminal initially designed for modules based on Raspberry Pi CM3 form factor, can now work with Raspberry Pi CM4 for extra performance and memory thanks to a $19  adapter. The Devterm was initially launched in 2020 with a 6.8-inch IPS screen, a keyboard with 67 keys, and a battery module, all connected through the ClockworkPi v3.14 carrier board taking a choice of core modules based on Allwinner H6 or Rockchip RK3399 (now supported in Armbian), besides the Raspberry Pi Compute Module 3 mentioned above. More recently, it also got an Allwinner D1 RISC-V module. The Raspberry Pi CM4 module should bring performance similar to the Rockchip RK3399 module for most tasks, although it may vary a lot depending on workloads, and for regular Raspberry Pi users, software that will be more familiar, and may be better supported. I’ve just a bit surprised it took so long, […]

Armbian 22.05 release adds support for Orange Pi R1 Plus LTS, Radxa Zero & Rock 3A, DevTerm A06

The latest release of Armbian, version 22.05, is now out with hundreds of Linux kernel and user space-related bug fixes, a focus on stabilizing existing platforms, while still adding four new boards with Orange Pi R1 Plus LTS (RK3328), Radxa Zero (Amlogic S905Y2), Radxa Rock 3A (RK3568), and DevTerm A06 (RK3399). The community also added two new maintainers for ESPRESSObin and Radxa Rock Pi 4 (Model A) SBCs which should mean the images for those boards will be tested more regularly and potential issues fixed more quickly. You may want to read the more detailed changelog to see if any changes may impact the board(s) you are using. The new Armbian 22.05 release succeeds Armbian 22.02 outed on February 28, 2022. If you’d like to upgrade simply run those two commands on your existing installation:

For new installation, browse the list of supported boards, select the Debian/Ubuntu image you’d […]

Exo Sense RP – A Raspberry Pi RP2040-based multi sensor module

Sfera Labs Exo Sense RP is a multi-sensor module with a Raspberry Pi RP2040 microcontroller and various sensors to report temperature, humidity, air quality (VOC), light intensity, audio, and motion. The module can work as a standalone unit but can also communicate with a host through RS485 and USB interfaces, and supports expansion via surge-protected digital inputs and outputs. The Exo Sense RP is designed for indoor residential and commercial applications such as environmental monitoring and data logging, people and assets tracking, room management, access control, and more. Exo Sense RP specifications: MCU – Raspberry Pi RP2040 dual-core Arm Cortex M0+ @ 133 MHz with 264KB SRAM Storage – 16MB flash memory Communication ports RS485 half-duplex up to 115200 bps, with surge protection Micro USB 1.1 Type-B connector Sensors Sensirion SHT40 temperature and humidity sensor Sensirion SGP40 air quality (VOC) sensor Texas Instruments OPT3001 light intensity sensor TDK ICS-43432 digital […]

Turing Pi 2 mini-ITX cluster board supports RK3588 based Turing RK1, Raspberry Pi CM4, and NVIDIA Jetson SoMs (Crowdfunding)

We first covered the Turing Pi V2 mini-ITX cluster board supporting up to four Raspberry Pi CM4 or NVIDIA Jetson SO-DIMM system-on-module in August 2021. The company has now launched the Turing Pi 2 on Kickstarter with a little surprise: the Turing RK1 module with Rockchip RK3588 Cortex-A76/A55 processor and up to 32GB RAM. The board allows you to mix and match modules (e.g. 3x RPi CM4 + 1x Jetson module as on the photo below), and with SATA ports, Gigabit Ethernet networking, USB 3.0 ports, mPCIe socket, you could build a fairly powerful homelab, learn Kubernetes, or self-host your own apps. Turing Pi 2 specifications: SoM interface – 4x 260-pin SO-DIMM slots for up to four Raspberry Pi CM4 with Broadcom quad-core Cortex-A72 processor, up to 8GB RAM, up to 32GB eMMC flash (adapter needed) NVIDIA Jetson Nano/TX2 NX/Xavier NX SO-DIMM system-on-modules with up to 6x Armv8 cores, and […]

Rockchip RK3568/RK3588 and Intel x86 SBCs

Getting started with Maker Nano RP2040 using CircuitPython: Blinky, RGB LED, and Piezo Buzzer

CNXSoft: This getting started guide was initially posted in Thai language by Suthinee Kerdkaew, and I’ve just translated her work into English with some minor edits. As discussed in an earlier article, Maker Nano RP2040 is a board following the Arduino Nano form factor, but with a more powerful Raspberry Pi RP2040 microcontroller. The board also comes with plenty of LEDs, as well as two RGB LEDs, and a piezo buzzer for audio output. Mr. Jean-Luc Aufranc has just given me a Maker Nano RP2040 board received from Cytron for review. I’ve never used a board before, so it’s my first experience, and in this article, I’ll try to program Maker Nano RP2040 with CircuitPython with three demos: a blinky sample, changing the color of the RGB LEDs, and playing a melody through the piezo buzzer. Let’s see if I can do it. Let’s get started. I first downloaded the […]

MangoPi MQ Pro – A $20 RISC-V alternative to Raspberry Pi Zero W

MangoPi MQ Pro is an Allwinner D1 RISC-V SBC that offers an alternative to Raspberry Pi Zero W with the same form factor, and most of the same features including WiFi and Bluetooth connectivity The board has been in the works for several months, but the MangoPi MQ Pro board can now be purchased for around $20 on Taobao with 512MB RAM, and I’d expect it to show up on Aliexpress and/or Seeed Studio within the next few weeks. MangoPi MQ Pro specifications: SoC – Allwinner D1 C906 RISC-V processor @ up to 1GHz with HiFi4 DSP, G2D 2D graphics accelerator System Memory – 512MB or 1GB DDR3L Storage – MicroSD card socket Display – mini HDMI 1.4 port up to 1080p60 or 4Kp30, 20-pin MIPI DSI, CTP, LVDS FPC connector Camera I/F – 24-pin DVP/RGMII connector Audio – Audio out pads Networking 2.4Ghz 802.11b/g/n WiFi 4 and Bluetooth 4.2 […]

Khadas VIM4 SBC