STMicroelectronics SensorTile is a 13.5 x 13.5mm sensor board based on STM32L4 ARM Cortex-M4 microcontroller, a MEMS accelerometer, gyroscope, magnetometer, pressure sensor, a MEMS microphone, as well as a 2.4Ghz radio chip for Bluetooth 4.1 Low Energy connectivity for wearables, smart home, and IoT projects. SensorTile hardware specifications: MCU – STMicro STM32L476 ARM Cortex-M4 microcontroller@ up to 80 MHz with 128 KB RAM, 1MB flash Connectivity – Bluetooth 4.1 Smart/LE via BlueNRG-MS network processor with integrated 2.4GHz radio compliant with Sensors LSM6DSM 3D accelerometer + 3D gyroscope LSM303AGR 3D Magnetometer + 3D accelerometer LPS22HB pressure sensor/barometer MP34DT04 digital MEMS microphone I/Os – 2x 9 half holes with access to UART, SPI, SAI (Serial Audio Interface), I2C, DFSDM, USB, OTG, ADC, and GPIOs signals Debugging – SWD interface (multiplexed with GPIOs) Power Supply Range – 2V to 5.5 V Dimensions – 13.5 x 13.5 mm Software development can be done through […]
Himedia Q5 Pro & Q10 Pro TV Boxes Get Android 7.0 Nougat Firmware
The majority of TV boxes sold today are running Android 4.4 to Android 6.0, but with the release of Android 7.0 for smartphones and tablets earlier this year, it was just a question of time before the OS got ported to TV boxes. Himedia appears to be the first company to have released Android 7.0 for their Hisilicon Hi3798CV200 based TV boxes, namely Q5 Pro and Q10 Pro. The changelog for the new firmware includes: Android N OS running stable and smooth Support for Android N Google Play version Support for Samba UPnP System function perfectly upgraded from 5.1 to Android N with compatibility Youtube updated to 4.10.7 and Netflix to 1.3.11 Homepage, Application Management, Media Center optimized, focus movement are more swift and smooth Media Player upgraded and support mouse operation Local Media Playback Improved; Certain rare videos black screen, display ratio of 3D to 2D abnormal, and occasional […]
How to Create a Bootable Recovery SD Card for Amlogic TV Boxes
I reviewed Rikomagic MK22 TV box about two weeks ago, and with the firmware I had, online firmware update was not enabled, and the company only released .IMG firmware for Amlogic USB Burning Tool, a windows-only tool that’s not well designed, and requires some procedure that vary slightly from boxes to boxes which in some cases forces to buy a male to male USB cable. I’ve now started reviewing R-Box Pro TV box also based on Amlogic S912 processor, online firmware update is not working either, and again I only managed to find .IMG firmware for the box on GeekBuying. However, I’ve been informed that “USB Burning Tool” firmware can now be flashed through a micro SD card, or USB flash drive with all recent Amlogic TV boxes, so I’ve tried this method instead of R-Box Pro, and decided to report my experience in this post following some instructions on […]
Rikomagic MK22 Review – Part 2: Android Firmware, Video & Audio in Kodi, Benchmarks…
Rikomagic MK22 is one of the many Android TV boxes powered by Amlogic S912 octa-core processor with typical hardware specifications such as 2GB RAM, 16GB flash, Gigabit Ethernet and dual band WiFi. I’ve already taken the box apart to check out the hardware in the first part of the review, so I’ll focus on the firmware, but I’ll keep it short focusing on typical problem areas, as I’ve already reviewed a bunch of other Amlogic S912 TV boxes such as Qintaix Q912 or Beelink GT1. First Boot, Firmware Update, and First Impressions After having connected all usual cables and accessories include a 1TB USB hard drive, and RF dongles for my air mouse and wireless gamepad, I booted the device, and after around 45 seconds (typically), I got to the main launcher. Since I received the device about a month ago, I decided to go to the UPDATE&BACKUP app to […]
Amlogic USB Burning Tool Still Sucks in 2016
[Update November 2016: If you don’t like USB Burning Tool or don’t have the necessary USB cable, you can flash Amlogic IMG firmware to a micro SD card instead] In the first few years when Android TV Boxes/mini PCs started to hit the markets, in the 2012-2014 period, online firmware update was inexistent for the vast majority of the boxes, and if you wanted to update your firmware you had to use some windows tools like USB Burning Tool for Amlogic, AndroidTool for Rockchip, or PhoenixUSBPro / PhonixSuite for Allwinner platforms. All those tools have poor design, for example the window is not resizable, so it’s impossible to your an old netbook (1024×600 resolution), and then you have to install drivers which is easy, for after detection of the box may be hit and miss, and you have to follow a procedure with the right power sequence with a USB […]
ESP32 Updates – ESP32-S Module Replaces ESP3212, ESP32 DevBoards for Sale, Arduino & NodeMCU Support
There have been some developments with regards to Espressif ESP32 in the last month since my post about upcoming ESP32 development boards. First ESP3212 module is no more, and has been replaced with ESP32-S module with about the same features, but it’s not pin-to-pin compatible, so the new module won’t work with older breakout boards made for ESP3212. ESP32-S is now out of stock on Seeed Studio, but you’ll find it on IC Station, Banggood, and others shops. One good news is that it’s now easier to buy – or at least pre-order – ESP32 development boards, although stock may still be an issue, as the platform is very popular. If you live in the US, you can now backorder “Sparkfun ESP32 Thing” for $19.95. ESP32 board can be powered by either a micro USB power supply or a LiPo battery, and exposes close to 30 I/O pins. ESP32 developer […]
Canonical Livepatch Service Automatically Updates Ubuntu 16.04 LTS (and later) with the Latest Kernel without Rebooting
Installing or upgrading packages in Linux distributions does not normally require rebooting your system, except for the Linux kernel and drivers. But since Linux 4.0 kernel, Live Kernel patching is possible, meaning Linux kernel updates can be performed without having to reboot your server or computer. Canonical is now taking advantage of this new feature with their Livepatch Service available for Ubuntu 16.04 LTS and greater. If you want to enable it on your machine, you’ll have to authenticate to Livepatch portal to get a key / token for the service as shown in the screenshot above. Now you can install the service:
1 |
sudo snap install canonical-livepatch |
and enable it with your token:
1 2 |
sudo canonical-livepatch enable [your-token] Successfully enabled device. Using machine-token: [your-token] |
That’s it. Your can check Livepatch service status with the command:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
canonical-livepatch status --verbose client-version: "5" machine-id: [your-machine-id] machine-token: [your-machine-token] architecture: x86_64 cpu-model: AMD FX(tm)-8350 Eight-Core Processor last-check: 2016-10-25T19:35:55.009247615+07:00 boot-time: 2016-10-25T09:00:09+07:00 uptime: 10h52m7s status: - kernel: 4.4.0-45.66-generic running: true livepatch: state: nothing-to-apply version: "" fixes: "" |
In my case, an update was not necessary, but if there’s one you should see something like:
1 2 3 4 |
livepatch: state: applied version: "12.2" fixes: '* CVE-2012-6828' |
That way you can make sure your system always […]
Ubuntu 16.10 Images Released for Intel Bay Trail and Cherry Trail Processors
Canonical formally released Ubuntu 16.10 “Yakkety Yak” yesterday with a developer preview of Unity 8 including desktop, tablet and phone UX convergence, Hybrid cloud operations with Juju 2.0, Snapd 2.16 with more than 500 snaps, etc.. Ian Morrison (Linuxium) wasted no time, and put together a Ubuntu 16.10 image working on platforms powered by Intel Bay Trail and Cherry Trail processor with modifications to have audio, WiFi and Bluetooth working. If you want to try Ubuntu 16.04 on your device you can download ubuntu-16.10-desktop-linuxium.iso and prepare a bootable USB flash the usual way with rufus, or other utilities. If you’d like to try an alternative Ubuntu flavor such as Lubuntu, Xubuntu, Kubuntu, Ubuntu GNOME, or Ubuntu MATE, Linuxium got you served too, and you’ll find the images on his blog. Unity 7 is still running by default in Ubuntu 16.04, but if you are curious about Unity 8 convergence desktop/tablet/phone user […]