Hands On With The Electric Imp

A while ago we caught wind of the Electric Imp, a very cool little device that packs an ARM microcontroller and a WiFi adapter into an SD card. We got our hands on an Imp last week, and now it’s time to show off what this little device can do. You can check out the rest of this hands on tutorial with the Electric Imp after the break.

Continue reading “Hands On With The Electric Imp”

10bitworks Shows Us How To Light Up A Synchronized Swarm Of LED Jellyfish

10bitworks-led-tshirts

[Jeremy Zunker] from 10bitworks recently wrote in to share a cool build the group put together for the Luminaria 2012 festival which took place in March of this year. As you might have guessed, the fest is home to a wide array of light-themed projects, so the team at 10bitworks thought long and hard to come up with a design which would help them stand out from the other 79 featured artists.

At the core of their project is a t-shirt which features a deep-sea diver surrounded by swarm of jellyfish. Each of the jellyfish is backlit by an LED module, allowing the group to create intricate light patterns on the shirt.

10bitworks brought 8 shirts to the show, each fitted with a small control pack that contained a set of batteries and a Jeenode wireless board. A ninth Jeenode and a large antenna were used as the master control unit, sending signals to each of the t-shirts in order to synchronize the light display.

The final result turned out very nicely as you can see in the video below, where [Jeremy] walks through all of the project’s finer details.

Continue reading “10bitworks Shows Us How To Light Up A Synchronized Swarm Of LED Jellyfish”

Extending The Range Of The AR Drone, 2 Ways.

As I mentioned earlier, we’ve got an AR Drone to play with. One of the common mods that popped up on the internet were ways of extending the range on the AR Drone. It normally uses a local Wi-Fi connection to your phone or tablet for control and video signals. Many found this quite restrictive and have gone pretty far in extending that range.

The first and easiest was just to set up a higher power Wi-Fi Bridge where you’ll be flying. The Drone only has about 15db of wi-fi magic in it, so anything stronger than that is an improvement. There were too many variations on this to delve into the details, but as you see, there’s not much too it.

Continue reading “Extending The Range Of The AR Drone, 2 Ways.”

More Small Radio Modules For Your Wireless Needs

In the never-ending pursuit of cheap wireless communication for your microcontroller projects, [kiu] came up with a small board that allows for serial communication via a 433MHz radio link.

[kiu]’s transceiver uses an RFM12 wireless module available online for just a few dollars. Alongside this module is an ATMega8 and a USB to serial FTDI chip. When [kiu] plugs this board into his computer, he’s able to run a terminal, connect to this board, and receive and transmit hex values at 115,200 bps from another one of these boards.

According to [kiu]’s BOM, 10 boards only cost him 180 Euros, or about $225 USD. Considering off-the-shelf solutions such as an XBee could easily cost twice as much, we’re thinking [kiu] did a very nice job here.

[kiu] put all the board files, schematics, and code up on his GitHub, ready for your perusal. A very cool build, and very useful for a high altitude balloon, rocket, or wireless sensor build.

Arduino WiFi Shield Available, Costs $85 USD

Over on the Arduino blog, the release of the official Arduino WiFi shield was just announced. On the spec page for this WiFi shield. we can see this new board isn’t a slouch; it’s powered by a 32-bit ATMega 32UC3 microcontroller, has provisions for WEP and WPA2 encryption, and supports both TCP and UDP with the Arduino WiFi library. It also costs €69/$85/£55 from the Arduino store.

Now that the announcement of the Arduino WiFi shield is over with, we’ll take this opportunity to go through a few other WiFi adapters for the Arduino that don’t cost an arm and a leg.

The WiFly shield – available from Sparkfun – is a WiFi adapter with the same form factor as the ever popular XBee modules. Of course, it’s possible to make your own breakout board; the WiFly only needs a TX, RX, power and ground connection to connect your Arduino project to the Internet.

We’ve seen a few projects use the WiShield from async labs. It’s a WiFi module packaged in the familiar Arduino shield form factor, and costs $55 USD.

For the hardcore hackers out there, you could always get a bare Microchip WiFi module and get it to work with an AVR as [Quinn Dunki] attempted to. In all fairness, [Quinn] was trying to de-Arduinofy the WiFi library; if you’re cool with Arduino code swimming around in your project, this method will probably work.

There’s also the very, very cool Electric Imp. Basically, it’s an SD card with a built-in WiFi module. After configuring the Imp by holding it up to patterns flashing on your smartphone screen, this device serves as a transparent bridge to the magical ‘cloud’ we’ve been hearing about. The Electric Imp was supposed to have been released in late July/early August, and we’ll put a post up when this cool device actually launches.

Of course we’re neglecting the simplest solution to getting WiFi running on an Arduino project: just use a wireless router. Really, all you need is a pair of TX and RX pins and a copy of OpenWRT. Easy, and you probably have the necessary hardware lying around.

We’re missing a few methods of Arduinofying a WiFi connection (or WiFying an Arduino…), but we’ll let our readers finish what we started in the comments.

A Perpetually Powered Wireless Outpost

For [Justin], the topic of remotely powering electronics in the field comes up often. So often in fact he decided to put up a tutorial for powering electronics from solar power and batteries, as well as sending and retrieving data with the help of a cellular connection.

The electronics [Justin] chose for his remote wireless project include an AT&T 3G connection to the Internet provided by a Beaglebone, BeagleTouch display, and BeagleJuice battery pack. Of course an Arduino had to make it into this project, so a few light sensors were wired into a few Arduino Unos and connected to the Beaglebone.

After finding a few deep cycle boat batteries, [Justin] wired up a pair of solar panels that put out about 200 mA in full sun. This equates to about 2700 mAh a day, about 300 mAh more than his Beaglebone/Arduino/3G connection/WiFi setup needs per day.

As for what [Justin] can do with his wireless outpost, it makes setting up remote sensors for agriculture a breeze, and could easily be used to automagically send pictures from a game camera straight to a web page. Pretty neat, and very useful if you need to wire up sensors in the field to the Internet.

Continue reading “A Perpetually Powered Wireless Outpost”

Seeing Through Walls Using WiFi

Turns out you don’t need to be Superman to see through walls. Researchers at University College London have developed a way to passively use WiFi as a radar system. Unlike active radar systems (which themselves send out radio waves and listen for them to echo back), passive radar systems cannot be detected.

The system is small enough to fit in a briefcase, and has been tested through a one-foot-thick brick wall. It can detect position, speed, and direction of a person moving on the other side of that wall, but cannot detect stationary object. [Karl Woodbridge] and [Kevin Chetty], the engineers behind the prototype, think it can be refined to pick up motion as minuscule as a person’s rib cage moving with each breath. For some reason we get the picture in our mind of that body scanner from the original Total Recall.

[via Reddit]

[Image Credit]