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]

Getting Connected With Your Home Security System

This simple device, paired with some creating code will let you become your own home security monitoring service. It’s called the PhantomLink and [Adam] started the project as a commercial venture. He recently decided to go open source with the hardware and will soon be posting a guide on how to program your own web interface too.

We just looked in on a project which takes control of a security panel using an Arduino. The PhantomLink is focused on not just reusing the input hardware, but monitoring the whole system. It sounds like several different protocols are supported.

The DB9 jack is intended for use with an adapter you can wire yourself. Basically just tap into the terminal block on the alarm controller for your house, then route those connections to the proper pins. A PIC 12F683 monitors the alarm system, pushing data via the WiFi module mounted on the board. With that web connection you can do anything you want by catching and formatting the data.

Set Your Arduino Free With Wifino

[Tod] wrote in to tell us about his latest project. It’s called wifino, and aims to set your Arduino free by offering a web-based IDE, online storage for your Arduino sketches, and even WiFi enabled hardware to upload sketches wirelessly.

The wifino was conceived with the same train of thought as the codebender IDE we saw earlier this week. Instead of only providing a web-based programming environment, the wifino works in conjunction with wifino hardware, meaning you can upload sketches over a wireless connection.

On the software side of things, the wifino IDE features code editing, compiling, and uploading right from a browser. There are plans for a github-style interface in the works, allowing for the easy sharing of Arduino sketches from makers around the world.

[Tod] is planning on getting a Kickstarter underway in the next few weeks to get the wifino boards out into the wild. We’ll be sure to keep you updated with any info or specs that come our way.

You can check out [Tod] uploading code from the Windows and iOS clients after the break.

Continue reading “Set Your Arduino Free With Wifino”

Knut Logs Data, Sends It To Your Email

[Richard] and [Jay] needed a WiFi connected data logger for remotely monitored aquariums. After working diligently for three years, they’re finally finished. While the Knut was originally designed to keep tabs on a few huge aquariums, it’s more than capable to log all sorts of data and send those sensor readings to your email address.

Knut is a small WiFi enabled device replete with a few plugs for temperature, humidity, accelerometer, and other sensors. All this data goes directly into the memory of Knut, and when the memory is full the data is sent to an email address. As a bonus, there’s also an iDevice app (Android and Windows coming soon) to parse the generated .CSV file and display the results on an iPhone

The Knut may be a touch expensive for our tastes, but if you’re looking for an off-the-shelf solution for sending alerts, logging data, or just reading a few sensors via WiFi, Knut may be just the ticket.

[Richard] and [Jay] put together a demo video showing off the capabilities and operation of the Knut app; check that out after the break.

Continue reading “Knut Logs Data, Sends It To Your Email”

Adding Wireless To The Raspberry Pi

For those of us who haven’t received their Raspberry Pis yet, it may come as a bit of a shock to realize the RasPi doesn’t have an on board WiFi adapter. While the Model B RasPi has an RJ45 Ethernet plug, but the Model A must rely on USB-bound networking dongles. [Mike] over at Mitch Tech put up a great guide to using a Realtek WiFi dongle with his Raspberry Pi.

Stock, the standard Debian install recommended by the folks at Raspberry Pi has the drivers for the Realtek WiFi adapter, but no firmware. [Mike] goes over how to get the firmware for this series of WiFi adapters to keep the kernel from complaining. Interestingly, [Mike]’s instructions also work for a slew of Realtek-based wireless dongles, so the installation instructions should work for a bunch of adapters available from DealExtreme or eBay.

[Mike] also has a guide for installing Quake 3 on a RasPi. Combine these two builds and you’ve got the perfect setup for a Raspberry Pi LAN party. Anyone want to host?

Traffic Signal Controller Pulls Data Over WiFi

[Travis Brown] just published a post about the traffic light controller he built. His number one goal was to make the device wireless (except for AC power) and he achieved this by using a WiFi shield for his Arduino. But there is also a separate board that provides a way for the chip to switch the AC lights.

He works for a web hosting company, and the boss wanted a fun way to display the status of the servers among other things. He chose to use the WiServer library which controls the CoperHead WiFi Shield and gives him the ability to serve simple web pages from the Arduino. When power is applied the sketch automatically connects to the AP and starts polling the company’s API for status data. If you’re not within eyesight of the traffic lights you can log into the web server and check that way.

We think [Travis] did a great job of explaining his code, and we applaud him for making proper use of the watchdog timer (something we don’t see in very many projects). This joins the pile of traffic-light display devices we’ve seen around here. We still don’t know where people are getting their hands on the things.

Continue reading “Traffic Signal Controller Pulls Data Over WiFi”

Free Linux Computer From A Printer’s WiFi Card

Whether it’s building a 3D scanning system with a Kinect, or using a USB TV tuner dongle for software defined radio, there are a lot of interesting off-schedule uses for commodity hardware. The latest comes from the fruitful mind of [sjMoquin] and a Lexmark N2050 WiFi card that runs Linux.

This build started off with a Lexmark X6570 all-in-one printer available for about $100 USD on eBay. This printer comes packaged with a Lexmark N2050 WiFi card running BusyBox. After soldering a few wires to the USB/UART pins on the N2050, [sjMoquin] had a very cheap but highly useful single board computer running Linux.

There is still a little more work to be done – the WiFi and USB on the N2050 aren’t currently supported. [sjMoquin] and [Julia Longtin] are working on that, so a fully functional embedded Linux board based on a printer’s WiFi card should be available soon. It might be time to hit up eBay for a few of these cards, you know.