An Arduino is a popular open-source single-board microcontroller. Learn how to program one and let the possibilities take shape. By The Big Book Of Hacks Published ...
Chapter 1, page 11 This code is basic but allows the reader to gain insight into key elements for several other projects in this book. It combines two pieces of code that are listed in the examples ...
You may wonder why anyone would want to learn Morse code. You don’t need it for a ham license anymore. There are, however, at least three reasons you might want to learn it anyway. First, some people ...
I’m not a fan of educational toys. They’re usually either too educational or too toy-like and, in the end, kids get little education and little fun. The Code Kit from LittleBits has changed my mind.
Morse code used to be widely used around the globe. Before voice transmissions were possible over radio, Morse code was all the rage. Nowadays, it’s been replaced with more sophisticated technologies ...
The official Arduino IDE is a dour piece of software designed for uploading code to the ubiquitous and super-cool micro controller. It is a standalone, non-networked app that isn’t very pretty to look ...
These days, 433-MHz RF transmitter/receiver modules are very popular with electronics hobbyists and tinkerers. These cheap short-range radio modules can be used with almost all microcontrollers for a ...
This is a simple arduino project for a soil moisture sensor that will light up a LED at a certain moisture level. It uses Arduino Duemilanove microcontroller board. Two wires placed in the soil pot ...