Skip to content

Commit

Permalink
readme housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
tardate committed Apr 25, 2015
1 parent b72eda1 commit 9da611c
Showing 1 changed file with 59 additions and 58 deletions.
117 changes: 59 additions & 58 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Feel free to borrow liberally, and if you spot any issues do let me know. See th
Projects that have been taken all the way to a full build i.e. the ones that didn't get ripped apart for spares as soon as they were done!

* [FretBoard](./FretBoard) - a multi-project build status indicator, that pulls software build status from the net and animates the status of up to 24 projects with an LED array. Look at the picks to discover why it is called "The FretBoard"
* [Girabot](./Girabot) - my EE40LX Electronic Interfaces project
* [Girabot](./Girabot) - EE40LX Electronic Interfaces robot project
* [MeLEDy](./Electronics101/MeLEDy) - simple volume level indicator


Expand All @@ -27,65 +27,66 @@ Projects that have been taken all the way to a full build i.e. the ones that did

## Project Index

| Project | Category | Description |
|---------------|----------|-------------|
| [Arduino Internals](./playground/Internals) | Arduino | report on Arduino Board internals |
| Project | Category | Description |
|--------------------------------------------------------------|----------------------------|-------------------------------------------|
| [Arduino Internals](./playground/Internals) | Arduino | report on Arduino Board internals |
| [AsyncLedStripEffects](./LEDArrayDemos/AsyncLedStripEffects) | LED Array, Timing, Arduino | demo effects on the LED strip driven using timer interrupt |
| [Blink](./playground/Blink) | LED, Arduino | the simplest blinking LED, with some electrical measurements thrown in |
| [BlinkPrecision](./playground/BlinkPrecision) | LED, Timing, Arduino | use a timer to perform a function on a precise schedule |
| [CapacitanceTester](./Electronics101/CapacitanceTester) | LCD, RC, Arduino | capacitor tester with LCD output |
| [Capacitorial](./Electronics101/Capacitorial) | RC | graphing capacitor discharge with Processing |
| [Comparator741](./Electronics101/Comparator741) | OpAmp | demo LM741 OpAmp comparator mode (with PWM-to-analog side-topic) |
| [El Jarabe Tapatío](./playground/JarabeTapatio) | Audio, Arduino | play The Mexican Hat Dance on a piezo buzzer with LM 386 amplification |
| [ElectretADC](./playground/ElectretADC) | Audio, Arduino | convert electret signal to a full range analog input with an LM324 preamp and plot the raw and aplified signals |
| [ElectretTrigger](./playground/ElectretTrigger) | Sensors, Audio, OpAmp, Arduino | uses an electret microphone and LM324 amplifier to trigger action when over audio threshold |
| [FunctionGenerator324](./Electronics101/FunctionGenerator324) | OpAmp, Oscillators | LM324 configured as a low-frequency square, triangle, sine, and cosine function generator |
| [FretBoard](./FretBoard) | LED Array, Arduino | a multi-project build status indicator, that pulls software build status from the net and animates the status of up to 24 projects with an LED array |
| [Gates - Basic Transistor AND](./Electronics101/BasicAND) | Logic Gates | the classic 2-transistor design |
| [Gates - Simplest 1-Transistor Inverter](./Electronics101/SimplestInverter) | Logic Gates | |
| [Gates - Simplest 2-Transistor NAND](./Electronics101/SimplestNAND) | Logic Gates | |
| [HeartQuotes](./playground/HeartQuotes) | LCD, Ethernet, Arduino | press a button to get a quote from the net and display on an LCD |
| [HitTheLights](./playground/HitTheLights) | LCD, Human Input, Arduino | simple LED game with LCD output and interrupt-driven button input |
| [It's Better With Bacon](./playground/BetterWithBacon) | LCD, Arduino | simple LCD test |
| [JoystickServoControl](./playground/JoystickServoControl) | Human Input, Arduino | controlling two servos with a joystick |
| [LDRComparator](./Electronics101/LDRComparator) | Sensors, OpAmp, Arduino | Low-light/proximity Trip Detector demonstration using LM324 and LDR/Wheatstone Bridge sensor |
| [LDRStereoTripDetector](./Electronics101/LDRStereoTripDetector) | OpAmp | demo LM324 OpAmp as threshold trigger for stereo LDR/Wheatstone Bridge sensor |
| [LED chaser](./playground/LedChaser) | LED, Arduino | |
| [LEDArrayDemos](./LEDArrayDemos) | LED Array, Arduino | Intro and Setup.. I bought some [WS2811-based LED Strips](http://www.aliexpress.com/item/IP68-12mm-WS2811-as-WS2801-led-pixel-module-IP68-waterproof-DC5V-full-color-RGB-50pcs-a/1932649085.html) with a specific project in mind. But first, need to get them working... |
| [LightOrNot](./playground/LightOrNot) | Sensors, Arduino | uses an LDR to adjust the blink rate of an LED |
| [LM317 Adjustable Regulator](./Electronics101/Power317) | Power | test and graph the adjustable voltage supply |
| [LM7805 5V Regulated Supply](./Electronics101/Power7805) | Power | test and graph the voltage supply |
| [MB102 3.3/5V Breadboard Supply](./Electronics101/PowerMB102) | Power | demo an MB102 power supply unit |
| [MeLEDy](./Electronics101/MeLEDy) | Audio | use an electret microphone to light a series of LEDs in proportion to volume |
| [Monostable](./Electronics101/555Timer/Monostable) | 555 Timer | basic monostable mode using an Arduino and processing to plot the output |
| [MotorControlPWM](./playground/MotorControlPWM) | Motors, Arduino | tests PWM speed control of a DC motor driven by an Arduino |
| [NonInverting324](./Electronics101/NonInverting324) | OpAmp | demo LM324 OpAmp non-inverting DC gain mode |
| [Popcorn](./playground/Popcorn) | Audio, Arduino | How to make a piezo buzzer even more annoying? Make it play popcorn! |
| [Pushbutton LED switch](./playground/PushbuttonLED) | LED, Arduino | |
| [Quad Latch](./Electronics101/QuadLatch) | 74xx TTL | graph the basic operation of the 74LS75 4-bit bistable latch |
| [RangeFinder](./playground/RangeFinder) | Sensors, Arduino | proximity/distance measurement with an HC-SR04 untrasonic ranging module |
| [RCOscillator](./Electronics101/RCOscillator) | Oscillators | simple RC/transistor multistable vibrator |
| [RelayControlTest](./playground/RelayControlTest) | Servo, Arduino | quick test to drive a motor with a common relay using NPN switching circuit under Arduino control |
| [RelayModuleTest](./playground/RelayModuleTest) | Servo, Arduino | quick test of a common relay board to switch a motor under Arduino control |
| [RGBCalibrate](./LEDArrayDemos/RGBCalibrate) | LED Array, Arduino | quick test to make sure LEDs are correctly addressable and their color can be set correctly |
| [Schmitt Inverter](./Electronics101/SchmittInverter) | 74xx TTL | graph the basic operation of the 74LS14 Hex Inverter with Schmitt Trigger Inputs |
| [ServoTest](./playground/ServoTest) | Servo, Arduino | test the positioning accuracy of a servo motor driven by an Arduino |
| [Shifty](./playground/Shifty) | LED, Arduino | drive 8 LEDs with 3 pins using a 74HC595 shift register |
| [Simple 7-segment display](./playground/Simple7SegmentDisplay) | 7-Segment, Arduino | test 7-segment common cathode display |
| [SimpleChime](./Electronics101/555Timer/SimpleChime) | 555 Timer | play a sound for a fixed duration when a button is pressed |
| [SimpleSiren](./Electronics101/555Timer/SimpleSiren) | 555 Timer | classic timer circuit producing a two-tone oscillation |
| [StereoLightTrigger](./playground/StereoLightTrigger) | Sensors, Arduino | demo an interrupt-driven method for responding to LDR light threshold triggers |
| [StripTease](./LEDArrayDemos/StripTease) | LED Array, Arduino | demo a range of effects on the LED strip |
| [Square Wave - 555 astable oscillator](./Electronics101/555Timer/AstableOscillator) | 555 Timer, Oscillators | using a 555 timer to generate a square wave and an Arduino and processing to plot the output |
| [Square Wave - LM324 Oscillator](./Electronics101/LM324Oscillator) | OpAmp, Oscillators | using an LM324 OpAmp to generate a square wave |
| [Square Wave - Schmitt Oscillator](./Electronics101/SchmittOscillator) | 74xx TTL, Oscillators | using an 74LS14 Hex Inverter with Schmitt Trigger Inputs to generate a square wave |
| [Switch - NPN](./Electronics101/SwitchNPN) | BJT | small-signal digital switch with NPN BJT |
| [Switch - PNP](./Electronics101/SwitchPNP) | BJT | small-signal digital switch with PNP BJT |
| [Blink](./playground/Blink) | LED, Arduino | the simplest blinking LED, with some electrical measurements thrown in |
| [BlinkPrecision](./playground/BlinkPrecision) | LED, Timing, Arduino | use a timer to perform a function on a precise schedule |
| [CapacitanceTester](./Electronics101/CapacitanceTester) | LCD, RC, Arduino | capacitor tester with LCD output |
| [Capacitorial](./Electronics101/Capacitorial) | RC | graphing capacitor discharge with Processing |
| [Comparator741](./Electronics101/Comparator741) | OpAmp | demo LM741 OpAmp comparator mode (with PWM-to-analog side-topic) |
| [El Jarabe Tapatío](./playground/JarabeTapatio) | Audio, Arduino | play The Mexican Hat Dance on a piezo buzzer with LM 386 amplification |
| [ElectretADC](./playground/ElectretADC) | Audio, Arduino | convert electret signal to a full range analog input with an LM324 preamp and plot the raw and aplified signals |
| [ElectretTrigger](./playground/ElectretTrigger) | Sensors, Audio, OpAmp, Arduino | uses an electret microphone and LM324 amplifier to trigger action when over audio threshold |
| [FunctionGenerator324](./Electronics101/FunctionGenerator324) | OpAmp, Oscillators | LM324 configured as a low-frequency square, triangle, sine, and cosine function generator |
| [FretBoard](./FretBoard) | LED Array, Arduino | a multi-project build status indicator, that pulls software build status from the net and animates the status of up to 24 projects with an LED array |
| [Gates - Basic Transistor AND](./Electronics101/BasicAND) | Logic Gates, BJT | the classic 2-transistor design |
| [Gates - 1-Transistor Inverter](./Electronics101/SimplestInverter) | Logic Gates, BJT | Simplest 1-Transistor Inverter |
| [Gates - 2-Transistor NAND](./Electronics101/SimplestNAND) | Logic Gates, BJT | Simplest 2-Transistor NAND |
| [Girabot](./Girabot) | Sensors, OpAmp, Arduino | EE40LX Electronic Interfaces robot project |
| [HeartQuotes](./playground/HeartQuotes) | LCD, Ethernet, Arduino | press a button to get a quote from the net and display on an LCD |
| [HitTheLights](./playground/HitTheLights) | LCD, Human Input, Arduino | simple LED game with LCD output and interrupt-driven button input |
| [It's Better With Bacon](./playground/BetterWithBacon) | LCD, Arduino | simple LCD test |
| [JoystickServoControl](./playground/JoystickServoControl) | Human Input, Arduino | controlling two servos with a joystick |
| [LDRComparator](./Electronics101/LDRComparator) | Sensors, OpAmp, Arduino | Low-light/proximity Trip Detector demonstration using LM324 and LDR/Wheatstone Bridge sensor |
| [LDRStereoTripDetector](./Electronics101/LDRStereoTripDetector) | OpAmp | demo LM324 OpAmp as threshold trigger for stereo LDR/Wheatstone Bridge sensor |
| [LED chaser](./playground/LedChaser) | LED, Arduino | |
| [LEDArrayDemos](./LEDArrayDemos) | LED Array, Arduino | Intro and Setup.. I bought some [WS2811-based LED Strips](http://www.aliexpress.com/item/IP68-12mm-WS2811-as-WS2801-led-pixel-module-IP68-waterproof-DC5V-full-color-RGB-50pcs-a/1932649085.html) with a specific project in mind. But first, need to get them working... |
| [LightOrNot](./playground/LightOrNot) | Sensors, Arduino | uses an LDR to adjust the blink rate of an LED |
| [LM317 Adjustable Regulator](./Electronics101/Power317) | Power | test and graph the adjustable voltage supply |
| [LM7805 5V Regulated Supply](./Electronics101/Power7805) | Power | test and graph the voltage supply |
| [MB102 3.3/5V Breadboard Supply](./Electronics101/PowerMB102)| Power | demo an MB102 power supply unit |
| [MeLEDy](./Electronics101/MeLEDy) | Audio | use an electret microphone to light a series of LEDs in proportion to volume |
| [Monostable](./Electronics101/555Timer/Monostable) | 555 Timer | basic monostable mode using an Arduino and processing to plot the output |
| [MotorControlPWM](./playground/MotorControlPWM) | Motors, Arduino | tests PWM speed control of a DC motor driven by an Arduino |
| [NonInverting324](./Electronics101/NonInverting324) | OpAmp | demo LM324 OpAmp non-inverting DC gain mode |
| [Popcorn](./playground/Popcorn) | Audio, Arduino | How to make a piezo buzzer even more annoying? Make it play popcorn! |
| [Pushbutton LED switch](./playground/PushbuttonLED) | LED, Arduino | |
| [Quad Latch](./Electronics101/QuadLatch) | 74xx TTL | graph the basic operation of the 74LS75 4-bit bistable latch |
| [RangeFinder](./playground/RangeFinder) | Sensors, Arduino | proximity/distance measurement with an HC-SR04 untrasonic ranging module |
| [RCOscillator](./Electronics101/RCOscillator) | Oscillators | simple RC/transistor multistable vibrator |
| [RelayControlTest](./playground/RelayControlTest) | Servo, Arduino | quick test to drive a motor with a common relay using NPN switching circuit under Arduino control |
| [RelayModuleTest](./playground/RelayModuleTest) | Servo, Arduino | quick test of a common relay board to switch a motor under Arduino control |
| [RGBCalibrate](./LEDArrayDemos/RGBCalibrate) | LED Array, Arduino | quick test to make sure LEDs are correctly addressable and their color can be set correctly |
| [Schmitt Inverter](./Electronics101/SchmittInverter) | 74xx TTL | graph the basic operation of the 74LS14 Hex Inverter with Schmitt Trigger Inputs |
| [ServoTest](./playground/ServoTest) | Servo, Arduino | test the positioning accuracy of a servo motor driven by an Arduino |
| [Shifty](./playground/Shifty) | LED, Arduino | drive 8 LEDs with 3 pins using a 74HC595 shift register |
| [Simple 7-segment display](./playground/Simple7SegmentDisplay) | 7-Segment, Arduino | test 7-segment common cathode display |
| [SimpleChime](./Electronics101/555Timer/SimpleChime) | 555 Timer | play a sound for a fixed duration when a button is pressed |
| [SimpleSiren](./Electronics101/555Timer/SimpleSiren) | 555 Timer | classic timer circuit producing a two-tone oscillation |
| [StereoLightTrigger](./playground/StereoLightTrigger) | Sensors, Arduino | demo an interrupt-driven method for responding to LDR light threshold triggers |
| [StripTease](./LEDArrayDemos/StripTease) | LED Array, Arduino | demo a range of effects on the LED strip |
| [Square Wave - 555](./Electronics101/555Timer/AstableOscillator) | 555 Timer, Oscillators | using a 555 timer to generate a square wave and an Arduino and processing to plot the output |
| [Square Wave - LM324](./Electronics101/LM324Oscillator) | OpAmp, Oscillators | using an LM324 OpAmp to generate a square wave |
| [Square Wave - Schmitt](./Electronics101/SchmittOscillator) | 74xx TTL, Oscillators | using an 74LS14 Hex Inverter with Schmitt Trigger Inputs to generate a square wave |
| [Switch - NPN](./Electronics101/SwitchNPN) | BJT | small-signal digital switch with NPN BJT |
| [Switch - PNP](./Electronics101/SwitchPNP) | BJT | small-signal digital switch with PNP BJT |
| [Triangle Wave - 555](./Electronics101/555Timer/TriangleWaveGen) | 555 Timer, Oscillators | generate a triangle wave with 555 timer and RC integrator |
| [TwoToneDoorbell](./Electronics101/555Timer/TwoToneDoorbell) | 555 Timer, Oscillators | basic two-tone doorbell using a 555 timer oscillator, with n-channel FET for power conservation |
| [Variable LED brightness (PWM)](./playground/VariableLED) | LED, Arduino | |
| [X113647Stepper](https://github.com/tardate/X113647Stepper) | Stepper, Arduino | It's common to find the 28BYJ-48 stepper motor and a X113647 Stepper Motor Driver Board in Arduino starter kits. However documentation is scant and the board is not exactly compatible with the standard Stepper library. See the [X113647Stepper github page](https://github.com/tardate/X113647Stepper) for details of the library, example programs, and custom Fritzing parts for the components. |
| [Zener Regulated 5V Source](./Electronics101/PowerZener) | Power | test and graph a power supply regulated with a 1N4733 zener diode |
| [TwoToneDoorbell](./Electronics101/555Timer/TwoToneDoorbell) | 555 Timer, Oscillators | basic two-tone doorbell using a 555 timer oscillator, with n-channel FET for power conservation |
| [Variable LED brightness (PWM)](./playground/VariableLED) | LED, Arduino | |
| [X113647Stepper](https://github.com/tardate/X113647Stepper) | Stepper, Arduino | It's common to find the 28BYJ-48 stepper motor and a X113647 Stepper Motor Driver Board in Arduino starter kits. However documentation is scant and the board is not exactly compatible with the standard Stepper library. See the [X113647Stepper github page](https://github.com/tardate/X113647Stepper) for details of the library, example programs, and custom Fritzing parts for the components. |
| [Zener Regulated 5V Source](./Electronics101/PowerZener) | Power | test and graph a power supply regulated with a 1N4733 zener diode |


# Getting Up and Running
Expand Down

0 comments on commit 9da611c

Please sign in to comment.