Projects

Arduino powered Solar Battery Charger

Arduino powered Solar Battery Charger

The following design is for a Solar battery charger ran by an Arduino Nano. It can handle a standard lead acid 12V battery, like for a scooter or a car. Furthermore the design has been tested and runs with 90% efficiency under 70ᵒC (158ᵒF). It can take up to 20V on the input site of […]

Code generator for custom Android or Arduino menus

Code generator for custom Android or Arduino menus

Introduction This is the first of two instructables that make up a complete customizable Home Automation for Beginners example. See DIY Home Automation for Beginners for the second part. It is aimed at the absolute beginner. If you can handle a sharp knife without cutting your fingers off you can make and customize this home […]

DCF77 master clock MK2

DCF77 master clock MK2

Features Arduino 328 Microprocessor is used to decode and display Time & date from the DCF77 “Atomic” Clock in Mainflingen near Frankfurt Germany The DCF77 signal is decoded using the fantastic new DCF77 library written by Udo Klein meaning the clock stays in sync and keeps perfect even with a massive amount of noise on […]

FY8SAD1HYSIRXGX.LARGE

Arduino-powered LED Clock

A fun, simple LED clock, that will give you the time to the nearest half hour using single-color LEDs. Parts needed are as follows: Arduino Nano 400 tie-point Breadboard Ribbon Cable DS1307 RTC IC 32.768 kHz Crystal (12) 10mm LEDs (12) 180 Ohm resistors (2) 10k Ohm resistors 0.1″ spaced, 12 wire ribbon cable, 7″ […]

FCONW47HYL0N30C.LARGE

Arduino Programmable Constant Current Power Resistance Dummy Load

Glad to see you have arrived on this page to learn how to build a programmable constant direct current dummy load. This load will allow you to draw a set current from any source. This load can also be set to a constant resistance or a constant power. I have been working in the Electrical […]

Arduino Network Time Protocol

Network Time Protocol (NTP) Client using Arduino

In this example, you will use your Ethernet Shield and your Arduino to query a Network Time Protocol (NTP) server. This way, your Arduino can get the time from the Internet. Circuit The Ethernet shield allows you to connect a WizNet Ethernet controller to the Arduino via the SPI bus. It uses pins 10, 11, […]

wire go kart

Drive by wire go kart using Arduino

I just got a new go kart engine, i went from 6hp to 10hp. This new kohler engine I got I think was not built to put on a go kart, so I had some trouble finding a way to attach the gas petal. Well after a few days of not really figuring anything out, […]

Programming Arduino Wirelessly

Programming Arduino Wirelessly

The Arduino system offers an easy and open-source method for programming microcontrollers. Normally this means using a serial cable or USB cable attached directly to the microcontroller project. But what if your project is floating in a weather balloon, glued to the bottom of a swimming pool or baked into a loaf of bread? It would be […]

Put a Cylon in it

Put a Cylon in it!

Last year the comedy sketch show ‘Portlandia’ made fun of an arts and craft trend, where craft artists would take ordinary items and ‘put a bird on it’.  I fell victim to a similar trend in the geek crowd:  Take an ordinary silver item and add LEDs to ‘put a cylon in it’.  🙂 When […]

Water Flow Gauge

Water Flow Gauge using Arduino

Measuring the consumption of a resource that has units by volume can be more tricky than it sounds. Use of resources such as water, gas, and even electricity is typically measured by gauges that determine either instantaneous flow rate or cumulative volume over time. Both techniques have problems: measuring flow rate at frequent intervals allows […]

Scroll to Top