Giveaway Week – Freescale SABRE Lite Development Board

Here’s a development board for a change. Freescale SABRE Lite is a board powered by Freescale i.MX 6Quad processor that I got during a giveaway organized on Element14…  It’s a great board for Linux development thanks to the extensive documentation released by Freescale. After writing a short unboxing and quick start guide post, I planned to try a few more things on the board, but as I ended up owning Wandboard Dual and Quad boards, the mbest made board ended up collecting dust, so it’s much better to give it to somebody who certainly make good use of it. The box will have most items shown above, except the serial NULL cable  which I keep for other experiments. The rules are the same as usual, simply leave a comment below to enter the draw. Other rules are as follows: Only one entry per contest. I will filter out entries with […]

Embedded Systems Conference 2015 Schedule – May 6-7, 2015

The Embedded Systems Conference took the name “Design West” for a couple of years, but this year, there’s no mention of Design West, and the Embedded System Conference 2015 will take place in Boston, MA, US on May 6-7, 2015. The 2-day event will have a demo hall, and well as sessions divided into 8 tracks: Connected Devices and the IoT Embedded Software Design Hardware: Design, I/O and Interfacing Prototyping Embedded Systems Design Software: Design, Languages, & Quality Fantastical Theater Teardowns The full schedule has now been posted, and I’ll build a virtual schedule with some of the sessions provided. Wednesday May 6, 2015 8:00 – 8:45 – Understanding Google/Nest Thread by Michael Anderson, Chief Scientist, The PTR Group, Inc. The IoT will live or die based on its connectivity. In examining existing wireless protocols, Google/Nest found most of them lacking. In order to address the needs for low-power wireless […]

Emcraft Systems STM32F7 ARM Cortex M7 SoM and Development Kit Run uClinux

STMicro announced their STM32F7 MCU family the same as ARM announced their latest ARM Cortex M7 core for high-end micro-controllers last September. Emcraft Systems have now launched a STM32F7 system-on-module with 32MB SDRAM and 16MB NOR flash, and ported uClinux to the platform. The company has also launched a STM32F7 starter kit for evaluation and development. Both target industrial automation, system and power management, wireless networking / sensors and other embedded applications. STM32F7-SOM-1A Module STM32F7 system-on-module specifications: MCU – STMicro STM32F746 Cortex M7 MCU up to 200 MHz with 320KB RAM, 1MB flash in TFBGA-216 package System Memory – 32MB SDRAM Storage – 16MB NOR flash Connectivity – 802.3 Ethernet PHY SoM connectors – 2x 80-pin (0.4mm pitch) Debugging – ARM SWJ-DP combined JTAG and serial wire debug port Misc – Watchdog, RTC, USB and other I/Os via SoM connectors Power – 3.3V DC; Low-power mode with short startup times; […]

$35 Tessel 2 IoT Board Features Atmel SAMD21 MCU and Mediatek MT7620n WiSoC

Tessel is a Wi-Fi IoT board based on NXP LPC1830 Cortex M3 MCU and Texas Instruments CC3000 modules, that’s designed to bring embedded development to web programmers with a system that can be programmed with JavaScript and Node.js.  At the time of the crowdfunding campaign in 2013, the board was available with external modules (Relays, sensors, Bluetooth LE…) for $100 and up, but now Technical Machine, the company behind the project, has announced Tessel 2 combining Atmel SAMD21 Cortex M0+ to control I/O and Mediatek MT7260n for Wi-Fi connectivity, still programmable with JavaScript ot Node.js. Tessel 2 specifications: MCU – Atmel SAMD21G14A-MU Cortex M0+ MCU @ 48MHz with 16KB SRAM and 2KB Flash SoC – Mediatek MT7260n MIPS24KEc Wi-Fi SoC @ 580 MHz System Memory – 64MB DDR2 Storage – 32MB flash for firmware (OpenWRT) Connectivity – 10/100M Ethernet, and Wi-Fi 802.11 b/g/n with dual PCB antennas USB – 2x […]

Calaos is an Open Source Home Automation Suite for Raspberry Pi, Allwinner A10/A20 and x86 Platforms

Calaos is a Linux based home automation software released under GPLv3 license that works on Raspberry Pi, some Allwinner platforms like Cubiebaord 1/2, Mele A1000(G)/A2000, as well as x86 / amd64 hardware platforms that allows you control switches & lights in the rooms of your home or office, control your music, and manage security cameras.. The developers have recently released Calaos v2.0, the first stable release, so it’s a good time to have a look. The software stack is comprised of 6 main components: Calaos Server – Daemon that exports the state of the house via a JSON protocol. It can currently manage the following hardware components and protocols: Wago’s PLC, with digital or analog I/O, DALI or DMX light bus IPX800 web relay board GCE Electronics Eco Devices used to monitor power consumption. Web API 1-Wire, X10 Zibase I/O GPIO (Linux based GPIO, for direct use of RaspberryPI GPIO […]

How to Build a Single Kernel Module (Driver) in Ubuntu

When I bought UNI-T UT61E digital multimeter,  I planned to to use the open source tool Sigrok to capture voltage, current or resistance data with my Ubuntu 14.04 machine. Unfortunately, it was just not working for me and I kept getting some “Invalid function byte” error messages, so I asked on Sigrok mailing list, and since it worked for others, I was in big troubles. It turned out the RS-232 to USB dongle I used:

was most likely to culprit, so I decided to buy another random USB to serial dongle on eBay, and after a few weeks I received it only to find out it had the exact same VID:PID, so I was out of luck. Finally, I gave up on Sigrok on Linux, and tested the power consumption of some Rockchip RK3288 & Amlogic S802 devices in a Windows 7 virtual machine running in my Ubuntu 14.04 […]

Xilinx Introduces Zynq UltraScale+ MPSoC with Cortex A53 & R5 Cores, Ultrascale FPGA

Xilinx Zynq-7000 dual core Cortex A9 + FPGA SoC family was announced in 2012, and provides a wide range of SoC with features and price range, and led to low cost ARM + FPGA such as ZedBoard, and more recently Parallela and MYiR Z-Turn boards. The company unveiled its successor with Zynq UltraScale+ MPSoC providing five times more performance per watt, with four ARM Cortex A53 cores, two ARM Cortex R5 real-time MCU cores, a Mali-400MP GPU, an UltraScale FPGA fabric manufactured with 16nm FinFET+ process. There are two main sub-families in Zynq Ultrascale+ MPSoC for “smarter control & vision”, and “smarter network”. Both share the same processing systems (CPU, GPU, MCU, Peripherals, Security), but the networking family has beefier FPGAs,  and lacks the H.264/H.265 video processing unit found in the control & vision version: Processing Systems Processor – Quad ARM Cortex A53 MPCore up to 1.3GHz Real-time Processor – […]

Raspbian Image with Docker 1.5.0 Released for Raspberry Pi Boards

I’ve read quite a few articles mentioning Docker recently, but never really looked into it. So what is Docker? The developers describe it as: Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications. Consisting of Docker Engine, a portable, lightweight runtime and packaging tool, and Docker Hub, a cloud service for sharing applications and automating workflows, Docker enables apps to be quickly assembled from components and eliminates the friction between development, QA, and production environments. As a result, IT can ship faster and run the same app, unchanged, on laptops, data center VMs, and any cloud. In practice, it looks like a lightweight virtualization solution that facilitates apps distribution to different operating systems and hardware platforms. For example, if your development machine is running Ubuntu 14.04 and you’ve developed an app requiring Python 3.0, Docker should make it a breeze to it on […]