Chat
Welcome to Flux
Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More
Reviews
SplitKeyboardProject_Right
Properties
Properties describe core aspects of the project.
Pricing & Availability
Distributor | Qty 1 |
|---|---|
Digi-Key | $51.06–$90.27 |
LCSC | $131.69 |
Mouser | $64.37 |
Controls
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.
derekcorniello
copilot
- Diodes: The project uses many diodes (e.g., S1J-E3/61T from Vishay). These diodes likely serve a role in ensuring no ghosting in keypresses by isolating electrical signals in a matrix configuration.
- Switches: The OMRON B3FS-1050P tactile switches are used, probably for each key on the keyboard.
- Net Names: Nets are sets of connected pins. Each net usually represents a signal line or power/ground connection.
Key Points: Diodes:- Multiple diodes with designators (e.g., D1, D2, D3, etc.) have specific forward voltages, reverse voltages, and other properties.
- Diodes are connected in both cathode and anode configurations, marking different paths for electrical signals.
Switches:- OMRON B3FS-1050P tactile switches with pins P1 and P2, indicating two-pin connections per switch (no additional features like NC/NO contacts).
Key Matrix Configuration:- The schematic includes interconnected switches and diodes forming a matrix.
- Each diode's anode is often connected to a switch, with the cathode mainly forming a net with other diodes.
Detailed Connections:SW26:P1toD26:ANODESW37:P1toD37:ANODESW28:P1toD28:ANODE- This project creates a keyboard circuitry where each key switch is paired with a diode to prevent key ghosting.
- A keyboard matrix configuration optimizes pin usage in the controlling microcontroller, reducing the required number of pins.
Understanding the Matrix:- Rows: Often connected to one side of each diode and corresponding switch pin.
- Columns: The other side connected to the matching diode and switch pin grid, guiding row/column scanning for key detection.
Miscellaneous:- There are two unconnected nets (
- The project uses common components with accessible purchase URLs, standard forward voltage, and reverse voltage properties for diodes ensuring reliability and consistent behavior in a matrix circuit.
Next Steps:Unknown Net Name,Net 47), indicating possible incomplete connections.