Posts by Ibrar Ayyub:
How To Make An RC Rocket Launch System
Posted on: 25 Jul 2015
This instructable will show you how to make an RC launch system for your Estes rocket, which can be operated with a TV remote. What it does is it allows you to press the center button on your TV remote, and it’ll automatically launch your rocket. In this way it is basically a wireless version […]
Controlling your trains with an Arduino
Posted on: 25 Jul 2015
A quick introduction to the Arduino Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It’s intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. Arduino can sense the environment by receiving input from a variety of sensors and can affect its surroundings by controlling […]
Maximizing the Output from Solar Modules
Posted on: 24 Jul 2015
Monitoring is the key to unlocking the energy production of the solar cell. It is easy to lose efficiency through the use of circuit architectures that assume constant energy production when the solar environment is constantly changing. The change in current-voltage properties as a solar module heats up or receives more light can be an […]
Turning PC On with a Knock Using ATtiny45 and a Piezoelectric Sensor
Posted on: 24 Jul 2015
Today’s post is something I’ve prepared for a long time. Hardware-wise it’s a simple thing – ATtiny45 emulating a PS/2 device, sending a keypress when three knocks are detected in the attached piezoelectric sensor (or piezo buzzer as they are also called). But if your computer can boot on PS/2 keyboard input and you have […]
Throwduino Basic – Light-Sensing Flashing Throwie
Posted on: 24 Jul 2015
Throwies are great. They have a minimal parts count – 2 or 3 depending on whether you use a magnet – and produce a great effect. They are very cheap and easy but not highly efficient: 1) They are on all the time, so on average they waste half of their energy shining during the […]
Arduino Online Thermometer Project
Posted on: 24 Jul 2015
I have been researching a project which will help me with my understanding of electronics, networking, and programming. I decided to build an online thermometer which could be used in applications that need temperature monitoring. I currently work in a lab environment where I test, troubleshoot, and calibrate equipment which is installed in nuclear power plants […]
PUB! Programmable USB Button
Posted on: 23 Jul 2015
PUB! is a Programmable USB Button on which you can program a sequence of keystrokes. When you press the button those keystrokes are “replayed” over a USB connection. The button (which is really a rotary encoder with a built-in push button switch) is programmed using an innovative and slightly quirky interface that does not require […]
Pachube Client using Arduino
Posted on: 23 Jul 2015
This example shows you how to answer a HTTP request using an Ethernet shield. Specifically, it connects to pachube.com, a free datalogging site. The example requires that you set up a pachube.com account, as well as a pachube feed (for more information on setting up an input feed, please click here). Your Ethernet shield will […]
Graphing values in Arduino, the EASY Way!
Posted on: 23 Jul 2015
Sometimes when you’re testing a sensor or debugging a value in an Arduino project, you want to see something other than numbers flying by in the Serial Monitor. However, you want to get the sensor working quickly, and you don’t want to take the time to write code to graph it or display it in […]
RGB Color Sensor on Arduino
Posted on: 23 Jul 2015
The next board I want to show you is the ADJD-S371 Color Light Sensor Evaluation Board from sparkfun. It emits light and analyses the reflected color spectrum. The board can be controlled via I2C. The sleep and xclk pins were not used in this example. I found a really nice tutorial describing how to connect […]
