Skip to content

This repository houses all my fully blown Arduino projects that are more than just tinkering with some components.

Notifications You must be signed in to change notification settings

hmbusch/Arduino-Projects

Repository files navigation


Arduino-Projects

URL: https://github.com/hmbusch/Arduino-Projects


Whereas the Arduino-Experiments Repository only contains snippets and small examples of how to do certain things with the Arduino, this repository contains larger projects, often accompanied by some form of hardware design. When 'Experiments' is the toolbox, then this is the final product. Or sort of... whatever. Enjoy!

Contents

1 - StepperDriver

The StepperDriver is just what it claims to be: a simple design for a stepper motor controller that uses a L297/L298 combination and can be built using a single sided pcb (ok, you have to add a lot of bridge wires, but it's still easier than etching a double sided pcb). The project currently consists only of the TARGET 3001! schematics, but it uses a fairly standardized interface with the same pins as most other stepper controllers.

The StepperDriver is based on the RepRap Stepper Motor Driver 1.2.

In fact, I only removed some components (like the min/max sensors) and created a completely new board layout so that everything can be home etched.

2 - Solar Meter

The solar meter is a voltage measurements circuit for monitoring my small solar power installation.

3 - LED-Matrix

This project features an DIY 8x8 LED matrix together with a controller board that uses a shift register and a decade counter. Sample code for scrolling text on the matrix is also provided.

The code relies heavily on code orignally provided at: Wise Time With Arduino - Scrolling text on the Dual RG matrix shield

4 - Breakouts

This is an experimental series of small breakout pcbs that provide a simple way of connecting components to the Arduino and that provide all the necessary circuitry, such as pull-up/down resistors.

Additional projects

There are several older projects or those that are still in progress. You can find these in the dev branch of this git repository.

About

This repository houses all my fully blown Arduino projects that are more than just tinkering with some components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published