You can download our e-book ‘Learn Arduino from Scratch’ from this link Few weeks ago I heard my nephew (aged 7) complaining of the dark at night. Basically he was afraid 🙂 So I decided to put knowledge into practice and build a night lamp for kids. Since the project was intended for kids, I thought of making the lamp change color every now and then. It should also be… Read Article →
Monthly Archives: May 2016
Solar Power your Arduino
You can download our e-book ‘Learn Arduino’ from this link Solar panels or solar cells are becoming extremely popular as an alternative source of energy to power an Arduino. There are the 2 major setups which serve different purposes. First, the Arduino board can be powered directly from a solar panel or a set of solar panels. Secondly, and the more robust approach is to install a battery pack along… Read Article →
Arduino Beginner’s Course Lesson 6– Reading Sensor Data – Temperature TMP36
You can download our e-book ‘Learn Arduino’ from this link During this lesson, we will go through the process of reading sensor data, the TMP36 temperature sensor to be precise. First lets describe the sensor in more detail. The TMP36 (ebay) has a linear voltage to temperature output meaning there is no error correction to be calculated from our end, the sensor handles it brilliantly on its own. The following… Read Article →