For use on a solderless breadboard, the best I have found are just short pieces of 22AWG plated solid wire. Because I do a lot of breadboarding, I bought six different colors of wire, and I cut three different length pieces and strip about 3/16" of insulation from both ends. I use red for +V, black for ground, and the other four colors for signals. The different colors make it much easier to follow the circuit. You can buy premade jumpers, but they don't work as well for me as the ones I make from this.I'd like to breadboard first. Eventually it will become permanent when we hook it up to the light. And yes, I am using the psu in the BOM.
I did a quick search on DigiKey for jumper wires and got around 6k results. What am I looking at?
I'm not sure which connector you are referring to. In any event, you'll want to plug in the PSU and use a volt meter to determine which pin from the connector is + and which is -. The PSU only outputs 5VDC, so there is only + and -, no dedicated GND, though I always refer to - as GND in DC circuits.With the psu - I assume that the barrel connector tracecom recommended has a +, -, and ground pin which I connect via jumper wire to the parts on the breadboard? Am I far off?
Which schematic are you referring to? Tracecom includes a power circuit that allows you to use a PSU with a voltage rating anywhere from about 7 to 30VDC. The output (5VDC) is then connected anywhere you see 5VDC in the circuit.Also, looking at the schematic, I see that the power module is all on its own (i.e. no connections to any parts on the rest of the modules), so there's something I'm missing here right?
Capacitors and resistors serve a number of functions, but in this circuit they serve very simple roles. Nearly all the resistors serve as either pull-ups or pull-downs. These provide a + or - voltage to the pins of the ICs so that the IC's know if there is a signal or not. This prevents the inputs from "floating" and the ICs from acting randomly. The capacitors are simply used to filter electrical noise, also with the goal to help prevent the ICs from acting randomly.Connecting the pins to the various chips makes sense to me, it's the power aspect as well as the resistors/capacitors that sort of mess with my mind. I think I understand they are to make sure each component gets the right amount of electricity so they don't go poof - right?
Once the board is soldered and mounted to your breadboard, keep the jumper where it is on the board (closest to 01) and connect the 01 pin to pin 19 on the PICAXE. Connect the IN pin to pin 2 on the PICAXE. Connect 0V to GND as you've shown in your picture. This should allow your PC to communicate with the PICAXE now. Be sure there is 5VDC across pins 1 and 20 of your PICAXE. Pin 1 should be +, pin 20 should be -/GND.