Of all the various algorithms used in controlling systems; probably the most common, the most versatile, and the most useful algorithm is the Proportional, Integral, Derivative (PID) method. PID is a mathematical tool for efficiently affecting change in a system to get it to…
Hi folks! Check out the new Wilderness Labs Developer Portal! We’ve been kicking out tons of new developer content, and along with the launch of Netduino.Foundation, it became clear that we needed a better way to organize and navigate Netduino developer resources. The new…
Hey folks! Bryan Costanich here, cofounder of Wilderness Labs and I’m really excited to announce the biggest step forward for Netduino since it was created: Netduino.Foundation! Netduino.Foundation is an open source framework that greatly simplifies creating connected things using the .NET MicroFramework. At its…
In part 3 of this series, we enabled our connected coffee maker to be controlled via a Web API using Maple Server. In this part, we’re going to explore how to easily create a mobile app that runs on iOS, Android, and Windows, powered…
In part 2 of this series we built the core of the connected coffee maker by creating what was essentially a smart power outlet that we could control with a Netduino. After assembling the hardware, we deployed an application that controlled our relay to…