Amazon Giving Out (Sort Of) Hackable Amazon Dash Button

We’ve seen some interesting hacks of the Amazon Dash buttons, a neat device where you press a button and it orders a product from Amazon for you. Now, [Amazon] themselves are getting into the hacking fun with the AWS IoT Button. This is a Dash button that Amazon is giving out at events to promote their new Amazon Web Services (AWS) Internet of Things (IoT) service.

As part of their efforts to take over the world, the AWS IoT service allows you to create button-based services like ordering pizza or starting Netflix, but without running your own server. Instead, Amazon handles all of the hard stuff behind the scenes on their Lambda engine, which receives the small bit of JSON that the button sends and runs a Lambda function that orders pizza, kicks off Netflix, then starts World War III. Amazon provides sample actions for things like launching the missiles sending a text message over Twilio and writing to a database. Amazon isn’t selling these buttons: they only seem to be available as swag at events. Make a loud enough noise in the comments section and maybe they’ll allocate some for the Hackaday community.

Continue reading “Amazon Giving Out (Sort Of) Hackable Amazon Dash Button”

Could You Repeat That?

Ever been out in a big field and need to tell something to Joe at the other end? If you’re lucky Sally is in between and you can shout to Sally to tell Joe your message. Maybe Joe shouts back to Sally in reply.

That’s how amateur radio repeaters work.

Friend of Hackaday [Kenneth Finnegan] got tired of explaining the details of repeaters so he put together a pair of repeater tutorial videos, the first of which is found after the break.

Balloon2
Image source KV5R

The higher radio frequencies, say 50 MHz and above, typically only propagate within line of sight. Add in limited power and antennas from a hand-held, typically under 5 watts and the ubiquitous ‘rubber ducky’ antenna, and you cannot talk very far. Mobile rigs in vehicles with 50 watts and larger antennas do better but in reality they don’t help all that much.

What really makes an improvement is height to improve range. Height provides a longer line of sight with fewer obstructions. Hams created repeaters and put them on towers, buildings or hill tops to expand the radio horizon. The ultimate repeaters are space satellites. Can’t get much higher than that. A close second are balloons going to near space altitudes with repeaters which will provide multi-state coverage.

Besides providing height, a repeater will also have higher output power and much better antennas, especially important for receiving weak signals from distant handhelds. A signal comes in and is repeated back out on a slightly different frequency. All modern ham gear on these frequencies is setup to handle this offset frequency operation.

Whether hams came up with the idea is arguable, but they were certainly there during the early days.

Continue reading “Could You Repeat That?”

Anvil Firing: Awesome Or Reckless?

The English language needs a word for “awesome and dangerous simultaneously”.

We recently ran into the strange pastime of anvil shooting on YouTube (where else?). The idea is that you pack about a pound (!) of black powder between two anvils and light it up. The powder explodes, and the top anvil gets shot into the air. Hilarity ensues, if everyone’s far enough away and wearing hearing protection.

Continue reading “Anvil Firing: Awesome Or Reckless?”

See Who’s Calling With Caller Pi-D

One of the hardest things in life is watching your parents grow old. As their senses fail, the simplest things become difficult or even impossible for them to do.

[kjepper]’s mom is slowly losing her sight. As a result, it’s hard for her to see things like the readout on the caller ID. Sure, there are plenty of units and phones she could get that have text-to-speech capabilities, but the audio on those things is usually pretty garbled. And yes, a smartphone can natively display a picture of the person calling, but [kjepper]’s mom isn’t technologically savvy and doesn’t need everything else that comes with a smartphone. What she needs is a really simple interface which makes it clear who’s calling.

Initially, [kjepper] tried to capture the caller ID data using only a USB modem. But for whatever reason, it didn’t work until he added an FSKDTMF converter between the modem and the Pi. He wrote some Node.js in order to communicate with the Pi and send the information to the screen, which can display up to four calls at once.  To make a mom-friendly interface, he stripped an old optical mouse down to the scroll wheel and encased it in wood. Mom can spin the wheel to wake the system up from standby, and click it to mark the calls as read. Now whenever Aunt Judy calls the landline, it’s immediately obvious that it’s her and not some telemarketer.

