RSS Feed Testing

Paragraph 1. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Paragraph 2. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Paragraph 3. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Hacking the Kingston Wi-Drive

[Andrew] got his hands on a Kingston Wi-Drive, and being the responsible Hackaday reader he is, spent the better part of a weekend figuring out how to get root on this shiny new toy

The Kingston Wi-Drive is a small battery-powered Flash drive with a wi-fi adapter in a small, compact case. Even though Kingston is going after a fairly niche market by advertising the Wi-Drive to expand the storage of iOS and Android devices, a network attached storage solution that can fit in a pocket is somewhat interesting. Unfortunately, Kingston decided to lock down the Wi-Drive; [Andrew] can’t even get a terminal running on this little box.

After a weekend, [Andrew] is no closer to his goal of getting root on the Wi-Drive. He suspects the problem may be there simply isn’t a terminal for Telnet to bind to. [Andrew] realized he was a bit out of his league on this hack and decided to open up his research to people much more experienced in embedded Linux environments. If you’ve been playing around with a Wi-Drive, or you want a tiny battery-powered NAS, send us something on the tip line and we’ll follow up on this post.

Putting a software defined radio on a mac

A few months ago [Antti Palosaari] discovered cheap USB TV tuners could be used as a software-defined radio. Since then, we’ve seen these TV tuners receive signals from GPS satellites and even the signals between air traffic control and passenger aircraft. Like everything cool, Mac support for these drivers is slightly terrible so [hpux735] wrote his own Cocoa app to support these amazing dongles.

[hpux735]’s driver is a port of the osmocom driver, repackaged as a native Cocoa app so the terribly fickle libusb and other dependencies aren’t needed. All the code is up on GitHub, ready for you to start playing around with SDR.

As far as tutorials for those wading into the deep waters of software-defined radio, a number of how-to guides have popped up over the last month to get SDR noobs up and running quickly. Here’s a few of the best ones we’ve seen:

[braingram] put up an Instructable for Ubuntu users.

For people who have a Windows box lying around [balint] put up a getting started guide.

There’s a slightly more thorough Windows guide here.

Most of the development in the TV tuner SDR community is happening on the RTLSDR subreddit, and there’s more than enough info there to do just about anything with these TV tuner dongles. If you come up with a novel use for one of these dongles, send it in on the tip line.

Defying gravity for new user interfaces

[Jinha Lee] at the MIT Media Lab created a new interface allowing new ways to modify and play with 3D objects. It’s called ZeroN, and it’s nothing short of a futuristic device straight out of Star Trek.

ZeroN is simply a platform for levitating a small spherical permanent magnet in 3D space. It does this by mounting a hall effect sensor on an electromagnet. The hall sensor measure the strength of the magnetic field of the ball every few milliseconds and keeps the spherical magnet levitated. To move the object in 3D space, a few webcams track the ball over the platform and tell the electromagnet to move on a CNC-like x y table.

[Jinha] showed off a lot of cool stuff that is possible with the ZeroN; ping-pong is by far the coolest implementation, but it’s also possible to use the magnetic sphere to demonstrate n-body gravity or as a camera flying around a digital scene.

It’s a really amazing piece of work with an exceptional demo video. You can check that video out after the break. Thanks, [ferdinand] for sending this one in.

[Read more…]

[Matt's] bubble display updated

[Matt] emailed in to show us how he has improved his bubble display since the last time we saw it. If you recall from last time, he was having issues with the air pressure dropping when multiple bubbles were released, resulting in smaller bubbles. This time around, he has added an aesthetically pleasing air reservoir to help ensure that his bubbles don’t vary too much. There really wasn’t a reason to use two containers for the reservoir, aside from the fact it is what he had on hand. He has also torn part the part of the display that houses the oil, replacing it with individual tubes for each vertical segment. This makes it easier to regulate the speed of the bubbles, as he found they travel at a constant rate if they are in contact with the edges of the tube.

One downfall of using the vinyl tubes is the fact that it comes in a giant roll. This leaves the tube wanting to curl. To get around this, he stretched it on a wooden dowel and heated it with a heat gun till it relaxed. Using clear PVC or acrylic tubing would be an alternative but would be more expensive.

[Read more…]

extremely detailed light painting bar

[Matt Pandina] has been documenting his build of a very nice light painting bar on his G+ page. His light painting bar has 64 RGB LEDs being driven by an ATmega328P and four TLC5940 chips. He wrote his own libraries to talk to the TLC5940 as well as his own libraries to pull images off of a MicroSD card. He also wrote a cross-platform program that automatically converts a directory  of pngs to something the TLC5940s expect. He says the secret to getting his24-bit color correction looking right is gamma correction. It seems that when the LEDs were run too bright, he couldn’t get the colors quite right.  In case you’re curious, those images are 15 inches tall!

You can follow along through his posts as he starts with just a few LEDs and slowly updates and grows it to the impressive state it is at currently.