Arduino Unveils the Arduino Robot at Maker Faire

On top of announcing its first Linux powered board, Arduino also announced its first official robot at Maker Faire Bay Area called “Arduino Robot”. The robot comes with 2 wheels and  two boards: The Motor Board controlling the motors. The Control Board reading sensors and deciding how to operate. Each board, based on Atmel ATmega32u4 MCU, is programmable like any other Arduino board using the Arduino IDE. Control board specifications: MCU – Atmel ATmega32u4 @ 16 MHz with 32KB flash, 2.5KB SRAM, and 1KB EEPROM External Storage – 512 Kbit EEPROM (I2C) + SD card reader for FAT16 formatted cards Display – Full color LCD over SPI communication I/O interfaces: 5x Digital I/O Pins 6x PWM Channels 4x Analog Input Channels  (of the Digital I/O pins) 8x Analog Input Channels (multiplexed) Misc – 5 keys keypad, Knob potentiometer attached to analog pin, 8 Ohm speaker, digital compass “Playground” – 3x I2C […]

$69 Linux Powered Arduino Yún Board is Designed for the Cloud

Massimo Banzi announced the Arduino Yún, the first of a  family of Wi-Fi products combining Arduino with Linux, at the Maker Faire Bay Area. The company used the name Yún (云), meaning “cloud” in Chinese, as the purpose of this board to allow connection to web services directly from Arduino. Arduino Yun Specifications: MCU – Atmel ATMega32u4 @ 16 MHz (same as the one used in Leonardo board) with 2.5KB SRAM and 32KB flash SoC – Atheros AR9331 MIPS-based Wi-Fi SoC running Linino, Arduino’s own Linux distribution based on OpenWRT. It’s the same chipset as in TP-Link WR703N router. Storage – microSD card slot USB – micro USB connector + full USB host port Connectivity – Ethernet + Wi-Fi 14 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs) Arduino Yún ATMega32u4 can be programmed as a standard Arduino board by plugging it […]

Review of Kimdecent CS868 mini PC Powered by AllWinner A31

Kimdecent sells some cheap RK3188 mini PCs such as QC802 for $76, but instead of sending me yet another RK3188 device, they agreed to send CS868, an HDMI TV dongle powered by AllWinner A31 quad core processor, so that I could review it. This mini PC comes with 2GB RAM and 16GB Flash, the latter being larger than the 8GB flash found in most other devices, and is available for $95 on Kimdecent Aliexpress store. More details about the specifications are available on Unuiga U28 post since the hardware is the same. In theory, AllWinner A31 has a much slower CPU than Rockchip RK3188, but its PowerVR 544MP2 GPU should outperform the Mali-400 MP4 found it the Rockchip processor, and A31 supports 4K2K video decoding. In this post, I’ll show some unboxing picture, give my first impressions, test Wi-Fi performance, video playback capabilities, and run some benchmarks. CS868 Unboxing Pictures […]

How-to Upgrade Firmware on AllWinner A31 mini PCs

I’ve just received a mini PC powered by AllWinner A31, and I had to (re-)install the firmware, so I’ll explain the steps I followed in this post. The procedure is for CS868 mini PC, but it should be similar for all Android HDMI TV dongles, and media players based on AllWinner A20 or A31.The procedure below only works in Windows, and has been tested in Windows XP. I’ll mention a possible method in Linux at the end of the post. Download the latest CS868 firmware and tools, and extract “cs868 firmware and update tool 20130507.rar” file Download PhoenixUSBPro tool in English, and extract This is optional as the Chinese version is included in rar file above. Double-click on PhoenixUSBPro/PhoenixUSBPro.exe to start the program Click on Update to upgrade the tool to the latest version if need be. Click on Key to to load the key file (AW_LCTOOLS.key), on Image to […]

N70-A and N70-B AllWinner A20 and A31 Based Android Netbooks with 13.3″ Display

Last year, H6 Android Netbook featured AllWinner A10 Cortex A8 processor, 1GB RAM, 4GB Flash, and came with a 10.1″ display with 1024×600 resolution, and people who tried did not seem very satisfied with their purchase. This year however, we should get more better hardware thanks to devices like N70-A and N70-B, respectively powered by AllWinner A20 with 1GB RAM, and AllWinner A31 with 2GB RAM, that both come with a 13.3″ display (1280×800). There’s also N101-A model powered by AllWinner A20, but it comes with a 10.1″ display with 1024×600 resolution.  All models are available with 8, 16 or 32GB flash, feature Wi-Fi 802.11n and Ethernet connectivity, a 0.3MP front camera, an SD card reader, 2 USB ports, 1 HDMI output, as well as mic IN and headphone jacks. For some reasons, AllWinner A20 models runs Android 4.2.2, but AllWinner A31 still runs Android 4.1.2. You should be able […]

My Attempt at Adding Multiple Users Support to Android 4.2 HDMI TV Sticks

A few day ago, I noticed MoDaCo posted instructions to enable multiple users support on Nexus 4 smartphone via Liliputing’s Lilbits. They indicate that it may also work on other Android 4.2 devices, so with more and more Android mini PCs and set-top box running the latest version of Android, but lacking. multiple user support, I decided to give it a try on Tronsmart T428. My little experiment did not end up being that successful despite the picture below. But who knows, maybe some of my clever readers will find a solution. The instructions below may “work” on any rooted Android 4.2 devices including smartphones, mini PCs, media players, etc… You’ll need to install 2 apks: Xposed Framework – Scroll down on this page, then download and install XposedInstaller_2.1.4.apk. Finally run the installer, and reboot. MoDaCo Toolkit Xposed module – A link on this page will let you download com.modaco.toolkit.apk. […]

New Tronmart Prometheus Firmware Fixes XBMC Audio/Video Sync, Adds DLNA and Smartphone Control App

A new firmware is now available for Tronsmart Prometheus with the following key changes: New Android 4.2 XBMC audio/video sync bug fix DLNA support Smartphone control function Internal storage for apps increased to 2GB In order to use the smartphone control function, you need to download and install RC_Client.apk into your Android smartphone or tablet, and run this app to control your Prometheus. I haven’t tried myself, and they did not provide detail, so I don’t know whether functionalities are similar to DroidMote. To update your device if It’s already running the previous Android 4.2 beta firmware: Download and extract Tronsmart Prometheus new stock firmware.zip.  It would be really nice if they could just provide version numbers for firmware releases. Open the download folder, copy the 5 files in the root folder of an SD card, and insert it into your device. Use a paper clip to press and hold […]

Installing Android Studio IDE in Ubuntu – Hello World Application

Google I/O started yesterday, and Google released an early access preview version of Android Studio, a new IDE based on IntelliJ IDEA with drag-and-drop GUI layout editor, Gradle-based build system, Lint tools, the ability to preview how apps look on different screen sizes, and more. This may eventually replace the Eclipse + ADT Plugin combination currently used, so I’ve decided to give it a try in Ubuntu 13.04 64-bit, but it’s also available for Windows and Mac OS X. First, head over to Android Studio Installation instructions, and download Android Studio for you operating system via your Browser (You’ll have to accept an EULA), then open a terminal to extract it:

Now let’s start Android Studio:

And I did press enter to continue, but Android Studio complained about JAVA_HOME no being defined. Let’s just install Sun Oracle JAVA JDK since this is the recommended method. I’ve used the  […]