A couple of years I embarked on my own home automation project. It started off by building a server controlled 433 MHz transmitter build with an Arduino to switch lots of cheap PT2262 based remote switches. Later I added an Arduino based receiver for my weather station, hooked up the control contact of my EV […]
Projects
Arduino Joystick Mouse Control Code
Using the Mouse library, you can controls a computer’s onscreen cursor with an Arduino Leonardo, Micro, or Due. This particular example uses a pushbutton to turn on and off mouse control with a joystick. Cursor movement from the Arduino is always relative. So every time the analog input is read, the cursor’s position is updated […]
Instructables Hit Counter (ESP8266-01)
Some time ago, I tried to make an “Instructables Hit Counter” using the Instructables API, and an Arduino Uno with a wired network shield. However, with the limited RAM of the Arduino Uno, I was unable to get the system to work. A while ago, I noticed a similar project done by diytronics using a NodeMCU. This was just […]
Arduino The 5$ Karduinoss pad
So, looking at these Kaoss pads and alike hardware, I found that there is hardly any point in this device being so expensive, when you just want to use it as MIDI controller. Going through my parts bin, I found a Synaptics touchpad from an old laptop and figured this should just work as a replacement. […]
Arduino Modules – Flame Sensor
Quick and simple start guide for using and exploring the Flame Sensor module with an Arduino. The model in the example I am using is from Deal Extreme [DX] and can be found HERE. (The instructable for the Rain Sensor is now available!) Materials needed: Flame Sensor (model with an analog out) Male to Female […]
Control Servo Motor Using Accelerometer
Lets begin with another cool instructable. In this Instructable we will learn how to control the position of Servo Motor using Accelerometer with NodeMCU. Step 1: Things to Be Collected To begin with this instructable all you need is : Hardware Requirement ADXL335 : Accelerometer Sensor NodeMCU Servo Motor Connecting Wires ( Optional ) Bread […]
OLED Display (SPI) With Particle Photon
Particle Photon is a tiny micro controller, just about the size of an arduino nano. But the photon is designed for easy IoT prototyping, it supports OTA updates to its firmware. So all we have to do is get it connected to the internet and we could do all the programming wireless, the photon uses a […]
Read ASCII String using Arduino
This sketch uses the Serial.parseInt() function to locate values separated by a non-alphanumeric character. Often people use a comma to indicate different pieces of information (this format is commonly referred to as comma-separated-values), but other characters like a space or a period will work too. The values are parsed into ints and used to determine the color […]
Arduino Controlled Lego Lighthouse
Lighthouses have been guiding boats to safety for thousands of years. One of the earliest and most notable of these was the Pharos of Alexandria. This huge structure stood for nearly two thousand years. When deciding on a lego project, I wanted to build something practical, yet at the same time fun. Although I won’t […]
Romantic Led Heart SMD
Hi makers! This is my first instructables and I want to address some important things firts: I made this project with the idea of using the lest amount of tools so that everyone could do it! Even I don’t have lot’s of tools, only the strict necessary I’m not an electrical engineer or a coder, […]