Somu Tiny Open Source FIDO2 Security Key Enables Passwordless Login & Two-factor Authentication (Crowdfunding)

Somu FIDO2 Key

Tomu is a tiny, open source USB connector-sized board powered by a Silicon Labs Happy Gecko Cortex-M0+ MCU that adds two keys to your computer and can work as a Universal 2nd Factor (U2F) token to support two-factor authentication (2FA).  But the board is not secure enough for FIDO2 support, and Tomu’s developer worked on a secure USB key called Solokey, and shrank it to Tomu form factor. Meet Somu open-source and secure key with FIDO2 support for compatibility with your Google, Twitter, and GitHub accounts for two-factor authentication, or your Microsoft account passwordless login. Somu hardware specifications: Secure MCU – STMicro STM32L432KC Arm Cortex-M4 microcontroller  with TRNG, security isolation for keys, two levels of locked flash Crypto Algorithms – ECC P256 (as per FIDO2 standard) Supported Protocols – FIDO2, U2F Host Interface – USB type-A port Misc – Two touch buttons ( in FIDO2 firmware the two buttons behave […]

MDP-XP is A Modular DC Power Supply Kit For Your Next Project

MDP-XP Smart Digital Power Supply Kit

My love for modular power supply design can not be denied. I find it cool, how you can increase the functionality of relative less powerful device just by adding another device on top or connected to it. With the explosion of the Arduino shields, the Raspberry Pi HaTs, I must say hardware modular design will surely be here for a long time. An interesting modular product discovered on SeeedStudio is the MDP-XP Smart Digital Power Supply Kit. This product is a new product carried by Seeedstudio as it can be seen on the front page, and it is an interesting product indeed. The MDP-XP known as Mini Digital Power System is a system of programmable linear DC power supply inheriting the modular design concept where you can enhance the basic functionality of the device. It is a cost-effective DC power supply, featuring indicators, stability, reliability and distinct user interface comparable […]

Khadas Edge2 Arm mini PC

Rock Pi 4 SBC Runs GNOME & KDE Plasma using Panfrost Open Source GPU Driver & Wayland

RK3399 Panfrost GNOME

One of the highlights of Linux 5.2 release was support for two new Arm Mali GPU open-source drivers, namely Lima for Mali-4xx GPU, and Panfrost for the Midgard Mali-T6xx/7xx/8xx series, and the more recent Bifrost Mali-Gxx GPUs. Collabora worked on the release and was donated a few Rock Pi 4 boards from Radxa directly to work on the project. For those who are not familiar, Rock Pi 4 board is powered by a Rockchip RK3399 processor with a Mali-T860MP4 GPU that is supported by Panfrost open source GPU driver. The company managed to have Debian 10 Buster running on Rock Pi 4 using 3D graphics acceleration thanks to Panfrost drivers on both GNOME and KDE Plasma desktop environment, as well as Weston Wayland compositer. The good news is that you can build Rock Pi 4 images by yourself using Debos with the following commands:

Alternatively, you could directly download […]

Samsung Galaxy Book S Snapdragon 8cx Laptop to Launch soon for $1,000

Snapdragon 8cx laptop

Qualcomm Snapdragon 8cx was announced as the first Snapdragon processor specifically designed for connected mobile PCs (aka laptops with cellular connectivity) last December. Earlier this year we got confirmation 8cx would support 5G connectivity as an option, and in May, we got news Lenovo Limitless 5G laptop was coming and got some benchmarks showing Snapdragon 8cx with performance similar to an Intel Core i5 Kaby Lake-R processor (15 Watt TDP) while offering much longer battery life. It’s Samsung turn to announce their Snapdragon 8cx laptop with Samsung Galaxy Book S that will be available this fall for $999 and up. Samsung Galaxy Book S specifications: SoC – Qualcomm Snapdragon 8cx Compute Platform with eight 64-bit Armv8 cores in two clusters: Kryo 495 Gold cores (Cortex-A76 class) @ 2.84 GHz + Kryo 495  cores (Cortex-A55 class) @ 1.8GHz ; 7nm process; 7W TDP System Memory – 8GB RAM (LPDDR4X) Storage – […]

MakerPower Solar Power Supply/Charger for IoT & Embedded Systems Supports Lead-acid Batteries (Crowdfunding)

Danjuliodesigns llc. A boutique embedded systems design firm run by engineer and inventor Dan Julio has set up crowdfunding for the makerPower Solar power supply/charger for intelligent power supply just about anywhere and in any climate. A comprehensive device structured to IoT and embedded systems, where sometimes a remote camera or other device needs power all the time. The power source is a solar panel which can charge a standard lead-acid battery (USA availability only) We reported on a solar input board PiJuice battery HAT and although there are other solar input devices on the market, such as the PiJuice, for use with SBC’s such as Raspberry Pi, the makerPower Solar functions at a higher level, incorporating intelligent power control and functioning. The board can be source powered by solar panel through a standard lead-acid battery, rather than a Li-Po or Li-Ion. The inventor felt a source should carry as […]

STMicro Launches $10 STLINK-V3mini Mini Probe for STM32 MCUs

STLink-V3MINI

Last year, we reported STMicroelectronics launched STLink-V3 debugger & programmer for STM8 & STM32 microcontrollers that added I2C, SPI, and CAN interfaces compared the previous STLink-V2 model. It’s not particularly expensive either at $35, but if you ever wanted something more compact and cheaper, the company has now introduced STLink-V3mini debugger going for under $10. STLINK-V3Mini key features and specifications: JTAG / serial wire debugging (SWD) specific features: 3 V to 3.6 V application voltage support and 5 V tolerant inputs JTAG communication support SWD and serial wire viewer (SWV) communication support Virtual COM port (VCP) specific features: 3 V to 3.6 V application voltage support on the UART interface and 5 V tolerant inputs VCP frequency up to 15 MHz USB – Micro USB 2.0 connector for power and connection to host computer Misc – 2x color LEDs: communication, power; STDC14 signals protection Dimensions – 30 x 15 mm […]

AAEON Intel Arc

A Compact Machine Learning Accelerator HAT for your Raspberry Pi

Xalogic PI AI Hat

AI for the Edge has been a promising playing field where several players are pushing for. Cloud computing has made it possible to train complex machine learning models for various application, although this seems to be working fine, the performance or the possibility of deploying AI applications on the Edge is enormous. AI on the Edge is expected to help reduces the latency involved in the roundtrip to the cloud, saves the bandwidth and cloud storage costs for enterprises, deploy ML models faster, and build robust, intelligent applications. Generally, Edge devices like the Raspberry Pi, Arduinos, and other embedded boards usually can’t run powerful AI applications. They have limited resources and computing power. Fortunately, this is changing with the introduction of AI Accelerators; modern processors that help assist the edge devices by taking over the complex mathematical calculations needed for running AI models. One of such AI accelerator processor is […]

TensorFlow Lite for Microcontrollers Benchmarked on Linux SBCs

TensorFlow Lite microcontrollers benchmark linux SBC

Dimitris Tassopoulos (Dimtass) decided to learn more about machine learning for embedded systems now that the technology is more mature, and wrote a series of five posts documenting his experience with low-end hardware such as STM32 Bluepill board, Arduino UNO, or ESP8266-12E module starting with simple NN examples, before moving to TensorFlow Lite for microcontrollers. Dimitris recently followed up his latest “stupid project” (that’s the name of his blog, not being demeaning here :)) by running and benchmarking TensorFlow Lite for microcontrollers on various Linux SBC. But why? you might ask. Dimitris tried to build tflite C++ API designed for Linux, but found it was hard to build, and no pre-built binary are available except for x86_64. He had no such issues with tflite-micro API, even though it’s really meant for baremetal MCU platforms. Let’s get straight to the results which also include a Ryzen platform, probably a laptop, for […]

Khadas VIM4 SBC