@

CAP-MIDI

CAP-MIDI hero image

Capacitive-touch MIDI project page ready for your next iteration and documentation pass.

Fabrication Files

Trace image

Trace file

Holes image

Hole file

Cutout image

Cutout file

Bill of Materials (BOM)

Complete list of components and materials used in this project.

Item # Ref. Comp # Description Package Link
1 U1 Component name Component purpose Package type Source
2 R1 Resistor value What it does 1206 Source

Assembly

Describe soldering/build order and any critical checks before power-on.

Add warnings for orientation issues, jumpers, or fragile components.

Step-by-Step Assembly

  1. Prepare the PCB and components, then inspect for fabrication defects.
  2. Solder low-profile parts first (resistors, capacitors, small ICs).
  3. Solder headers/connectors and verify orientation and alignment.
  4. Clean flux residue and run continuity checks on key nets.
  5. Power on with current-limited supply and run a basic hardware test.

Programming Process

Explain firmware environment, board selection, and upload workflow.

Document pin mapping and any calibration needed for capacitive sensing.

Project Demo

CAP-MIDI demo media

Add short notes about what the demo is showing and expected behavior.

Main Code Snippet

Language

# Replace with CAP-MIDI project code
def setup_project():
    print("CAP-MIDI page ready")

if __name__ == "__main__":
    setup_project()