Custom Cortana MQTT Commands

 

image Cortana can easily be extended to aid you with your DIY home automaton projects. In this example Cortana sends MQTT commands to open and close a garage door as well as ring the doorbell with custom jingles. By the way, you don’t have to use MQTT, you can also do a whole lot of other things as well from opening a file, opening a program, or launching your favorite websites.

As of the writing of this entry I am frantically trying to finish documenting the MQTT Doorbell and Garage Door Opener devices in separate posts. Hopefully I can get those whipped out in a few days.

Read moreCustom Cortana MQTT Commands

DIY Arduino Oscilloscope with the Nokia 3310 GLCD screen

I’ve seen videos on YouTube using an Arduino and a Graphical LCD screen (GLCD) to create a simple Oscilloscope. The annoying thing is that I found no help whatsoever on how to build one. I spent a few days figuring out how to use the Nokia 3310 LCD screen and then figuring out how to sample an analog port to create a fun oscilloscope effect.

Read moreDIY Arduino Oscilloscope with the Nokia 3310 GLCD screen

Automatic chicken door version two.

As it is getting cold again and my chickens made it through the summer just fine, it is time to revisit and revitalize my automatic chicken door.

The older model was a large door that slid on a track that would get leaves, snow, and ice messing the whole thing up. Also the mecanisim that opened the door was a string that tension was held on with springs, the string would knot up and stop working, blowing the fuse sometimes.

Read moreAutomatic chicken door version two.

How to program an Arduino

The absolute beginners guide to programming an Arduino Duemilanove for the first time. I will take you through downloading the Arduino programming software, configuring the software, writing your first program, sending it to the Arduino, and testing operation.

Read moreHow to program an Arduino