You are given the task of extending the solder:bit Gamepad boards with more NeoPixels. A design review has highlighted that we need more blinking lights than the 5x5 LED matrix on the micro:bit can supply!
- Download the existing design files by cloning this repository.
- Get familiar with the NeoPixel (WS2812B) datasheet and the exisiting schematic for version 0.5.
- Open up KiCad, and begin with the Schematic Editor - adding symbols, assiginging footprints, adding values, etc.
- Move onto the PCB Editor and import the changes from the schematic - moving footprints, routing, zone filling, DRC, etc.
- Build a bill of materials (BOM) and a set of Gerber fabrication files for the next workshop!
- Use Git for version control of your KiCad project.
Don’t worry if you don’t manage to get all the steps here completed, as we also supply a set of completed production files (BOM and Gerber files) in the same repository which can be used for the next session.
Thanks to Dr John Vidler and Aron Eggens, the Computing and Communications departement at Lancaster University, and everyone at the Devices Lab.