Learn Wireless Sensor Networks With Nanode

wicked

Getting a device on the internet is great – but what if you want to monitor multiple wireless sensors? The [WickedDevice] crew have been publishing a tutorial series focusing on just that. Their weapon of choice is the Nanode, an Arduino based wireless sensor system we’ve seen a few times in the past. So far the first and second parts have been posted up. Part one starts with an explanation of the Arduino and Nanode platform, and takes us through connecting the Nanode to a wireless temperature sensor. Part two walks through the hardware and code changes to add multiple wireless sensors to the system. Part three will focus on getting the entire network up on the internet, and piping data onto the Xively data hosting site.

This tutorial does begin a bit on the basic side, covering the installation of the Arduino software environment. This may seem a bit simplistic for some of our readers, but we think this type of tutorial is necessary. It helps ‘newbies’ get started down what could otherwise be a difficult path. For more advanced readers, it’s easier to skip past steps you already know than it is to try to hunt down information that isn’t there.

Cracking GSM With RTL-SDR For Thirty Dollars

Theoretically, GSM has been broken since 2003, but the limitations of hardware at the time meant cell phone calls and texts were secure from the prying ears of digital eavesdroppers and all but the most secret government agencies. Since then, the costs of hardware have gone down, two terabytes of rainbow tables have been published, and all the techniques and knowledge required to listen in on cell phone calls have been available. The only thing missing was the hardware. Now, with a super low-cost USB TV tuner come software defined radio, [domi] has put together a tutorial for cracking GSM with thirty dollars in hardware.

Previous endeavours to listen in and decrypt GSM signals used fairly expensive software defined radios – USRP systems that cost a few thousand dollars a piece. Since the advent of RTL-SDR, the price of software defined radios has come down to about $30 on eBay, giving anyone with a Paypal account the ability to listen in on GSM calls and sniff text messages.

The process of cracking GSM first involves getting the TMSI – Temporary Mobile Subscriber Identifier – a unique ID for each phone in a certain cell. This is done by sending a silent SMS that will send back and acknowledgement an SMS has been received on the victim’s phone, but won’t give the victim any indication of   receiving a message.

From there, the attacker listens to the GSM signals in the cell, receiving bursts attached to a TMSI, and cracking the encrypted stream using 1.6 TB of rainbow tables.

[domi] put up a four-part tutorial series (part 1 above; part 2, part 3, and part 4) that goes over the theory and the actual procedure of cracking text messages and voice calls with a simple USB TV tuner. There are a few limitations; the attacker must be in the same cell as the victim, and it looks like real-time voice decoding isn’t yet possible. Cracking GSM for $30, though, that’s good enough for us.

Making Use Of The Trancend WiFi SD Card

had

[CNLohr] spends most of his time on the Internet, but sometimes real life drags him away from his keyboard. These “vacations”, as he calls them, don’t have a good Internet connection and forces him to rely on flaky cell phone connections that go up and down at the drop of a hat. Figuring this would be a great opportunity for some hardware hacking, [CNLohr] came up with an ‘Internet-o-mometer’ – a device powered by a Trancend WiFi SD card that uses an 8×8 LED display to show the current status of his phone’s Internet connection.

This build uses the Trancend WiFi SD card motherboard we’ve seen before. When the card boots, it tries to connect to his phone’s WiFi connection.  When it connects, a green smiley face is displayed on the LED matrix. When a whole lot of files are downloaded or, more specifically, the ping to google.com is more than 4 seconds, a red frowny face indicates the Internet connection is down.

In other Trancend WiFi SD card news, a whole lot of people including [Dan Krause] (thanks for the tip) have been working on a complete replacement OS for these neat little cards. Right now the OS is in very rough shape, but there is a pre-built system available should anyone want to experiment. [CNLohr] is also working on a compact, double-sided version of his SD card motherboard and we’ll be happy to feature a link to his Tindie store when he sends that in.

A Motherboard For A WiFi Enabled SD Card

Over the last few months, a few very capable hackers have had a hand in cracking open a Transcend WiFi-enable SD card that just happens to be running a small Linux system inside. The possibilities for a wireless Linux device you can lose in your pocket are immense, but so far no one has gotten any IO enabled on this neat piece of hardware. [CNLohr] just did us all a favor with his motherboard for these Transcend WiFi SD cards, allowing the small Linux systems to communicate with I2C devices.

