r/breadboard • u/IllustriousGround143 • 1d ago
r/breadboard • u/Available-Tennis-624 • 3d ago
Batteries in series
Enable HLS to view with audio, or disable this notification
So I connected 4 LEDs in series. The forward voltage was around 2.2V. I was initially using a 9V battery. It didn't work very well and took me a while to realise that I need more voltage. I don't have a fancy set up so the only option was to use another 9V volt battery in series to double the voltage output. Couldn't get the connections properly in my first try but finally made it work.
r/breadboard • u/Top-Wolverine3359 • 4d ago
Question help with Protobotd
It's my class practice, but I feel like something's missing for it to work well. If anyone could help me, I would be very grateful.
r/breadboard • u/TheBlackDon • 5d ago
Project DIY 3D Printed LED Roulette Wheel | ESP32 C3 Project
r/breadboard • u/Available-Tennis-624 • 6d ago
Project Another project with a capacitor
Enable HLS to view with audio, or disable this notification
This one creates a fading out effect in an LED. I have used a 4700uf capacitor. I have tried with a capacitor in series and in parallel to the led. I got the same fade out effect but the difference in series was that once the capacitor was fully charged it acted more like an open circuit.
I am still looking for more project ideas for capacitors and then later go for transistors and diodes. The goal is eventually to watch, understand and make my own 8 bit computer.
The video, shows the capacitor in parallel. The capacitor was too big so I used jumper wires to make the connection.
r/breadboard • u/Queasy-Eye1963 • 7d ago
Help on Time delay circuit
So i gotta make a RC time delay circuit with 10v Voltage source as my input and 7v reference source going into my Vin- pin of my pcb. I’m pretty new to breadboarding and not sure why i’m not getting either LED to even turn on let alone get that proper time. if yall could give ur input on what i could do to make it work.
r/breadboard • u/SpecialistRare832 • 7d ago
Breadboard Fire detector circuit using BC547 transistor
galleryr/breadboard • u/Angrypug06 • 7d ago
Help with led chaser
Sorry for my bad english, im trying to do a 9 LED chaser in cascade like in the image but in a protoboard, but when i connect the return to the first transistor, the circuit lose the "cascade" and starts iluminating like christmas lights, what can i do or change so the circuit cycles. Thanks for the help
r/breadboard • u/Yeagerist420 • 10d ago
Project My first project!
I know it looks like an electrical pole from Bangladesh, I'll try to wire things better next time.
r/breadboard • u/MaRzZYe_ • 11d ago
Can a 7447 BCD-to-7-segment decoder work with a common cathode display?
r/breadboard • u/Arc_xt_5815 • 13d ago
Question Is it photoelectric effect?
Hey everyone! Today I just discovered a phenomenon that when I shine my mobile flash light in a clear green LED it generates around 700mV. It seems similar to the phenomenon called photoelectric effect. Is it photoelectric effect??
r/breadboard • u/sathishrahul • 19d ago
Odd and even signals solved problem from signals and systems course
r/breadboard • u/fluffy-77 • 24d ago
First breadboard project
Ive been getting into electronics lately, nothing professional, just wanna pass some time. Im trying to make a 128-bit cpu using 74HC75 ICs as my first project, any things that i should know? Also what are toughts on this project? (yes i will make it on an actual breadboard after im done making this)
r/breadboard • u/amigobandito1 • Jun 22 '26
help wanted for translating schematic to breadboard layout
r/breadboard • u/HairAffectionate3259 • Jun 21 '26
Is this a good parts list for a first time beginner?
I recently found out about how breadboards work after seeing them for a while and want to try but before purchasing them can someone rate the list and other part recommendations are welcome, thanks! (ps I am thinking of being an electrician and think this could help)
r/breadboard • u/Arc_xt_5815 • Jun 17 '26
Project 8 Bit Adder
Hey folks, I just built a 8 bit adder by connecting 2 4 bit adders in series hope the pictures and diagrams are easy enough to understand
Pic1: Logic diagram and IC pin connections.
Pic2:Overview of the circuit on breadboard.
Pic3: The circuit working (Doing an addition)
🙂🙂
r/breadboard • u/Head-Management-743 • Jun 17 '26
Project Building an FPGA on a breadboard
r/breadboard • u/SpecialistRare832 • Jun 16 '26
Breadboard Band-Pass Active Filter using Op-Amps OP07
galleryr/breadboard • u/Icy_Reindeer6247 • Jun 14 '26
8-bit synchronous down counter using 7473 JK flip-flops and 7408 AND gates counts up instead of down, plus weird power supply behavior
I’m building an 8-bit synchronous down counter using 7473 JK flip-flops (dual negative-edge-triggered with clear), 7408 AND gates, and a 7447 BCD-to-7-segment decoder/driver (instead of CD4511). The clock is generated by a 555 timer in astable mode, connected to the CLK input of all FFs.
I’m encountering several strange issues depending on where I connect the +5V / 2A power supply:
Power connected on the left side (near the 555 timer)
· The circuit counts up instead of down (though it’s designed as a down counter).
· Occasionally, the displayed count becomes garbled / unstable (random values).
Power connected on the right side (far end of the breadboard, away from the 555)
· The circuit does not count at all.
· The 555 output LED is constantly on (no blinking), even though the 555 should be generating a clock.
Power connected somewhere in the middle of the circuit
· The counter is completely unstable — bits jump randomly, no clear counting direction.
Observations:
· The down counter design uses J = K = 1 for LSB, and J = K = AND of lower bits (standard synchronous down counter structure).
· All ICs are powered from the same 5V rail.
· The 555 circuit alone works fine when tested separately.
Questions:
· Why does the down counter behave like an up counter when power is connected on the left side? Could this be a glitch due to power-up states or incomplete reset?
· Why does the 555 LED stay constantly on when power is connected on the right side?
· Could this be a ground loop / power distribution / decoupling capacitor issue?
· Should I add more bypass capacitors (e.g., 1µF near each IC)? Could the problem be related to IC placement on the breadboard? For example, should I place the 7408 AND gate physically between two 7473 flip-flops instead of grouping them all together? Any other debugging steps?
Thanks in advance!