This Dongle Makes Any Screen An Android Device

Want that 70″ LCD television in your living room to be an Android device? This little guy can make it happen. With an HDMI port on one end, and a USB plug on the other for power, just plug in FXI Technologies’ Cotton Candy dongle to create a 1080p Android television.

The price isn’t set for the device, but it’s expected to be available at less than $200. Considering what’s inside that’s pretty reasonable. There’s a dual-core 1.2 GHz ARM processor, 1 gig of RAM, 64 gigs of storage, Bluetooth, WiFi, and a microSD card slot. Wow!

So is it hackable? Absolutely. Well, kind of? The company doesn’t intend to bring Cotton Candy to the retail market. Instead, they will sell the device to developers who may do what they wish. From there, said developers have the option to license the technology for their own products. This begs the question, will the development kit come in under $200? Hard to say.

Check out the video after the break to hear an interview with the company’s CEO. It certainly sounds fascinating, and like the Chumby NeTV, we can’t wait to see what comes of this. Continue reading “This Dongle Makes Any Screen An Android Device”

Using WebSocket With PIC Microcontrollers

[Blaise Jarrett] has been grinding away to get the WebSocket protocol to play nicely with PIC microcontrollers. Here he’s using the PIC 18F4620 along with a Roving Networks RN-XV WiFi module to get the device on the network. He had started with a smaller processor but ran into some RAM restrictions so keep that in mind when choosing your hardware.

This project was spawned after seeing the mBed feature a few days back which combined that board along with a WebSocket library and HTML5 to pull off some pretty amazing stuff. [Blaise] doesn’t have quite as much polish on the web client yet, but he has recreated the data transfer method and improved on that project by moving to the newer version 13 of WebSockets. The protocol is kind of a moving target as it is still in the process of standardization.

The backend is a server called AutoBahn which is written in python. It comes along with client-side web server examples which gave him a chance to get up and running quickly. From there he got down to work with the WebSocket communications. They’re a set of strings that look very much like HTML headers. He outlines each command and some of the hangups one might run into with implementation. After reading what it takes to get this going it seems less complicated than we thought, but it’s obvious why you’ll need a healthy chunk of RAM to pull it off.

Halloween Hacks: A Radioactive Display With More Trick Than Treat

Halloween Hacks Banner

radioactive_barrel_display

[Shawn] was looking for a way to shake up his decorations this Halloween and decided to build a new prop for his front yard. He had a pair of old oil barrels in his garage and thought they would look great with a little bit of work.

He bolted the pair of barrels together, then slapped a fresh coat of black paint on them before adding a bright yellow radiation trefoil to each one. One barrel contains a pneumatic piston that opens the lid, revealing a light up pumpkin, a fog machine, and a set of water nozzles that spray the area. The second drum houses an air compressor, a wireless router, and an IP camera for recording the action. A web-enabled Arduino triggers the lid and sprayer, both of which can be controlled from the comfort of his house.

We think it’s a creative use of some old scrap barrels, but we’re hoping he doesn’t plan on wetting trick-or-treaters that pass through, as it seems  like a good way to get your house egged or otherwise vandalized on Halloween. If the water sprayer were perhaps swapped out with some other cool effects, [Shawn] is far less likely to be the target of some angry, wet teenagers.

Be sure to check out the video below to see the display in action.

Continue reading “Halloween Hacks: A Radioactive Display With More Trick Than Treat”

3G Connected Hotspot Hangs Out At Your House

[Drug123] made the most out of this inconspicuous gray box on the gable end of his father’s home. It serves up a 3G Internet connection that was otherwise unavailable..

The project idea was sparked by the absence of wired or fiber optic broadband in the community where his dad lives. He knew some neighbors were using 3G connections, but he couldn’t get it to work inside the house. So he set about developing an external installation that would both communicate with the cellular network, and provide a WiFi connect to it. Hardware for that is relatively expensive; a USB 3G modem and a WiFi router with a USB port.

The box itself is made of plastic, but even without the Faraday cage effect that would have been formed by using a metal housing, the 3G modem’s internal antenna just doesn’t do the job. You can see that [Drug123’s] solution was an external antenna which is mounted at the peak of the roofline. Inside the box there’s an exhaust fan to cool things off when they get too hot, as well as some power resistors which provide a heat source on the coldest nights. The low-cost build certainly fits the bill, and it’s not too hard on the eyes either.

IPhone Controlled Daft Punk Helmet Replica A Dazzling Build

This Daft Punk helmet replica is beautiful to look at, but the deeper we delve into the build process, the more we begin to think that the entire project is a piece of artwork. [Harrison Krix] has been working on it for months, and just posted his three-part build log in September. Check out the video and the links to all three parts after the break.

Now [Harrison] isn’t new to prop replica scene. He’s the guy responsible for the other fantastic Daft Punk helmet we saw last year. He’s tapped the same fabrication skills to churn out an equally impressive chromed helmet, complete with addressable flashing LEDs. He built his own mold to create the body of the helmet, reminding us of the Storm Trooper helmet replicas we saw in July. While this was off being coated in chrome, he got down to business with the electronics.

The visor of the helmet has a red LED marquee. This, along with the multicolored visor sides and ear pucks, is controlled by an Arduino yellow jacket. The lights can be controlled by an iPhone app that connects to the helmet via WiFi, letting a user push custom messages to the display, and alter the light patterns. The build shines on the inside as well as the outside with an incredibly clean LED matrix build, and clever control placement for switching each part on or off.

Continue reading “IPhone Controlled Daft Punk Helmet Replica A Dazzling Build”

WiFi Jamming Via Deauthentication Packets

[Elliot] put together an intriguing proof-of-concept script that uses repeated deauthentication packet bursts to jam WiFi access points. From what we can tell it’s a new way to use an old tool. Aircrack-ng is a package often seen in WiFi hacking. It includes a deauthentication command which causes WiFi clients to stop using an access point and attempt to reauthenticate themselves. [Elliot’s] attack involves sending repeated deauthenitcation packets which in essence never allows a client to pass any data because they will always be tied up with authentication.

After the break you can see a video demonstration of how this works. The script detects access points in the area. The attacker selects which ones to jam and the script then calls the Aircrack-ng command. If you’ve got an idea on how to protect against this type of thing, we’d love to hear about. Leave your thoughts in the comments.

Continue reading “WiFi Jamming Via Deauthentication Packets”

Chumby Controlled Mechanum Wheel Robot

[Madox] gutted an Insignia Infocast to use with this robot. Insignia is Best Buy’s house brand and they partnered with Chumby to make their Infocast line. If you can find a used or clearance model it’s a great way to get yourself and embedded Linux board for a project like this one.

The body and wheels are 3D printed, with design files available at [Madox’s] Thingiverse page. The mechanum wheels work amazingly well, using seven bearings each for smooth operation. The body itself includes a holder for two groups of batteries. One of those battery packs powers the Chumby board while the other is used to power the four servo motors responsible for locomotion. To simplify the electronics [Madox] chose to use a USB servo drive which only set him back about $20.

We’re not sure what the USB dongle on top of the robot is used for. We’d guess it’s a WiFi adapter, since the machine sets up its own access point to act as a controller. But we thought Chumby boards had WiFi built-in. At any rate, check out the video after the break where you can see an Android phone driving the little bugger. There’s a flaw in the code that prevents side-to-side movement, it gets fixed after a video break at about 2:15 and everything is peachy after that.

Continue reading “Chumby Controlled Mechanum Wheel Robot”