Google Coral mPCIe and M.2 Cards for Sale, New Coral Dev Board Mini and Modules Coming in 2020

Google introduced Coral development board and USB accelerator with Google Edge TPU last year. The development board was comprised of a baseboard and Coral system-on-module with an NXP i.MX 8M quad-core Arm Cortex-A53 processor and the Edge TPU. Since then ASUS announced Tinker Edge T and CR1S-CM-A SBC based on the Coral module, and yesterday, I noticed Seeed Studio started selling mPCIe and M.2 AI accelerator card with Google Edge TPU, while today, Google announced upcoming Coral products for 2020. Coral Mini PCIe and M.2 Accelerators Coral Mini PCIe card specifications: Half-mini PCIe card with PCIe Gen2 x1 Supply voltage –  3.3VDC +/- 10 % Dimensions – 30.00 x 26.80 x 2.55 mm Weight – 3.6 g Temperature Range – Storage: -40 ~ 85°C; operating: -20 ~ 70°C Relative humidity – 0 ~ 100% (non-condensing) Op-shock – 100 G, 11ms (persistent); 1000 G, 0.5 ms (stress); 1000 G, 1.0 ms […]

Year 2019 in Review – Top 10 Posts and Stats

Happy New Year 2020

2019 is closing to an end, or you may already be into 2020 while reading this post. In any case, that means it’s time to look back at 2019 and look forward to the events and new products to take place next year. While 2018 was a boring year for new processors, 2019 brought us some interesting new chips such as Amlogic S922X / A311D, or the first Arm Cortex-A55 only processors such as Amlogic S905X3. Rockchip RK3399Pro was promising when it was announced last year, but it never really took off. It was a pretty quiet year for Allwinner as well. RISC-V architecture has been ramping up with the first general-purpose RISC-V MCU: GD32V, WCH CH572 Bluetooth LE MCU, the launch of more SiFive RISC-V cores, and Kendryte K210 RISC-V AI processor announced last year has found its way into more and more boards. There have also been the […]

Kospet Prime SE Smartwatch with Face Unlock Runs Android 7.1.1

The Face ID Unlock Technology in a Smartwatch Kospet, the maker of smartwatches, has developed the Kospet Prime SE, a smartwatch phone with Face Unlock/Face ID technology. The watch is sleek and not overly large or heavy, and come equipped with two cameras for face ID. Runs Android 7.1.1, Supports iOS 9.0+ and Android 5.1+ The Kospet Prime runs Android with support for Google apps and documents.  The watch carries a 1.6-inch touch screen face. There is support for a 4G Nano SIM card that allows the watch to make calls based on the owners, (or someone’s) phone number and can sync to smartphones running Apple iOS 9 and later or Android 5.1 or greater. Dual Cameras There are dual cameras for Face ID accuracy, at 2.0 mp + 8.0 mp and also allows video calls at any time. The Face ID / Face Unlock technology is said to the […]

Zidoo M9 Mini PC Review – Part 1: Unboxing & Teardown

Zidoo M9 Review

Over the years, Zidoo has made TV boxes for the consumer market, and digital signage players for businesses. The recently announced Zidoo M9 aims at both markets, plus other applications such as IoT, robotics, and artificial intelligence. Zidoo M9 is either sold as a board or a complete TV box reference design with a case, as it exposes all the usual ports of a TV with HDMI, USB, and Ethernet. But you can do more with internal connectors for cameras, PCIe interfaces, SIM card slot, MPI DSI and eDP connectors, and so on. The company has sent me a review sample, so let’s first check out the accessories provided with the box, and have a look into the hardware design today, before testing the Android firmware in the second part of the review. Zidoo M9 Unboxing The package makes it clear Zidoo M9 “mini PC” looks like a TV box, […]

MediaPipe is an Open Source Perception Pipeline Framework Developed by Google

MediaPipeObjectDet

MediaPipe is an open-source perception pipeline framework introduced by Google, which helps to build multi-modal machine learning pipelines. A developer can build a prototype, without really getting into writing machine learning algorithms and models, by using existing components. This framework can be used for various vision & media processing applications (especially in VR) such as Object Detection, Face Detection, Hand Tacking, Multi-hand Tracking and Hair Segmentation. MediaPipe supports various hardware and operating system platforms such as Android, iOS & Linux by offering API’s in C++, Java, Objective-c, etc. And this framework also capable of utilizing GPU resources. MediaPipe Components The framework is comprised of three major components A framework for inference from the pipeline data Tools for evaluation And a collection of reusable inference and processing components It follows the approach of Graph-based frameworks in OpenCV and all processing happens with the context of the Graph. The Graph contains a […]

GreenWaves GAP9 IoT Application Processor Enables AI on Coin-cell Powered Devices

GAPuino Board

GreenWaves Technologies GAP8 multi-core RISC-V microcontroller was introduced last year for artificial intelligence (AI) at the edge at ultra-low power consumption. GAP8 AIoT SoC was shown to perform inference at 3.7mA against 60mA for the same workload on STM32F7 Arm Cortex-M7 MCU. The company has now expanded its GAP IoT application processor family with GAP9 that delivers five times lower power consumption compared to GAP8 microcontroller while enabling inference on neural networks 10 times larger. Greenwaves GAP9 will bring machine learning and signal processing capabilities to (coin cell) battery operated or energy harvesting devices such as IoT sensors in consumer and industrial markets, wearables, smart building, smart farming and so on. GAP9 is said to combine architectural enhancements with Global Foundries 22nm FDX process to achieve a peak cluster memory bandwidth of 41.6 GB/sec and up to 50 GOPS compute power while consuming only 50mW. The increased memory bandwidth (20x […]

Testing NVIDIA Jetson Nano Developer Kit with and without Fan

Jetson Nano 52Pi-ICE Tower Cooling Fan

A few weeks ago I received NVIDIA Jetson Nano for review together with 52Pi ICE Tower cooling fan which Seeed Studio included in the package, and yesterday I wrote a getting started guide showing how to setup the board, and play with inference samples leveraging the board’s AI capabilities. I’ll now test the board with the stock heatsink in both 5W and 10W modes, and see if thermal throttling does occur, and then I’ll fit the tower cooling fan to find out if we can extract more performance that way and how much lower the CPU temperature is. Jetson Nano Stress Tests with Stock Heatsink Let’s install SBC-Bench testing utility,

check it’s properly installed,

and run it in 5W mode:

The temperature never went over 44.5°C, and no throttling occurred. tegrastats during 7-zip multi-core test:

Only two Cortex-A57 cores are used even under load, and power […]

AI inference using Images, RTSP Video Stream on NVIDIA Jetson Nano Devkit

Jetson Nano RTSP Stream Inference

Last month I received NVIDIA Jetson Nano developer kit together with 52Pi ICE Tower Cooling Fan, and the main goal was to compare the performance of the board with the stock heatsink or 52Pi heatsink + fan combo. But the stock heatsink does a very good job of cooling the board, and typical CPU stress tests do not make the processor throttle at all. So I had to stress the GPU as well, as it takes some efforts to set it up all, so I’ll report my experience configuring the board, and running AI test programs including running objects detection on an RTSP video stream. Setting up NVIDIA Jetson Nano Board Preparing the board is very much like you’d do with other SBC’s such as the Raspberry Pi, and NVIDIA has a nicely put getting started guide, so I won’t go into too many details here. To summarize: Download the […]