This build is based upon [Dmitry]’s custom kernel for the Transcend WiFiSD card. [CNLohr] did some poking around with this system and found he could use an AVR to speak to the card in its custom 4-bit protocol.

The ‘motherboard’ consists of some sort of ATMega, an AVR programming header, a power supply, and a breakout for the I2C bus. [Lohr] wired up a LED array to the I2C bus and used it to display some configuration settings for the WiFi card before connecting to the card over WiFi and issuing commands directly to the Linux system on the card. The end result was, obviously, a bunch of blinking LEDs.

While this is by far the most complex and overwrought way to blink a LED we’ve ever seen, this is a great proof of concept that makes the Transcend cards extremely interesting for a variety of hardware projects. If you want your own Transcend motherboard, [CNLohr] put all the files up for anyone who wants to etch their own board.

Custom Wireless Headphone Charging Station

wirelessHeadphoneChargingStation

We’ve come to expect quite a lot of convenience from our technology, to the point where repeatedly plugging in a device for recharging can seem tedious. Hackaday regular [Valentin Ameres] decided to ditch the plugs and built his own wireless headphone charger. We’ve seen [Valentin’s] work before, and one thing’s for certain: this guy loves his laser cutter. And he should, considering it’s churned out key components for a gorgeous Arc Reactor replica and his Airsoft Turret. [Valentin] fired it up yet again to carve the charging stand out of acrylic, then used a small torch and the edge of a table to bend the stand into shape.

He sourced the needed coils online and soldered the receiving coil to a spare miniUSB plug. These components are glued onto a laser-cut acrylic attachment, which fits against the side of the headphone and is held in place by plugging directly into the earpiece’s miniUSB jack. The headphones rest on the laser-cut charging stand, which has an extrusion of acrylic on one side that holds the emitter coil in position against the receiver coil. [Valentin] also added a simple momentary switch at the top of the stand to activate both the emitter coil and a status LED when pressed by the headphones.

Stick around for a video of the build below, and check out some other headphone hacks, like adding a Bluetooth upgrade or making a custom pair out of construction earmuffs.

Continue reading “Custom Wireless Headphone Charging Station”

A DIY Solution For Controlling Robots And Quadcopters

RC

RC transmitters used for controlling robots, quadcopters, airplanes, and cars really aren’t that complex. There are a few switches, pots, a screen and a radio transmitter. The maker toolbox already has all these components, so it only makes sense someone would try to build their own RC transmitter.

[Oscar]’s project started by gathering a bunch of toggle switches, 2-axis joysticks, pots, tact switches, an Arduino, LCD, and a Ciseco XRF wireless module. These were attached to a front panel made of polystyrene and work on the communications protocol began.

It should be noted that microcontroller-powered RC transmitters with XBees is nothing new. There was a Kickstarter for one last year, but the final product turned out to be bit janky and full of fail wiring, We’re really glad to see [Oscar]’s attempt at a DIY RC transmitter, and hopefully we’ll see this project taken up and improved by others.

Continue reading “A DIY Solution For Controlling Robots And Quadcopters”

Headphone Hack Makes Wireless An Option

headphone-wireless-option

If you have a favorite pair of over-the-ear headphones you may want to consider upgrading them with a wireless option. The key word here is “option” because these still retain their functionality as a wired headphone. This is nice if you only want to deal with battery life when you’re actually roaming around.

Of course the thing that makes this type of hack work is the extra room inside the body of the earpieces. [Tony] cracked them open and decided there was just enough room to fit the internals of a Bluetooth audio adapter. It has it’s own Li-ion battery (boasting 12 hours of use) which is why there is an added charging port. To fit the board he had to remove some of the aluminum body from the enclosed part of the headphones. He also wired up a tactile switch to act as the power button for the Bluetooth module.

Details are scarce on how the speakers are wired between the module and the jack. But we think he simply wired them in parallel rather than using a switched jack. You can see a quick demo after the break but it really doesn’t augment the build details at all.

Continue reading “Headphone Hack Makes Wireless An Option”