Schematic Grouping


I’ll measure the current PCB and component clearances, design a printable two-piece enclosure with access for the switch, battery lead, LED, and pushbutton, then generate and verify downloadable STL files.
I measured a 60 × 40 × 1.3 mm PCB with a slide switch, pushbutton, LED, battery connector, and currently unused USB-C connector. Some components slightly overhang the board outline.
Proposed enclosure: FDM-printed PETG, two-piece case with a screwed lid, external switch/button access, LED window, and an external 9 V battery lead. Please confirm:
  1. Battery: external 9 V battery, or housed inside the case?
  2. USB-C: expose it, or seal it as currently unused?
  3. Use: bench prototype or handheld device?
  4. Printer/material: accept PETG defaults, or specify your printer/material?
Reply with your choices, or “use the defaults”.
external battery is fine, expose the USB, bench prototype, and target a PLA print
Confirmed: external 9 V battery, exposed USB-C, bench use, and PLA. I’ll use a screw-fastened lid rather than snaps, with top access for both controls and the LED, plus side openings for USB and the battery lead.
The enclosure specification is confirmed, but concept rendering failed three times due to an image-generation service error. I can’t proceed to printable CAD before the required visual approval checkpoint.
Planned architecture: 70 × 50 × 27 mm PLA case, separate screw-fastened lid, four M3 fasteners, top access for the switch/button/LED, side USB-C opening, and external battery-lead notch. Please retry the request shortly so I can generate the concept and continue to the STL files.
Retry enclosure concept
Skip concept rendering
Fix board overhangs

U1
foo
C3
Capacitance
100nF
SW2
J1
C4
Capacitance
10µF
C2
Capacitance
10nF
R3
Resistance
1kΩ
C1
Capacitance
1µF
R1
Resistance
1kΩ
R2
Resistance
680kΩ
D1
U2
Manufacturer Part Number
6N139S-TA1-L
SW1
Project Overview and Operation
Purpose
This project is a hand-solderable, battery-powered red LED blinker. A 9 V battery powers an NE555 timer configured as a free-running astable oscillator. The timer repeatedly drives the LED on and off at approximately one cycle per second without firmware or a microcontroller.
Functional Blocks
Power Input and Switching
  • J1 connects the external 9 V battery to the board.
  • SW1 is the main on/off switch. It connects the battery rail BAT_9V to the switched supply rail VCC_SW.
  • C3 (100 nF) provides high-frequency supply decoupling for the NE555.
  • C4 (10 µF) provides local bulk energy storage and reduces supply dips when the timer output changes state.
When SW1 is off, the oscillator is disconnected from the positive battery terminal. When it is on, VCC_SW powers the timer and timing network.
555 Astable Oscillator
U1, an NE555P timer, is wired in its standard astable configuration:
  • R1 (1 kΩ) connects VCC_SW to the discharge node.
  • R2 (680 kΩ) connects the discharge node to the timing node.
  • C1 (1 µF) connects the timing node to ground.
  • U1 pins TRIG and THRES monitor the voltage on the timing node.
  • U1 pin DISCH alternately allows C1 to charge and discharges it through R2.
  • U1 pin RESET is tied to VCC_SW, keeping the oscillator enabled while power is on.
  • C2 (10 nF) bypasses the CONTROL pin to ground, reducing noise and timing jitter.
C1 repeatedly charges toward the supply through R1 and R2. When its voltage reaches approximately two-thirds of the supply, the NE555 switches state and turns on its internal discharge transistor. C1 then discharges through R2. When its voltage falls below approximately one-third of the supply, the timer switches state again and the cycle repeats.
For a standard 555 astable oscillator:
  • Frequency: f = 1.44 / ((R1 + 2 × R2) × C1)
  • High time: tHIGH = 0.693 × (R1 + R2) × C1
  • Low time: tLOW = 0.693 × R2 × C1
With R1 = 1 kΩ, R2 = 680 kΩ, and C1 = 1 µF:
  • Calculated frequency is approximately 1.06 Hz.
  • Calculated period is approximately 0.94 seconds.
  • The duty cycle is approximately 50%, because R1 is much smaller than R2.
Actual timing will vary with resistor and capacitor tolerances, capacitor leakage, battery voltage, and temperature.
LED Output Indicator
  • U1 pin OUT drives the 555_OUT net.
  • R3 (1 kΩ) limits LED current.
  • D1 is the red through-hole indicator LED.
When the timer output is high, current flows through R3 and D1 to ground, lighting the LED. When the timer output is low, the LED turns off. The 1 kΩ resistor keeps the LED current to a modest few milliamps at a fresh 9 V battery voltage, giving visible operation without excessive battery drain.
Power and Stability Features
The circuit includes the support components required for reliable NE555 operation:
  • C3 handles fast supply-current spikes generated during output transitions.
  • C4 supports the switched supply during slower current changes.
  • C2 stabilizes the CONTROL threshold reference.
  • RESET is held high so it cannot float and cause random shutdowns.
Construction Intent
The main blinker components use through-hole or radial packages selected for straightforward hand soldering. The design is intended as a simple educational circuit, visual indicator, or starting point for a larger timer-based project.
Current Schematic Note
Two components are presently grouped as Unconnected Components and are not part of the working LED blinker:
  • foo: Amphenol MUSBRM1C1M0 USB-C connector
  • U2: Lite-On 6N139S-TA1-L optocoupler
They do not contribute to the circuit’s current function. They should either be deliberately integrated in a future revision or removed before finalizing the BOM and PCB.
  • Purpose

  • Functional Blocks

  • Power Input and Switching

  • 555 Astable Oscillator

  • LED Output Indicator

  • Power and Stability Features

  • Construction Intent

  • Current Schematic Note