CAP-MIDI
Capacitive-touch MIDI project page ready for your next iteration and documentation pass.
Fabrication Files
Trace file
Hole file
Cutout file
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
- Prepare the PCB and components, then inspect for fabrication defects.
- Solder low-profile parts first (resistors, capacitors, small ICs).
- Solder headers/connectors and verify orientation and alignment.
- Clean flux residue and run continuity checks on key nets.
- 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
Add short notes about what the demo is showing and expected behavior.
Main Code Snippet
# Replace with CAP-MIDI project code
def setup_project():
print("CAP-MIDI page ready")
if __name__ == "__main__":
setup_project()

