Bluetooth Based Pseudorandom Number Generation

[MS3FGX] has done an interesting study about using Bluetooth adapters as a source for Pseudorandom Number Generation (PRNG). As it turns out, the Bluez package has a function that calls a remote Bluetooth adapter to return a random number. He picked up 10 compatible adapters for about $30 from DealExtreme and set about assembling some numbers to see how this compares to an OS-based PRNG.

Because millions of samples are needed for an accurate comparison, time became a problem. The adapters are a little bit slow responding to a request, sending just 4800 numbers in the first 30-second test. This can be overcome with multiple adapters being accessed by multiple computers for hours at a time. What can this be used for? Your guess is as good as ours, but [MS3FGX] has done a great job of writing up his tests. He’s also made a set of 20.7 million randomly generated values available if you want to generate your own statistical analysis.

Peggy2 X2, With Video

[youtube=http://www.youtube.com/watch?v=-ImjfHxXGfc]

Being avid fanatics of flashing lights, we always love to see the peggy2 in action. The video above shows another improvement, which is two peggy2 units working together as one. [iservice2000] chained the two together and wrote new code for the display. Using an Arduino to drive it all, he has gotten them to act as one. While video on the peggy2 isn’t new, this is the first time we’ve seen two of them chained together. The end result is going to be a scrolling sign that can be updated via the web, or that can display tweets. We did notice a bit of tearing, is that from the camera or the software?

[via littlebirdceo]

Capturing That (light Field) Moment

Yes, your eyes do not lie, that is 12 cameras rigged to take a picture at the exact same moment. The idea is a single camera loses data (namely depth) when it takes a 3D image and transposes it onto a 2D medium. FuturePicture somewhat circumvents this loss by taking several pictures with different focus distances. In short, the camera array allows you to focus on multiple items within a scene. The project’s hardware and software have yet to be released (we do know it’s at least Arduino), but they plan to make it entirely open source so everyone can experiment. Of course, we’ll keep you up to date.
[via Make]

Cheap Toy Yields Good Parts

We’ve spent some serious time building robot chassis and motor controllers. [Whamodyne] does the smart thing and scavenges what he needs form cheap sources. He picked up an RC car from the local pharmacy for just $10, tore the body off and behold, a bounty of robot-friendly parts.

We’re not talking precision parts here, but we don’t scoff at two geared motors, four wheels, a driver board, and steering. There’s no great way to attach your own stuff but that’s half the fun of hacking. [Whamodyne] used the 9v battery that came with the toy to power his boarduino and quickly patched in to produce a miracle of automated locomotion.