Bridging out from my last post on the 555 timer LED Blinkie, I decided to make something a bit more exciting. I had an idea for a pocket strobe light/flashlight I wanted to build with an adjustable potentiometer. It’s a variation on my original 555 Timer Blinkie Circuit but with a potentiometer that allows you to adjust the frequency of the blink, giving you a strobe like effect. Ideally I’d like to make a version that responds to sound with a sensor but manual input works for now.
Our 555 timer circuit today utilizes the astable operating mode with a 10k potentiometer to adjust the speed of the flash. We will be doing both breadboard and PCB design in this tutorial.
Let's Lay it Out on Our BreadboardFirst things first, layout the components we need to use for the circuit.
Using the diagram below, place the components on your breadboard. Note that only 2 of the 3 leads on the potentiometer are used.
If you placed the components correctly your LED should start to blink at an increased speed when you adjust the potentiometer.
With our circuit mocked out and working on the breadboard let’s design it in Patchr and make a PCB. Below is a new diagram that shows how the additional 8 LEDs are laid out. I added power lines on either side of the LEDs to make sure we had even distribution and there was as little dimming occurring across the LEDs.
First thing we need to do is create a new project and start drawing the footprint of our PCB. I wanted mine to be as slender as possible, so I measured the width of my 9v battery (26 mm) and made it the width of the “handle" of my PCB. Due to the limitations of the build volume of my Bantam Tools PCB Mill, I made the height 120 mm with a little wiggle room.
You can really make it whatever size/shape you want but I was going for a Men in Black Neuralyzer feel:
Now that the footprint is drawn, let’s place the components. I made sure to leave room for the 9v battery to sit double sided taped to the back of the PCB so all the components should be higher up on the board. I placed the switch and the potentiometer on one side of the board so that I could easily adjust the speed with one hand. I went ahead and annotated the screen capture with what values go where for each component.
The 555 timer comes in a generic PDIP package (8 pins with 4 evenly spaced on 2 sides) so we can use any 8-pin through-hole IC, I chose the ATtiny85 for this layout. A few helpful shortcuts to speed up your layout:
- Copy & Paste: Select a component on the board, press Command + C, Command + V
- Rotate a Component: Select the component then select and hold one of the corners of the bounding box or Command + R
Now we will use our breadboard design and the diagram above to route our PCB! Here are a few helpful keyboard shortcuts:
- Switch to top side of the PCB: Command + 1
- Switch to bottom side of the PCB: Command + 2
- Rotate a component: Command + R
- Toggle pad view vs component view: Command + P (removes all the components icons to reveal the component footprints)
- Show ghosted image of routes on the opposite side of the PCB: Command + H
Once you are finished, hit export and send it out for manufacturing or mill it at home!
AssemblyWith your PCB manufactured, solder your components to the board. Refer back to your Patchr project and the circuit diagrams as you are assembling for reference.
With the components assembled… Party on, Garth!
Comments