[via r/DIY]

Scratch Your Itch For 3D Modeling With BeetleBlocks

If you want to create a 3D model, you’ll probably either use a graphical CAD tool or a programming-based tool (like OpenSCAD). Although BeetleBlocks is graphical, it is more akin to OpenSCAD than a graphical CAD program. That’s because BeetleBlocks is–more or less–Scratch for 3D modeling.

Scratch is the graphical block-structured language developed by MIT for teaching kids to program. You may have seen Lego robots programmed with similar blocks as well as Android App Inventor. In this incarnation, the blocks control a virtual robot (the beetle) that can extrude a tube behind it as it moves. The beetle is reminiscent of the Logo turtle except the beetle moves in three dimensions. The system is actually closer to Snap, which is a reimplementation of Scratch that allows custom blocks.

Continue reading “Scratch Your Itch For 3D Modeling With BeetleBlocks”

“The Martian” Is A Hacker’s Dream – In Space

You’ve probably seen the ads and heard the buzz about the movie “The Martian”, where a Mars astronaut, Mark Watney, is left on the planet and presumed dead. You may have read our previous article about the eponymous book by Andy Weir. That article wondered if the movie would do justice to the book.

It did.

In summary, Watney survives by creating one glorious, but realistic, hack after another. NASA and the other astronauts support him by coming up with some marvelous hacks along the way. One, encompassing the entire spaceship containing the surviving astronauts, is developed by The_Martian_film_posterthe ship’s Captain, Melissa Lewis. Okay, that one may not be totally realistic but it’s mind blowing.

Reading about the hacks is one thing. Seeing them on the screen adds another dimension. Matt Damon, as Watney, mixing his own waste with water to fertilize potatoes is an image you cannot create in your mind’s eye.

One usual trick Hollywood plays is to switch the actions of minor characters to the major characters. That leaves out the ‘little guy’ in the backroom who frequently has the great idea. Often that’s us. Here they kept the woman who first saw Watney moving equipment on Mars and the astrophysicist who, well, I won’t spoil it, saved the day.

For hackers, this movie should be paired with “Interstellar”, because of their fidelity to science. “The Martian” contains actual NASA technology and plans for Mars missions. “Interstellar”, well, what can you say bad about a movie that originated in the mind of Caltech Theoretical Physicist, Kip Thorne. The science in this movie is so real Thorne wrote an entire book describing it, and managed a few scientific papers based on the research required to accurately present the black hole.

It’s a wondrous trend to see science fiction movies based on real science and not being dumbed down to the point of insult. You know it has to be good if XKCD did a comic. Surprisingly, Hollywood didn’t do a ‘hack’ job on either of these movies.

Movie trailer after the break.

Continue reading ““The Martian” Is A Hacker’s Dream – In Space”

Serial Data From The Web To An Arduino

In the old days, a serial port often connected to an acoustic coupler that gripped a phone handset and allowed a remote connection to a far away serial port (via another phone and acoustic coupler) at a blistering 300 baud or less. The acoustic coupler would do the job of converting serial data to audio and reconstituting it after its trip through the phone lines. Modems advanced, but have mostly given way to DSL, Cable, Fiber, and other high speed networking options.

In a decidedly retro move, [James Halliday] and [jerky] put a modern spin on that old idea. They used the webaudio API to send serial data to a remote Arduino. The hack uses a FET, a capacitor, and a few resistors. They didn’t quite build a real modem with the audio. Instead, they basically spoof the audio port into sending serial data and recover it with the external circuitry. They also only implement serial sending (so the Arduino receives) so far, although they mention the next step would be to build the other side of the connection.

Continue reading “Serial Data From The Web To An Arduino”