GND: battery negative, U1 GND, LED cathode, timing/control/decoupling capacitor returns.
DISCHARGE: U1 DISCH, R1, R2.
TIMING: U1 THRES, U1 TRIG, R2, C1.
CONTROL: U1 CONT and C3.
LED_OUT: U1 OUT to R3.
LED_ANODE: R3 to D1 anode.
Timing Calculation
Using the standard 555 astable equations:
High time: t_high = 0.693 × (R1 + R2) × C1
Low time: t_low = 0.693 × R2 × C1
Period: T = 0.693 × (R1 + 2 × R2) × C1
With R1 = 10kΩ, R2 = 68kΩ, C1 = 10µF:
Theoretical high time: ~0.541s
Theoretical low time: ~0.471s
Theoretical period: ~1.012s
Theoretical frequency: ~0.988Hz
Duty cycle: ~53.4%
LED Current
Assuming a red LED forward voltage near 2.0V:
Current ≈ (9V − 2.0V) / 1.5kΩ ≈ 4.7mA
R3 dissipation ≈ 33mW, safely below 0.25W rating.
Simulation Result
Simulation used a CMOS555 substitute because a bipolar NE555P SPICE model was not available, so timing is representative and LED current is close but real NE555 output-high voltage may be slightly lower.
Measured simulation results:
High time: 0.545s
Low time: 0.484s
Period: 1.029s
Frequency: 0.971Hz
Duty cycle: 53.0%
LED current while on: 4.67mA
Conclusion: the circuit blinks approximately once per second.
Review Status
Schematic-level review checks for floating pins, power pins, single-pin nets, no-connect handling, missing footprints, and missing manufacturer part numbers were clean after remediation. Airwires remain only because PCB placement/routing has not been started; these will be resolved during the layout and routing phases after user approval.