Showing the tablet interface for the scope

Discovering A Wifi Enabled 10MHz Oscilloscope

[youtube=https://www.youtube.com/watch?v=qEqWtKGJhFQ&w=580]

 

As most of our readers know, [Mike] was visiting Bay Area Maker Faire  last weekend with a big Jolly Wrencher on his back. During his tour he encountered the neat oscilloscope shown in the video above, made by the Belgian company Velleman. Even though it only has a 10MS/s sampling rate and a 10MHz bandwidth, our guess is that it may still be useful for some hobbyists out there as it can communicate with any PC/smartphone/tablet using its Wifi interface.

Inside the black box is a 3.7V 1800mAh Li-ion battery with a USB port to recharge it or update the oscilloscope’s firmware. As seen in the video, the tablet’s touchscreens may enable more natural interaction with the user interface. The protocol used to export the acquired samples is open, which may allow users to create their own analysis program. The oscilloscope uses an 8 bit analog to digital converter and a 4K samples buffer.

Raspberry Pi Tablet — The PiPad

[Michael Castor] wanted a tablet, but not just any tablet. He wanted an all-in-one system running Linux, and he wanted it to look good. So he made himself a wooden PiPad.

He started the project at the beginning of 2013, and like many of our projects, it took a little while to get some momentum going. He bought most of the components early on but then it got pushed to the back burner. Two weeks before the Maker Faire Bay Area 2013, [Michael] decided he wanted to show it off, and thus began the mad dash to finish it in time.

The build consists of a very nice piece of 1/2″ Baltic birch plywood which was cut to shape using a CNC router. A scrap piece of carbon fiber makes for a stylish but not too flashy back cover — He even managed to get [Eben Upton] to sign it! Inside is a 10,000mAh lithium ion battery, a Raspberry Pi, a cellphone battery charging system and a capacitive touchscreen LCD. Almost all touchscreens run off 12V, but [Michael] managed to find a 5V HDMI to LVDS converter, which works perfectly. The device gets about 6 hours of battery life, which is more than enough for [Michael]. The device looks great, and he’s even made it through airport security with it!

We love seeing unique projects like this — don’t forget to submit your own projects through our Tip line!

An Animated Elf

animatedElf

Halloween receives the bulk of the attention for installation-type hacks, but [Stephen’s] animated elf hack-in-progress provides the perfect example of bringing the Christmas spirit to life.

[Stephen] constructed both the background and the elf’s body from a scrap piece of plywood, drawing and painting everything by hand, and then secured the plywood with a simple 2×4 that serves as a stand. The bulk of the hack is rather simple, and reflects the longstanding technique of traditional cel animation: the non-moving portions are kept stationary and only the moving parts need to change. In this case, [Stephen’s] shortcut is to insert a tablet as the elf’s face.

The tablet is a BlackBerry PlayBook, which moves the eyes around and spouts off a few Santa-related quips while animating the mouth. [Stephen] encountered a problem with the PlayBook’s 5-minute screen timeout function, and had to design a custom application to prevent the tablet from entering sleep mode while it played through the animations. His future plans are to drill a hole through the plywood and expose the tablet’s light sensor to detect when someone walks by, then have the elf spring to life in response. You can see his progress so far in the video below.

Continue reading “An Animated Elf”

Video Game Automation Hacks

coupleofvideogamehacks

3rd party console game controllers sometimes sport a “rapid-fire” button to give gamers an unfair advantage. [Connor’s] project is along the same lines, but his hack had a different goal: automate the input of GTA5 cheat codes. [Connor] admits that this is his first Arduino hack, but aside from a small hiccup, he managed to pull it off. The build connects each button on a PS3 controller via some ribbon cable to its own digital out on an Arduino Uno . After plugging in some pretty straightforward code, [Connor] can simply press one button to automate a lengthy cheat code process.

[Matt’s] hack manages to save him even more user input in this second video game hack, which automates finger clicks in an Android game. [Matt] pieced together a couple of servos plugged into a PICAXE-18M2 microcontroller, which repeats one simple action in [Matt’s] Sims Freeplay game: continuously “freshening” (flushing?) a toilet. To mimic the same capacitive response of two fingers, [Matt] built the two contact surfaces out of some anti-static foam, then grounded them out with a wire to the ground on the board.

Check out a gallery of [Connor’s] controller and a video of [Matt’s] tablet hack after the break, then check out a rapid fire controller hack that attacks an XBox360 controller.

Continue reading “Video Game Automation Hacks”

Perfect Wall-mounted Tablet Integration

There’s a building downtown built about ten years ago that has tablet-sized LCD screens next to the entrance of each large meeting room. They’re never on and we always wonder why they didn’t just use one of those things that holds a sheet of printer paper to label what’s happening in the meeting space? Now this is a similar idea but with much better execution. Instead of just displaying data the in-wall tablet mount makes your room interactive.

[Tim’s] been working on it for a couple of years. He started out trying to house an iPod Touch behind a junction box cover plate. There are some pictures of that at the top of his build album. That didn’t quite take so keep scrolling to see the path to the finished product shown above. He cut a hole in the drywall and figured out how to mount a tablet dock that includes inductive charging. It holds the tablet in place with the small ledge and a few magnets, keeping its battery charged without a need for wires. Once tested he mudded, sanded, textured, and painted for a perfect finished product.

Hobby Electronics Team Up With Augmented Reality

augemented-reality-hobby-electronics

Here’s an interesting take on using augmented reality alongside hobby electronics. The project, which comes from a group of researchers at the MIT Media Laboratory, starts off by making simple electronic devices like a radio with two knobs using network connected hardware. In other words, build something using an Arduino and include a way to get it on a network. With the radio example on knob is for tuning, the other adjusts the volume. But pick up an iPad and aim its camera at the device — which is what the image above is showing — and those knobs will get a lot more functionality. This opens up a whole set of virtual controls that can be assigned to different segments of the knob controllers.

This is certainly a better use of augmented reality than using it in advertisements which is where it usually shows up. We also think that the proliferation of personal electronics that include high-quality camera modules makes wide adoption a lot more plausible than some of the projector-based augmented reality we’ve seen. Check out a full demo in the video after the break and if that leaves you hungry for details you can get your hands on the whitepaper (PDF).

Continue reading “Hobby Electronics Team Up With Augmented Reality”

Turning The Samsung Galaxy Note 10.1 Into A Proper Linux Box

Over on the xda developers forum, [exception13] shows us the work he’s put into geting Debian running on his Samsung Galaxy Note 10.1, allowing him to dual boot Android and Linux on a single device.

The project is still in a fairly early state, but so far [exception13] has most of the goodies required for a decent Linux experience running already. There’s WiFi, bluetooth, sound, usb-otg and touchscreen support, as well as support for the Note’s S Pen, the Wacom digitizer that basically turns the Galaxy Note 10.1 into an Intuos touch pad.

There’s still a lot of work work to be done, including getting the camera up and running, as well as enabling the GPS receiver. Still, it’s a very cool project that puts the power of a proper desktop interface into a tablet with enough horsepower to get something useful done.

If you’d like to get this running on your Galaxy Note, [exception13] has a download avaiable over on Google Code. There’s also a video [exception13] put together demoing all the cool stuff his Note can do, you can check that out after the break.

Continue reading “Turning The Samsung Galaxy Note 10.1 Into A Proper Linux Box”