One of best things about traveling, especially to other countries, is stumbling across something that may be commonplace to the locals but which is new and interesting to you. I was recently in Florence, Italy and happened upon an intriguing approach to a common civil engineering problem that uses a big ole’ robotic arm on a truck.

Continue reading

FacebookTwitterGoogle+EmailEvernotePocket

Echo Kodi Integration

 

In Part 1 of this article, I described the structure and requirements for making an app, a “Skill”, for the Amazon Echo. Now it’s time to put that into practice and get into the code for a fully-functional Skill.

For this project, I wanted to be able to ask the Echo about new shows on my Kodi media center. Thanks to PVR technology, we’ve completely lost track of the schedule for new TV show episodes. So typical questions around the house include, “do we have anything to watch?” and “do we have a new episode of Modern Family?” Let’s get the Echo to answer those questions!

Continue reading

FacebookTwitterGoogle+EmailEvernotePocket

balloon_filled_room_5It’s a good bet that sometime in your life, you or someone you know has suggested filling a friend’s room/dorm/cubicle with balloons as a surprise for a birthday or other celebration. It’s one of those ideas that keeps coming up. But how practical is it, really? How many balloons would it take? How long would it take to blow them all up?

Well, my daughter had a birthday party and wanted a room full of balloons that she and her friends could dive into, crawl around in, and generally have fun. This was the perfect opportunity to find out what it really took make a balloon-filled room.

Continue reading

FacebookTwitterGoogle+EmailEvernotePocket

When writing an app, or “skill” for the Amazon Echo, you have to provide examples of how your users might phrase their requests. Lots and lots of examples. Doing this by hand can be a ton of work, especially when you’re still developing and you have to go back and make edits to all of your examples.

So I created an online tool that makes it easier and faster to build your utterance examples. Read on to learn more about defining example utterances and how the online tool can make it painless.

Continue reading

FacebookTwitterGoogle+EmailEvernotePocket

Amazon Echo App Diagram

When I got my Amazon Echo, it seemed like a natural fit into my home automation setup, allowing me to add voice control and speech output.

Except it wasn’t.

I don’t use the very few devices that the Echo knows how to control, and Amazon didn’t provide any way to extend or customize the Echo’s functionality. Intrepid hackers who’d come before me had used the To Do List feature for a rudimentary, if unnatural, way to build custom voice-controlled actions. I took it in a different direction by using fake WeMo devices, which I described in Amazon Echo and Home Automation, and that worked pretty well.

I spent a few evenings getting the virtual WeMo devices to work. And the very next day, Amazon released their SDK. Time to take things to the next level.

Continue reading

FacebookTwitterGoogle+EmailEvernotePocket

Spoiler Alert!
Literally the day after I got the Echo to work with my home automation, there were a flurry of announcements about the Alexa Skills Kit. That’s a subject for another post. It turns out that this hack to do direct home automation is a better experience than what you can get by making an Echo “app”.

Anyone who has taken steps toward home automation can probably relate to the feeling of wrongness that the Amazon Echo has such limited options for integrating into a smart home. I don’t use the Belkin WeMo system or Philips Hue light bulbs. But it just seems like I should be able to say, “Alexa, turn on the kitchen light” and make it work with my setup. There’s just enough already built in that not being able to do this is frustrating.

Here’s what I did to get it to work. My solution is general enough that it can be easily tweaked to work with many different technologies as long as you’ve got some kind of API available.Continue reading

FacebookTwitterGoogle+EmailEvernotePocket