• Stars
    star
    661
  • Rank 68,192 (Top 2 %)
  • Language
    C++
  • License
    MIT License
  • Created about 10 years ago
  • Updated 30 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

a collection of "Little Electronic & Arduino Projects", most involving electronics or an Arduino in one way or another!

713 Little Electronic Art Projects

Latest addition✨ Laser Harp Kit - Build and test an 8051-based laser harp kit.

Just my collection of projects, many involving electronics or an Arduino in one way or another. Some are full builds (like The FretBoard), while many are trivial breadboard kata, intended to test or explore a single idea.

Many are variations of things found wild on the net, or inspired by ideas from the sources such as:

Feel free to borrow liberally, and if you spot any issues do let me know. See the individual projects for credits where due. There are even now a few projects contributed by others - send your own over in a pull request if you would also like to add to this collection.

The LEAP Project Index

The best way to browse the projects is to take a look at the LEAP Catalog. It's actually a static web site generated directly from the repository. Try it out:

leap-splash

Getting Up and Running

Some projects require additional libraries including FastLED, FlexiTimer2, RadioHead. A set of such libraries are included as submodules of this repository, see the libraries/ page for more information on the included libraries and submodule management.

For Arduino projects, I have the Arduino IDE sketchbook location (in preferences) set to the root of this repository. This makes all the projects available to me in the IDE, and automatically includes libraries that are linked as git submodules in the libraries/ folder.

If you don't have the Arduino IDE setup this way, libraries can be retrieved with git, or you can just install them separately as you would any other library.

If you clone this repo, also update the submodules to have them available for compilation:

git submodule update --init

To pull submodule updates later on:

git submodule foreach git pull

More Repositories

1

jtab

Guitar Tab Notation for the Web (Javascript/CSS/SVG)
JavaScript
172
star
2

jquery.addtocalendar

jQuery UI widget that provides "Add to Calendar" functionality. Supports an extensible range of calendar services - desktop and web-based
JavaScript
93
star
3

authlogic_rpx

Authlogic plugin to provide RPX support NB: Rails 3.2+ support is becoming an issue and I am not actively trying to keep this project updated (in favour of devise-based authentication). If anyone wishes to rescuscitate this project for Rails 3.2 and beyond please let me know and perhaps we could discuss transferring project ownership
Ruby
74
star
4

rails-twitter-oauth-sample

Sample rails application using twitter oauth
Ruby
53
star
5

rails-authlogic-rpx-sample

Sample rails application using Authlogic with RPX for authentication
Ruby
31
star
6

pdf-reader-turtletext

a library that can read semi-structured positional text from PDFs. Ideal for assembling structured data from invoices and the like.
Ruby
29
star
7

X113647Stepper

Arduino library and Fritzing parts for the X113647 stepper board
C++
29
star
8

kalinka

HTML
26
star
9

rfc3339date.js

Adds ISO 8601 / RFC 3339 date parsing to the Javascript Date object
JavaScript
19
star
10

vpd

Experimental virtual private database support for rails. No longer under development - recommend you look at the apartment gem instead.
Ruby
13
star
11

cupcakesinc

Sample "web store" for my ActiveWarehouse/ActiveWarehouse-ETL test
Ruby
10
star
12

LittleCodingKata

my collection of programming exercises, research and code toys
JavaScript
10
star
13

visual555

555 Timer calculator/simulator with HTML5 Canvas
CoffeeScript
9
star
14

megar

Megaargh! A Ruby wrapper for the Mega API (mega.co.nz)
Ruby
8
star
15

ebook-toolchains

Examples of various ways to make an ebook
Ruby
6
star
16

TextFinder

port to GitHub of source from http://playground.arduino.cc/Code/TextFinder
C++
6
star
17

rgovdata

really simple access to government data sets for ruby
Ruby
6
star
18

noagenda_dashboard

NoAgendaDashboard.com site source
JavaScript
5
star
19

sources

a legacy collection of sources and scripts that were probably mentioned or shared on a blog at some time or other
Perl
4
star
20

sps_bill_scanner

The home of the sps_bill gem: an SP Services PDF bill structured data reader
Ruby
4
star
21

tree-sync

Perl tree-sync project, originally created by Chang Liu
Perl
3
star
22

cupcakesinc-dashboard

Sample "dashboard/warehouse UI" for my ActiveWarehouse/ActiveWarehouse-ETL test
Ruby
2
star
23

blog.tardate.com

Jekyll-based blog source
HTML
2
star
24

igp

It goes PING!
Ruby
2
star
25

minime

Just a personal rails sample project for testing various rails thingys
Ruby
1
star
26

w00tify

web 2.0 gadgets and helpers for rails
Ruby
1
star
27

rgovdata_site

Documentation and example site for the RGovData gem
JavaScript
1
star
28

arduino-new-ping

convenience mirror of https://bitbucket.org/teckel12/arduino-new-ping/
C++
1
star
29

gitfalls

a collection of git curiosities and idiosynchrasies for your forking pleasure
Shell
1
star
30

Julienne

...exploring an idea to bring multi-dimensional/OLAP capabilities to ruby
1
star