Shenzhen Wesion recently unveiled Khadas VIM3L SBC designed for HTPC / media center use cases. The board is based on Khadas VIM3 PCB but replaces the powerful Amlogic A311D processor by Amlogic S905D3 processor that should be just as good for video playback, but enable much cheaper hardware. Khadas VIM3L Pre-orders The board is not quite available yet, but the company has started to take pre-orders for Khadas VIM3L at discounted prices either as a bare board with Android 9.0 pre-installed ($49.99), or as a CoreELEC HTPC kit with enclosure, heatsink, WiFi antennas, and IR remote control ($69.99). Both feature Amlogic S905D3 quad-core Cortex-A55 processor coupled with 2GB LPDDR4(X) RAM, 16GB eMMC flash, and support 4Kp60 video output and playback with HDR support. Prices will increase with time as follows: September 3-16 (Early Bird) – $49.99 and $69.99 for the board and HTPC kit respectively September 17 – October 7 […]
Android 10 Released – What’s New?
Google released the first Android Q preview in March, and after several more preview, the company has finally released the latest version of the popular operating system which will simply be called Android 10, since Google dropped dessert names which previously led to confusion. What’s new in Android 10? Here’s a list of the new features that you can expect from Android 10: Privacy protection improvements – There’s more granular control over what apps can or cannot do in Android 10. Security improvements – Support for TLS 1.3 (up to 40% faster than TLS 1.2), and passive authentication methods such as face recognition Support for foldables and innovative new screens Sharing shortcuts – Let users jump directly into another app to share content. Settings Panels – Floating UI invoked from an app to show system settings that users might need to adjust. Smart Reply in notifications – Contextual actions in […]
ESP32-S2 Processor Datasheet Released, Development Boards Unveiled
Last may Espressif Systems unveiled ESP32-S2 secure WiFi processor with a single Xtensa LX7 core clocked at 240 MHz, and the first ESP32 processor to come with a built-in USB (OTG) interface, as well as some new features such as WiFi Time-of-Flight (ToF), hardware security, LCD RGB & camera interfaces, and more. Note that contrary to other ESP32 processors launched so far, ESP32-S2 does not support Bluetooth. ESP32-S2 Datasheet The processor is still not available, but there has been some interesting development in recent weeks. First the datasheet (PDF) has been released, so we’ve got to check more technical details including the processor diagram below. The main specifications have not changed, so I won’t reproduce them here, and you can check out ESP32-S2 announcement for specs. ESP32-S2 Development Boards The first ESP32-S2 development boards are also available… in Espressif Systems’ offices that is, but not quite publicly. The board above […]
Huawei Releases their Open Source Ark Compiler for HarmonyOS
Back in May, there were rumors Huawei was working on HongMeng OS as an alternative to Android mobile operating systems, as the OS was brought to light due to US sanctions against the company. The new operating system was later confirmed and will be called HarmonyOS outside of China. A few days ago I received a tip in Chinese with this link explaining Huawei had released the open-source Ark compiler for HarmonyOS aka OpenArkCompiler. The compiler works with Java apps and converts the source into AArch64 binaries. The illustration below implies it should also work with C, C++, JavaScript, and Kotlin programming languages. Three links were shared in the announcement: The official website – https://www.openarkcompiler.cn/home The code hosting website – https://code.opensource.huaweicloud.com/openarkcompiler/openarkcompiler/home A mirror for the code – https://gitee.com/harmonyos/OpenArkCompiler As a side note, I had never heard about Gitee, and the site is an alternative to Github in China, which may […]
CDVA (Compact Descriptors for Video Analysis) Enable “Video Understanding”
One of the most popular applications of artificial intelligence is object detection where you have models capable of detecting objects or subjects being cats, dogs, cars, laptops, or other. As I discovered in a press release by Gyrfalcon, there’s something similar for videos called CDVA (Compact Descriptors for Video Analysis) that’s capable of analyzing the scene taking place, and describe it in a precise manner. The CDVA standard, aka MPEG ISO/IEC 15938-15, describes how video features can be extracted and stored as compact metadata for efficient matching and scalable search. Gyrfalcon published a press release, their Lightspeeur line of AI chips will adapt CDVA. You can get the technical details in that paper entitled “Compact Descriptors for Video Analysis: the Emerging MPEG Standard”. CDVA still relies on (CNN Convoluted Neural Network) but do so but extracting frames first, append a timestamp and the encoded CDVA descriptor to the video, which […]
Khadas VIM3 Linux Benchmarks and Comparison to Raspberry Pi 4
I received Khadas VIM3 Amlogic A311D SBC in early July and started testing it with Android running some benchmarks and playing games last month. I was impressed by graphics performance and overall benchmark results in Android, especially the results I got with a heatsink matched Khadas own results with heatsink + fan. So I installed the latest Ubuntu 18.04 available at the time (July 19) in order to repeat benchmarks in Linux and see how it goes. System info in Ubuntu 18.04:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
khadas@Khadas:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS" khadas@Khadas:~$ uname -a Linux Khadas 4.9.179 #73 SMP PREEMPT Fri Jul 19 09:56:46 CST 2019 aarch64 aarch64 aarch64 GNU/Linux khadas@Khadas:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 305M 0 305M 0% /dev tmpfs 187M 9.5M 177M 6% /run /dev/rootfs 15G 2.6G 12G 19% / tmpfs 931M 0 931M 0% /dev/shm tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs 931M 0 931M 0% /sys/fs/cgroup tmpfs 187M 12K 187M 1% /run/user/1000 khadas@Khadas:~$ free -m total used free shared buff/cache available Mem: 1861 358 1100 10 402 1479 Swap: 930 0 930 |
I decided to install armbianmonitor to draw some nice temperature charts as I did with Raspberry Pi 4:
1 2 3 4 5 6 |
wget https://github.com/armbian/build/raw/master/packages/bsp/common/usr/bin/armbianmonitor sudo cp armbianmonitor /usr/bin/ sudo chmod +x /usr/bin/armbianmonitor sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F sudo wget http://goo.gl/vewCLL -O /etc/apt/sources.list.d/rpimonitor.list sudo armbianmonitor -r |
But I had some error during installation:
1 2 3 4 |
sudo armbianmonitor -r Installing RPi-Monitor. This can take up to 5 minutes. Be patient please/usr/bin/armbianmonitor: line 189: /etc/armbian-release: No such file or directory Now you're able to enjoy RPi-Monitor at http://192.168.1.8:8888 |
And while I can load the webpage with top menu appearing, it won’t show any data, as its name implies it may only work in Armbian. SBC Bench on Khadas VIM3 Let’s download SBC bench:
1 |
wget https://raw.githubusercontent.com/ThomasKaiser/sbc-bench/master/sbc-bench.sh |
Note that I had […]
PT100 Resistance Temperature Detector (RTD) Probes Support Extreme Temperature Ranges
I’ve been playing with temperature measurements in several hardware platforms such as Texas Instruments eZ430-Chronos Watch, Sonoff SC environmental monitor, Wemos D1 board with aDHT21 temperature sensor, or more recently ANAVI Thermometer with the last three platforms based on ESP8266 WiSoC. All four devices/boards above have temperature sensors designed to measure ambient temperature with for example DHT22 having a range of -40 to +125 degrees Celsius. I had also come across DS18B20 waterproof temperature probe to measure liquid temperature several times with a range of -55 to 125°C. Good for most use cases, and for example you could check boiling water with the later. But I had never really thought about measuring data for much lower or much higher temperatures, and this morning I came across two “PT100” temperature probes on IC Station new arrivals feed namely WZP-187 ($4.89) and an unnamed probe ($3.42) respectively capable of -200°C to +400°C […]
Espressif ESP-Skainet Voice Assistant Offers Wake Word Engine and Speech Commands Recognition for Embedded MCUs
Skynet is finally here! OK, not quite, but at least we do have ESP-Skainet now courtesy of Espressif Systems. ESP-Skainet is an intelligent voice assistant that features the company’s WakeNet wake word engine and MultiNet speech commands recognition. WakeNet WakeNet has been specifically designed for low-power MCUs such as ESP8266 or ESP32 with a low memory footprint (20KB RAM) and a high calculation speed that makes it capable of achieving a high success rate for wake word detection even in noisy environments. Tested in the company’s upcoming LyraT-Mini audio board that combines an ESP32-WROVER-B module and a codec, WakeNet achieves a 97% wake word success rate at a one-meter distance, and 95% three meters away in a quiet environment. ESP-Skainet wake-up engine ships with the wake-up word “嗨乐鑫” (Hi Lexin), which translates in “Hello Espressif”, and supports up to five wake words. You can use customize wake words as well, […]