NVIDIA Jetson AI modules and developer kits range from the entry-level Jetson Nano module (5W, ~0.5 TOPS) to the high-end Jetson Xavier AGX module (30W, 32 TOPS). The higher-end modules usually come with a 400-pin board-to-board, while cheaper/cost-down modules like Jetson Nano and Jetson Xavier NX feature a 260-pin SO-DIMM connector and small form factor. But so far all Jetson TX2 modules came with a 400-pin connector, but this has changed with the introduction of the Jetson TX2 NX SO-DIMM system-on-module that is offered as a cost-down version of Jetson TX2 4GB module. NVIDIA Jetson TX2 NX specifications with highlights in bold or strikethrough showing the difference against Jetson TX2 4GB: Processor – Dual-Core NVIDIA Denver 2 64-Bit CPU and Quad-Core Arm Cortex-A57 MPCore processor @ up to 2.0 GHz GPU – 256-core NVIDIA Pascal GPU @ up to 1.3 GHz AI Performance – 1.33 TFLOPS Video Encode H.265 – […]
3.5-inch Atom x6000E embedded SBC features 3x GbE, 2x SATA, 6x USB, and more
Several Elkhart Lake SBC’s integrate two Ethernet ports including Avalue ECM-EHL 3.5-inch SBC or Congatec Conga-PA7 Pico-ITX board with the former equipped with 2.5GbE and GbE ports, and the latter two GbE ports. But if your industrial project requires more Ethernet ports, iBase IB836 3.5-inch Atom x6000E embedded SBC offers three Gigabit Ethernet RJ45 ports, as well as two SATA ports, six USB interfaces, plus various display options, as well as M.2 and mPCIe expansion sockets. iBase IB836 specifications: Elkhart Lake SoC (one of the other) Intel Atom x6425E quad-core processor @ 1.8GHz/3.0GHz, with 1.5MB cache, Intel UHD graphics; 12W TDP Intel Atom x6413E quad-core processor @ 1.5GHz/3.0GHz, with 1.5MB cache, Intel UHD graphics; 9W TDP Intel Atom x6211E dual-core processor @ 1.2GHz/3.0GHz, with 1.5MB cache, Intel UHD graphics; 6W TDP System Memory – Up to 32GB via DDR4-3200 SO-DIMM, with IBECC support Storage – 2x SATA ports, 1x mSATA […]
Raspberry Pi CM4 Carrier Board comes with RS485/Modbus, CAN, 1-wire interfaces (Crowdfunding)
Another day, another Raspberry Pi CM4 carrier board. Just like the TOFU carrier board, CM Hunter carrier board for Raspberry Pi CM4 targets industrial applications, but in a different way, as it focuses on industrial communication protocols with Galvanically-Isolated RS485/Modbus, 1-Wire, CAN 2.0B, and together with more common interfaces like Ethernet, HDMI, USB, etc… CM Hunter specifications: Supported systems-on-module – Raspberry Pi Compute Module 4 / 4 Lite Industrial communication Interfaces Isolated RS485/Modbus (Profibus compatible) based on Texas Instruments ISO1410 controller Isolated CAN 2.0B based on Microchip MCP2515 controller and MAX14879 CAN transceiver Isolated 1-Wire via Maxim DS2482 I2C bridge Storage – MicroSD card slot Video Output – HDMI 2.0, optional 3.5-inch or 4-inch 480×320 LCD display with resistive touch connected over SPI Networking – Gigabit Ethernet RJ45 port and optional 802.11b/g/n/ac WiFi 5 plus Bluetooth 5.0 LE USB – 2x USB 2.0 ports, 1x micro USB 2.0 OTG port […]
StereoPi v2 stereoscopic camera is powered by Raspberry Pi CM4 (Crowdfunding)
StereoPi stereoscopic camera based on Raspberry Pi Compute Module 3 was introduced in late 2019 on Crowd Supply. The camera can record 3D video, create 3D depth maps with OpenCV, and benefits from the Raspberry Pi software ecosystem. The developers are now back with an upgraded model. StereoPi v2 comes with many of the same features, but as it is based on Raspberry Pi CM4 (Compute Module 4) it offers better performance, Gigabit Ethernet, Wifi & Bluetooth connectivity out of the box, while other features like PoE, TFT screen, shot button, etc.. are optional. StereoPi v2 specifications: Supported SoM – Raspberry Pi CM4 or CM4Lite modules Storage – MicroSD card socket Video Output – Micro HDMI port Camera I/F – 2x MIPI CSI camera connector plus “hackable camera lines” Networking – Gigabit Ethernet RJ45 port, plus optional WiFi 5 and Bluetooth 5.0 on Raspberry Pi CM4 module USB – 2x […]
Advantech Elkhart Lake mini-ITX motherboard offers triple display support, dual LAN, eight USB and six COM ports
We’ve seen a fair amount of Intel Elkhart Lake platforms including modules, 3.5-inch SBCs, Pico-ITX boards, and embedded mini PCs, but so far, I had not noticed any Elkhart Lake mini-ITX motherboard. Advantech AIMB-218 motherboard offers a choice of low-power Atom, Celeron and Pentium Elkhart Processor, and thanks to the larger form factor plenty of I/Os including four display interfaces (DP++/HDMI/eDP/LVDS) supporting up to three display, eight USB port, six serial COM port, and dual Gigabit Ethernet. Advantech AIMB-218 specifications: SoC (one or the other) – Intel Atom x6413E quad-core processor @ 1.50 GHz / 3.0 GHz (Turbo) with 16EU Intel UHD graphics; 9W TDP Intel Celeron N6211 dual-core processor @ 1.20 GHz / 3.0 GHz with 16EU Intel UHD graphics; 6.5W TDP Intel Celeron J6413 quad-core processor @ 1.80 GHz / 3.0 GHz with 16EU Intel UHD graphics; 10W TDP Intel Pentium J6426 (new part) quad-core 2.0 GHz / […]
Encoding and decoding AVIF pictures with open-source software & libraries
One of the new features of Android 12 is support for the AVIF file format that provides much smaller files at the same level of quality. Jake Archibald has done a great job comparing AVIF format to JPEG, WebP, and other still picture formats, and the results are really impressive. Besides Android 12, AVIF is already supported in Chrome browser, will be enabled by default in Firefox 86, but here’s we’ll look at some of the open-source programs and libraries that allow you to manipulate AVIF pictures. With libavif library, AOMedia has published a reference implementation in C, together with avifenc and avifdec tools, that rely on various codecs, but it appears rav1e is recommended for encoding AVIF picture, while dav1d is the best choice for AVIF decoding. libavif will not automatically build the codec, and they need to be enabled in CMakeLists.txt
1 2 3 4 5 |
option(AVIF_CODEC_AOM "Use the AOM codec for encoding/decoding (see AVIF_CODEC_AOM_DECODE/AVIF_CODEC_AOM_ENCODE)" OFF) option(AVIF_CODEC_DAV1D "Use the dav1d codec for decoding" ON) option(AVIF_CODEC_LIBGAV1 "Use the libgav1 codec for decoding" OFF) option(AVIF_CODEC_RAV1E "Use the rav1e codec for encoding" ON) option(AVIF_CODEC_SVT "Use the SVT-AV1 codec for encoding" OFF) |
as well as define the path […]
STM32MP1 Linux SoM fits into Pico-ITX carrier board
DH electronics DHCOM STM32MP1 is an STMicro STM32MP1 Cortex-A7/M4 system-on-module (SoM) following the company’s SO-DIMM-based DHCOM standard, and capable of running Linux with Etnaviv GPU drivers. The SoM is compatible with two DHCOM carrier boards from the company, namely DH PDK (Premium Developer Kit) for development, and DH PicoITX2 Pico-ITX board for direct integration into products. DHCOM STM32MP1 SoM DHCOM STM32MP1 specifications: SoC – STMicro STM32MP15x with up to two Arm Cortex-A7 core up to 650 MHz, one Arm Cortex-M4 up to 209 MHz, Vivante 3D GPU @ up to 533 MHz with OpenGL ES 2.0 support System Memory – 256, 512, or 1024 MB 32-bit DDR3 DRAM Storage 4, 8, or 16 GB eMMC flash 2 MB boot flash 256 bytes EEPROM MicroSD card socket on module Connectivity – WiFi 4 IEEE 802.11 a/b/g/n, 802.11j (hosted mode) with dual band, Bluetooth 5.0 (BR/EDR/BLE), PCB antenna and U.FL antenna connector […]
Cherry Pi PC SBC is an Orange Pi PC clone selling for $16.5 and up
Orange Pi PC is an Allwinner H3 SBC that was launched in 2015 for as little as $15 plus shipping (now $17.42 with 1 GB RAM), and made by a company called Shenzhen Xunlong Software. The next year, the company launched Orange Pi PC Plus with 8GB eMMC flash and WiFI connectivity for $20 (now $25.54). It appears another company named “Shenzhen LC Technology” has designed a board with similar specifications & layout, so not technically a clone, but close enough. Meet Cherry Pi SBC. Cherry Pi PC V7 SBC specifications with highlights in bold or strikethrough showing the differences with Orange Pi PC: SoC – Allwinner H3 quad-core Cortex A7 processor with an Arm Mali-400MP2 GPU System Memory – 512MB or 1GB DDR3 Storage – MicroSD card slot up to 64GB, optional 8GB eMMC flash, Video Output – HDMI 1.4 and AV ports Audio I/O – HDMI, AV port, […]