Nerdonic Exen Mini is the World’s Smallest 32-bit Arduino Compatible Board (Crowdfunding)

Back in June, we reported about μduino board, which at 12×12 mm may well be the world’s smallest Arduino compatible board. It is based on Microchip Atmel ATMEGA32U4 8-bit AVR microcontroller. But there’s now a new board in town which claims to be the world’s smallest 32-bit Arduino board: Exen Mini measuring 14.9×14.9 mm. While I’m patiently waiting for an Intel’s DMCA request, or more likely an email requesting an update once the name has changed, like I had to do for Atomwear Vigekwear, let’s have a look at what the board has to offer. Exen Mini specifications: MCU – Microchip Atmel  SAMD21 Cortex M0+ MCU @ 48 MHz with 256KB flash, 32KB SRAM I/Os via 2x 5-pin 2.54mm pitch headers Up to 8x digital I/O Up to 8x PWM Up to 6x analog (ADC) 1x UART 1x I2C 1x reset Limits – 3.7V, 7mA USB – 1x micro USB […]

Voladd Cloud-Connected Linux 3D Printer is Powered by BeagleBone Black Board (Crowdfunding)

So far, all of the 3D printers that have been reviewed on this blog require you to design or download a 3D object on your computer, and print it from an SD card. But thanks to OctoPrint software and cheap ARM Linux developments boards, it has become possible to add a Linux computer with webcam to remotely start and control the 3D printer for a few dozens dollars. Karl has even released an OctoPrint image for Orange Pi Lite board. Voladd 3D printer already embeds a Linux board, namely the BeagleBone Black running Debian, which allows the 3D printer to be easy to use since no software  installation is required. You can start printing by selecting an object in a web browser or an app in your smartphone, and they’ve also taken steps to eliminate/reduce maintenance tasks, such as the inclusion of a filament cartridge. Voladd 3D printer specifications: Internal […]

XYZPrinting da Vinci Color Low Cost Full Color 3D Printer Combines Filament with Inkjet Technology

3D printing has become even more affordable this year. If you are on a budget, Anet A8 3D printer going for under $150 is often recommended on the web, but if you have a bigger budget, you’d get printer with a metal extrusion frame, larger build volume, and overall better quality, and Creality CR-10 3D printer is often recommended by reviewers for people with a $300-$400 budget. All those printers print with a single color, which depends on the color of the filament used. The cheapest way to get a colored sample is to paint it yourself after printing. There are printers with dual extruder allowing to use two filament rolls with different colors, but when Karl reviewed Tevo Tarantula 3D printer with dual extruder, he found it was hard to print, was unconvinced with the results, and found it to be an unnecessary upgrade, preferring painting instead. At the […]

ZTE Axon M is a Dual Display Foldable Smartphone

We’ve seen smartphone in the past with two displays, such has Yotaphone 2 with a color front display, coupled with an e-Paper rear display that’s always on and consumes less power. ZTE Axon M also comes with two displays, but it’s a completely different beast, as both are color displays, and foldable to create an extended display when needed, somewhat like a foldable tablet. ZTE Axon M (partial) specifications: SoC – Qualcomm Snapdragon 821 quad core processor up to 2.15 GHz with Adreno 530 GPU System Memory – 4GB RAM Storage – 64GB eMMC 5.1 flash + micro SD slot up to 256 GB Display – 2x 5.2″ @ 1920×1080 displays making a single 1920×2160 screen when opened Audio – 3.5mm audio jack, microphone, dual speaker, Dolby Atmos support, AKM 4962 HiFi chipset Camera 20MP rear camera with f/1.8 aperture, PDAF, dual-image stabilization, dual LED flash Up to 4K @ […]

Mediatek Helio X20 vs Qualcomm Snapdragon 625 – 3D Graphics Benchmarks and CSR2 Game

I’ve been using Vernee Apollo Lite smartphone with a Mediatek Helio X20 deca-core ARM Cortex A72/A53 processor coupled with an ARM for a little over a year. Recently, I’ve received Xiaomi Mi A1 smartphone for a Qualcomm Snapdragon 625 SoC featuring eight ARM Cortex A53 cores and an Adreno 506 GPU. In theory, the latter is a downgrade, and the Xiaomi phone is indeed quite slower in Antutu with overall score of 60,161 points against 85,840 points in the Mediatek phone. 3D graphics performance is also lower with 12,849 vs 17,828 points. Both smartphone have the same resolution (1920×1080), so it’s a little confusing to be told you’d “better to play games in low quality mode” for the Mediatek phone, and “game performance is mid-level” for the Snapdragon one. But anyway Helio 20 should work better in 3D games than Snapdragon 625 if we are to believe the numbers. Most […]

Snapdragon X50 5G Modem Makes it First Data Connection

5G technology is expected to launch in 2019, and Qualcomm has recently made a step towards this goal with the company announcing their first 5G data connection with Snapdragon X50 modem on on 28GHz mmWave Spectrum. The demonstration took place in Qualcomm Technologies’ laboratories in San Diego, and achieved Gigabit download speeds using several 100 MHz 5G carriers. Snapdragon X50 5G Modem’s product page lists some of the key features of the chip: Up to 5 gigabits per second download speeds Initial support for operation in the 28 GHz millimeter wave band. It can connect using up to 800 MHz of bandwidth via 8×100 MHz carrier aggregation. Supports advanced multiple input, multiple output (MIMO) techniques such as adaptive beamforming and beam tracking Composed of the modem as well as the SDR051 mmWave transceiver The modem can be paired with a Snapdragon processor to provide multi-mode 4G/5G capability, and the company […]

Xiaomi Mi A1 Review – Part 1: Unboxing, First Boot, Firmware Update, and Benchmarks

Xiaomi Mi A1 hardware specifications are pretty much standard for a mid-range smartphone, except possibly for its dual rear camera, and what makes it stand apart is really Android One program that promises regular firmware update, including to the latest “pure” Android version, during a 2-year period from launch. In my case, the phone is also interesting because so far I had only used smartphones with Mediatek SoCs, and Mi A1 is equipped with a Qualcomm Snapdragon 625 processor. SD625 should be slower than the Mediatek Helio X20 deca-core processor I’ve been using in Vernee Apollo Lite, but I’m curious to find out if some apps have been better optimized for Qualcomm processors. I’ll soon find out as GearBest sent me a review sample.I’ll start with an unboxing and first boot post, before writing the second part of the review in a couple of weeks once I’ve finished testing the […]

Getting Started with MicroPython on ESP32 – Hello World, GPIO, and WiFi

I’ve been playing with several ESP32 boards over the months, and tried several firmware images. I started with a tutorial for Arduino Core on ESP32, a few month later I tested ESP32 JavaScript programming with Espruino on ESPino32 board, and recently Espressif Systems sent me ESP32 PICO core development board powered by their ESP32-PICO-D4 SiP, and while I took some pretty photos, I had not used it so far. So I decided to go with yet another firmware, and this time, I played with MicroPython on ESP32, and will report my experience with basic commands, controlling GPIOs, and WiFi in this getting started post. Flashing Micropython Firmware to ESP32 Board Source code is available on Github, as a fork of MicroPython repo as ESP32 support has not been upstreamed yet. We could built the firmware from source, but there’s also a pre-built binary which you can download on MicroPython website. […]