For a long time, the space exploration has been the domain of governments .. and not all governments, but only the strong governments. Now, Arduino is playing big and launching open source experiments .. in space !
Category Archives: Highlight
Parallella – The pocket supercomputer
Recently, I’ve noticed a very interesting hardware project: Parallella, a low cost (99$ only!) pocket supercomputer packing a lots of computation power: it includes a Zynq chip (which contains a dual core ARM processor and an FPGA) and it also includes an Epiphany multicore chip.
It also features USB, Ethernet, HDMI and some GPIO pins, which make it like a kind of raspberry pi on steroids. Continue reading
Cool art using old electronic parts
The artists from artsdesignblog.com found a nice and exotic use for the electronic components. Indeed a very creative use, and as an engineer in electronics myself, those remind of the increasing similarity between the machines and the living beings !
OLinuXino Micro – Another low cost ARM board
The Bulgarian manufacturer Olimex has just released an open source low cost single board computer based on i.MX233 integrated circuit from Freescale.This board features a powerful ARM926J core running at 454 MHz, 64 MB RAM, one high speed USB host port, and even a PAL / NTSC video output. This board is able to run Linux from the SD card bringing you a powerful system at the cost of an 8-bit microcontroller development board. Continue reading
Energia – Arduino compatible IDE for MSP430 Launchpad
MSP430 Launchpad from Texas Instruments is one of the cheapest microcontroller development boards (4.30 $), but it was lacking a free IDE (I mean free as in freedom, not as in free beer). Now there is Energia, an Arduino-like IDE for MSP430 Launchpad, which makes it easy to get started, no matter the technical level of the user.