Downloads

Everything the tutorials and reference pages hand out, in one place. Each file links back to the page it belongs to, because a zip with no context is a zip nobody opens twice.

Quick references

A product on one or two A4 pages: the pinout, a sketch that works, and what to check when it does not.

  • DRV8833 quick reference · 631 KB · updated 2026-09-22

    Two A4 pages: the supply limit, the header, the four states, the sleep and fault pins, a sketch that runs both motors, and what to check when nothing moves.

  • SD Card Reader, quick reference (PDF) · 497 KB · updated 2026-09-17

    Two A4 pages to print: the 3.3 V limit, both faces of the header and what each mode wires, the measured speeds, the SPI sketch, the 4-bit change, card detect and write protect, and six things to check when it does not mount.

  • MicroSD Card Reader, quick reference (PDF) · 519 KB · updated 2026-09-17

    Two A4 pages to print: the 3.3 V limit, both faces of the eight-hole header and what each mode wires, the measured speeds, the SPI sketch, the 4-bit change, and six things to check when it does not mount.

  • SD and microSD Card Readers, quick reference (PDF) · 789 KB · updated 2026-09-17

    Three A4 pages for the set: both boards' headers and what each mode wires, which board takes which card, card detect and write protect, the measured speeds on each, the SPI sketch and the 4-bit change, and six things to check when a card does not mount.

  • XL LED, quick reference (PDF) · 514 KB · updated 2026-09-18

    Two A4 pages to print: the resistor to keep, the header and which two pins to wire, how bright it is on a 5 V and a 3.3 V board, the blink sketch, brightness with PWM, and six things to check when it will not light.

    Used by XL LED

  • RGB LED, quick reference (PDF) · 491 KB · updated 2026-09-18

    Two A4 pages to print: the resistors to keep, the header and which four pins to wire, each colour's current on a 5 V and a 3.3 V board, why equal numbers are not white, a colour sketch, and six things to check.

    Used by RGB LED

  • Traffic Light, quick reference (PDF) · 483 KB · updated 2026-09-18

    Two A4 pages to print: the resistors to keep, the header and which four pins to wire, each light's current, a state-machine sketch with millis(), wiring for four boards, and six things to check.

    Used by Traffic Light

  • Push Button, quick reference (PDF) · 494 KB · updated 2026-09-18

    Two A4 pages to print: why VCC must match your board, the header and which three pins to wire, the pull-down that makes a press read HIGH, a debounced press counter, wiring for four boards, and six things to check.

    Used by Push Button

  • Latching Button, quick reference (PDF) · 470 KB · updated 2026-09-18

    Two A4 pages to print: why VCC must match your board, the header and which three pins to wire, reading a level rather than a press, a sketch that reads the switch at start-up and reports each change, and six things to check.

    Used by Latching Button

  • Rotary Encoder, quick reference (PDF) · 425 KB · updated 2026-09-18

    Two A4 pages to print: why VCC must match your board, the six-pin header and which five to wire, how CLOCK, DATA and BTN behave, an interrupt counter sketch, wiring for four boards, and six things to check.

    Used by Rotary Encoder

  • Disc Potentiometer, quick reference (PDF) · 462 KB · updated 2026-09-18

    Two A4 pages to print: why VCC must match your board, the header and which three pins to wire, what each board reads at the stops, a percentage sketch, wiring for four boards, and six things to check.

    Used by Disc Potentiometer

  • Rotary Potentiometer, quick reference (PDF) · 390 KB · updated 2026-09-19

    Two A4 pages to print: why VCC must match your board, the header and which three pins to wire, how much the LED on the wiper bends the reading, a volts sketch, wiring for four boards, and six things to check.

    Used by Rotary Potentiometer

  • Voltmeter, quick reference (PDF) · 496 KB · updated 2026-09-18

    Two A4 pages to print: the input limit for each board, which screw is which, why it measures from GND, a battery sketch, wiring for four boards, and six things to check.

    Used by Voltmeter

  • NTC Thermistor, quick reference (PDF) · 443 KB · updated 2026-09-18

    Two A4 pages to print: why VCC must match your board, the header and which three pins to wire, the voltage at three temperatures, a degrees sketch, wiring for four boards, and six things to check.

    Used by NTC Thermistor

  • IR Receiver, quick reference (PDF) · 522 KB · updated 2026-09-19

    Two A4 pages to print: why VCC must match your board, the header and which three pins to wire, what SIGNAL does with and without a remote, a key-code sketch, wiring for four boards, and six things to check.

    Used by IR Receiver

  • IR Sender, quick reference (PDF) · 502 KB · updated 2026-09-19

    Two A4 pages to print: the 5 V limit on VCC, the header and which three pins to wire, what the supply rail buys in range, a sketch that sends a code, wiring for four boards, and six things to check.

    Used by IR Sender

  • IR Remote Kit, quick reference (PDF) · 853 KB · updated 2026-09-19

    Three A4 pages for the whole kit: both headers, which board does which job, what each needs on VCC, a loop-back sketch that tests a receiver and a sender together, wiring for four boards, and six things to check.

    Used by IR Receiver, IR Sender

  • Collision Sensor, quick reference (PDF) · 482 KB · updated 2026-09-19

    Two A4 pages to print: why VCC must match your board, the header and which three pins to wire, how far the lever moves before a hit reads HIGH, a debounced hit counter, wiring for four boards, and six things to check.

    Used by Collision Sensor

  • Hall Effect Sensor, quick reference (PDF) · 494 KB · updated 2026-09-19

    Two A4 pages to print: why VCC must match your board, the header and which three pins to wire, where to hold the magnet and how close it must come, a door-alarm sketch, wiring for four boards, and six things to check.

    Used by Hall Effect Sensor

  • 4-Direction Tilt Sensor, quick reference (PDF) · 471 KB · updated 2026-09-19

    Two A4 pages to print: why VCC must match your board, the six pins, which pair of contacts closes for which edge, a scan sketch that prints the low side, wiring for four boards, and six things to check.

    Used by 4-Direction Tilt Sensor

  • Ambient Light Sensor, quick reference (PDF) · 481 KB · updated 2026-09-19

    Two A4 pages to print: why VCC must match your board, the header, what a reading means in lux and where it runs out, a night-light sketch, wiring for four boards, and six things to check.

    Used by Ambient Light Sensor

  • Slim Joystick, quick reference (PDF) · 563 KB · updated 2026-09-19

    Two A4 pages to print: the six pins, what X, Y and KEY read, the level each of the six buttons gives on one analog pin, a sketch that reads all of it, wiring for four boards, and six things to check.

    Used by Slim Joystick

  • Dual Axis Joystick, quick reference (PDF) · 451 KB · updated 2026-09-19

    Two A4 pages to print: the header and which pins to wire, how the board works, a sketch that reads or drives it, wiring for four boards, and six things to check.

    Used by Dual Axis Joystick

  • Analog Microphone, quick reference (PDF) · 510 KB · updated 2026-09-19

    Two A4 pages to print: the header and which pins to wire, how the board works, a sketch that reads or drives it, wiring for four boards, and six things to check.

    Used by Analog Microphone

  • Knock Sensor, quick reference (PDF) · 489 KB · updated 2026-09-19

    Two A4 pages to print: the header and which pins to wire, how the board works, a sketch that reads or drives it, wiring for four boards, and six things to check.

    Used by Knock Sensor

  • Analog to Digital Signal, quick reference (PDF) · 509 KB · updated 2026-09-19

    Two A4 pages to print: the header and which pins to wire, how the board works, a sketch that reads or drives it, wiring for four boards, and six things to check.

    Used by Analog to Digital Signal

  • Vibration Motor, quick reference (PDF) · 551 KB · updated 2026-09-19

    Two A4 pages to print: the header and which pins to wire, how the board works, a sketch that reads or drives it, wiring for four boards, and six things to check.

    Used by Vibration Motor

  • ESP32 Gold Edition, quick reference (PDF) · 657 KB · updated 2026-09-18

    Two A4 pages to print: the 3.3 V limit, all 38 holes with what each GPIO can do, the six pads wired to nothing, the pins read at reset, the input-only pins and the DAC, the RGB sketch, the IDE settings, the three ways to power it and six things to check when it does not work.

  • ESP32-S3 Gold Edition, quick reference (PDF) · 599 KB · updated 2026-09-18

    Two A4 pages to print: the 3.3 V limit, all 44 holes with what each GPIO can do and which ones the board has already used, the two USB-C sockets and the setting that tells them apart, the RGB sketch, the eight IDE settings, the three ways to power it and six things to check when it does not work.

Pinouts

A dev board's header on one A4 page: every hole, what its GPIO can do, and the ones the board has already spent.

  • ESP32-S3 Gold Edition, pinout (PDF) · 540 KB · updated 2026-09-18

    One A4 page to print: all 44 holes as the silkscreen names them, each GPIO's ADC, touch and strapping role, the three the N16R8's PSRAM takes, the six the board has already used, the 24 that are free with nothing to know, and Arduino's default bus pins.

    Used by ESP32-S3 pinout

  • ESP32 Gold Edition, pinout (PDF) · 601 KB · updated 2026-09-18

    One A4 page to print: all 38 holes as the silkscreen names them, each GPIO's ADC, touch, DAC and strapping role, the four input-only pins, the six holes wired to nothing, the 15 GPIOs that are free with nothing to know, and Arduino's default bus pins.

    Used by ESP32 Gold Edition pinout

Example code

Every sketch from the tutorials, in Arduino and MicroPython.

Datasheets and references

Vendor datasheets and references, linked where the vendor keeps them.

3D files

The boards themselves, and the enclosures and mounts around them.

Mechanical drawings

Board outlines, mounting holes and part heights, dimensioned in millimetres, for a panel or an enclosure.

  • DRV8833, bare board, mechanical drawing (PDF) v2.0.1 · 2.6 MB · updated 2026-09-22

    The board on one A3 sheet: the 22.5 × 27.5 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height, the tallest part a 2.9 mm high capacitor. Outline and holes are from the Gerber files, heights from the STEP model.

  • DRV8833, bare board, mechanical drawing (DXF) v2.0.1 · 55 KB · updated 2026-09-22

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

  • DRV8833, terminals and header fitted, mechanical drawing (PDF) v2.0.1 · 2.0 MB · updated 2026-09-22

    The board on one A3 sheet: the 22.5 × 27.5 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height, the screw terminals tallest at 11.5 mm above the board bottom, the header pins 1.9 mm below it. Outline and holes are from the Gerber files, heights from the STEP model.

  • DRV8833, terminals and header fitted, mechanical drawing (DXF) v2.0.1 · 69 KB · updated 2026-09-22

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

  • SD Card Reader, mechanical drawing (PDF) v2.0 · 2.5 MB · updated 2026-09-16

    The full-size reader on one A3 sheet: the 30 × 40 mm outline, the two Ø4.8 mm mounting holes 24 mm apart, the header row, and every part's height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by SD and microSD Card Readers for ESP32: SPI, 1-bit and 4-bit

  • SD Card Reader, mechanical drawing (DXF) v2.0 · 58 KB · updated 2026-09-16

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by SD and microSD Card Readers for ESP32: SPI, 1-bit and 4-bit

  • Rotary Encoder, mechanical drawing (PDF) v1.0 · 1.8 MB · updated 2026-09-18

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board, 15.43 mm to the top of the knob. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Rotary Encoder

  • Rotary Encoder, mechanical drawing (DXF) v1.0 · 216 KB · updated 2026-09-18

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Rotary Encoder

  • Disc Potentiometer, mechanical drawing (PDF) v1.0 · 2.2 MB · updated 2026-09-18

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board, with the thumbwheel overhanging the top edge by 3.9 mm. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Disc Potentiometer

  • Disc Potentiometer, mechanical drawing (DXF) v1.0 · 152 KB · updated 2026-09-18

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Disc Potentiometer

  • Rotary Potentiometer, mechanical drawing (PDF) v1.0 · 1.5 MB · updated 2026-09-18

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board, 15.43 mm to the top of the knob. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Rotary Potentiometer

  • Rotary Potentiometer, mechanical drawing (DXF) v1.0 · 78 KB · updated 2026-09-18

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Rotary Potentiometer

  • Voltmeter, mechanical drawing (PDF) v1.0 · 2.2 MB · updated 2026-09-18

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board, 10.9 mm to the top of the screw terminal. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Voltmeter

  • Voltmeter, mechanical drawing (DXF) v1.0 · 28 KB · updated 2026-09-18

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Voltmeter

  • NTC Thermistor, mechanical drawing (PDF) v1.0 · 2.2 MB · updated 2026-09-18

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by NTC Thermistor

  • NTC Thermistor, mechanical drawing (DXF) v1.0 · 27 KB · updated 2026-09-18

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by NTC Thermistor

  • IR Receiver, mechanical drawing (PDF) v1.0.1 · 2.3 MB · updated 2026-09-19

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by IR Receiver

  • IR Receiver, mechanical drawing (DXF) v1.0.1 · 55 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by IR Receiver

  • IR Sender, mechanical drawing (PDF) v1.0 · 2.2 MB · updated 2026-09-19

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by IR Sender

  • IR Sender, mechanical drawing (DXF) v1.0 · 55 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by IR Sender

  • Collision Sensor, mechanical drawing (PDF) v1.0 · 2.0 MB · updated 2026-09-19

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Collision Sensor

  • Collision Sensor, mechanical drawing (DXF) v1.0 · 37 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Collision Sensor

  • Hall Effect Sensor, mechanical drawing (PDF) v1.0 · 2.3 MB · updated 2026-09-19

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Hall Effect Sensor

  • Hall Effect Sensor, mechanical drawing (DXF) v1.0 · 36 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Hall Effect Sensor

  • 4-Direction Tilt Sensor, mechanical drawing (PDF) v1.0 · 2.2 MB · updated 2026-09-19

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the six-pin header row, the 10 mm tilt switch, and every part's height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by 4-Direction Tilt Sensor

  • 4-Direction Tilt Sensor, mechanical drawing (DXF) v1.0 · 40 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by 4-Direction Tilt Sensor

  • Ambient Light Sensor, mechanical drawing (PDF) v1.0 · 2.2 MB · updated 2026-09-19

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Ambient Light Sensor

  • Ambient Light Sensor, mechanical drawing (DXF) v1.0 · 27 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Ambient Light Sensor

  • Slim Joystick, mechanical drawing (PDF) v1.0 · 2.0 MB · updated 2026-09-19

    The block on one A3 sheet: the 62.4 × 30.4 mm outline, the four Ø4.8 mm mounting holes 56 × 24 mm apart, the header row, and every part's height above the board, the joystick's cap tallest at 13.55 mm. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Slim Joystick

  • Slim Joystick, mechanical drawing (DXF) v1.0 · 80 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Slim Joystick

  • Dual Axis Joystick, mechanical drawing (PDF) v1.0 · 1.9 MB · updated 2026-09-19

    The block on one A3 sheet: the 31.0 × 31.0 mm outline, the four Ø4.8 mm corner mounting holes, the six-pin header row, and every part's height above the board, the joystick's cap tallest at 28.75 mm. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Dual Axis Joystick

  • Dual Axis Joystick, mechanical drawing (DXF) v1.0 · 40 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Dual Axis Joystick

  • Analog Microphone, mechanical drawing (PDF) v1.0 · 2.4 MB · updated 2026-09-19

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board, the microphone capsule tallest. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Analog Microphone

  • Analog Microphone, mechanical drawing (DXF) v1.0 · 52 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Analog Microphone

  • Knock Sensor, mechanical drawing (PDF) v1.0 · 2.1 MB · updated 2026-09-19

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board, the spring switch tallest at 5.6 mm. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Knock Sensor

  • Knock Sensor, mechanical drawing (DXF) v1.0 · 32 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Knock Sensor

  • Analog to Digital Signal, mechanical drawing (PDF) v1.0 · 2.1 MB · updated 2026-09-19

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the IN socket and OUT header rows, and every part's height above the board, the slide switch tallest. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Analog to Digital Signal

  • Analog to Digital Signal, mechanical drawing (DXF) v1.0 · 47 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Analog to Digital Signal

  • Vibration Motor, mechanical drawing (PDF) v1.0 · 2.4 MB · updated 2026-09-19

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and every part's height above the board, the coin motor lying flat. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Vibration Motor

  • Vibration Motor, mechanical drawing (DXF) v1.0 · 68 KB · updated 2026-09-19

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Vibration Motor

  • Push Button, mechanical drawing (PDF) v1.0 · 2.2 MB · updated 2026-09-18

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the four-pin header row, and every part's height, 14.35 mm to the top of the cap. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Push Button

  • Push Button, mechanical drawing (DXF) v1.0 · 50 KB · updated 2026-09-18

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Push Button

  • Latching Button, mechanical drawing (PDF) v1.0 · 2.2 MB · updated 2026-09-18

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the switch's two pins 13 mm apart, the four-pin header row, and every part's height, 10.6 mm to the top of the switch. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Latching Button

  • Latching Button, mechanical drawing (DXF) v1.0 · 32 KB · updated 2026-09-18

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Latching Button

  • RGB LED, mechanical drawing (PDF) v1.0 · 2.3 MB · updated 2026-09-18

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the six-pin header row, and every part's height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by RGB LED

  • RGB LED, mechanical drawing (DXF) v1.0 · 37 KB · updated 2026-09-18

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by RGB LED

  • Traffic Light, mechanical drawing (PDF) v1.0 · 2.3 MB · updated 2026-09-18

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the six-pin header row, and every part's height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by Traffic Light

  • Traffic Light, mechanical drawing (DXF) v1.0 · 34 KB · updated 2026-09-18

    The same drawing as DXF, in millimetres, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by Traffic Light

  • XL LED, mechanical drawing (PDF) v1.0 · 2.4 MB · updated 2026-09-18

    The block on one A3 sheet: the 22.4 × 30.4 mm outline, the two Ø4.8 mm mounting holes 16 mm apart, the header row, and the LED's 12.5 mm height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by XL LED

  • XL LED, mechanical drawing (DXF) v1.0 · 40 KB · updated 2026-09-18

    The same drawing as DXF, in millimetres, for a laser-cut panel with a 10 mm hole for the lens, or a CAD sketch. Zipped, because DXF is text and shrinks to a small fraction of itself.

    Used by XL LED

  • ESP32-S3 PinPulse Shield, mechanical drawing (DXF) v4.0 · 219 KB · updated 2026-09-17

    The dimensioned drawing as DXF, in millimetres: the 61 × 73 mm outline, the four Ø4.7 mm mounting holes and the header positions, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text and shrinks to a fifteenth of itself.

    Used by ESP32-S3 PinPulse Shield: an LED on All 36 GPIOs

  • ESP32-S3 PinPulse Shield, mechanical drawing (PDF) v4.0 · 3.3 MB · updated 2026-09-17

    The same drawing on one A3 sheet, with a hole table and every part's height above the board. Outline and holes are from the Gerber files, heights from the STEP model.

    Used by ESP32-S3 PinPulse Shield pinout, ESP32-S3 PinPulse Shield: an LED on All 36 GPIOs

  • ESP32 Gold Edition without headers, mechanical drawing (DXF) v1.0 · 110 KB · updated 2026-09-18

    The dimensioned drawing as DXF, in millimetres: the 48.20 x 27.90 mm outline and the two rows of 19 header holes, 25.40 mm apart on a 2.54 mm pitch, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text.

  • ESP32 Gold Edition without headers, mechanical drawing (PDF) v1.0 · 2.4 MB · updated 2026-09-18

    The same drawing on one A3 sheet, with a hole table and the part heights. Outline and holes are from the Gerber files, heights from the STEP model. The tallest part stands 4.88 mm above the underside of the board, so it lies flat on a panel.

  • ESP32 Gold Edition with headers fitted, mechanical drawing (DXF) v1.0 · 117 KB · updated 2026-09-18

    The dimensioned drawing as DXF, in millimetres: the 48.20 x 27.90 mm outline and the two rows of 19 header holes, 25.40 mm apart on a 2.54 mm pitch, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text.

  • ESP32 Gold Edition with headers fitted, mechanical drawing (PDF) v1.0 · 2.3 MB · updated 2026-09-18

    The same drawing on one A3 sheet, with a hole table and the part heights. Outline and holes are from the Gerber files, heights from the STEP model. The pins reach 8.40 mm below the board, which is the depth a socket or a breadboard has to take.

  • ESP32-S3 Gold Edition without headers, mechanical drawing (DXF) v1.6 · 183 KB · updated 2026-09-18

    The dimensioned drawing as DXF, in millimetres: the 62.74 x 25.40 mm outline and the two rows of 22 header holes, 22.86 mm apart on a 2.54 mm pitch, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text.

  • ESP32-S3 Gold Edition without headers, mechanical drawing (PDF) v1.6 · 2.1 MB · updated 2026-09-18

    The same drawing on one A3 sheet, with a hole table and the part heights. Outline and holes are from the Gerber files, heights from the STEP model. The tallest part stands 4.88 mm above the underside of the board, so it lies flat on a panel.

  • ESP32-S3 Gold Edition with headers fitted, mechanical drawing (DXF) v1.6 · 181 KB · updated 2026-09-18

    The dimensioned drawing as DXF, in millimetres: the 62.74 x 25.40 mm outline and the two rows of 22 header holes, 22.86 mm apart on a 2.54 mm pitch, for a laser-cut panel or a CAD sketch. Zipped, because DXF is text.

  • ESP32-S3 Gold Edition with headers fitted, mechanical drawing (PDF) v1.6 · 2.1 MB · updated 2026-09-18

    The same drawing on one A3 sheet, with a hole table and the part heights. Outline and holes are from the Gerber files, heights from the STEP model. The pins reach 7.90 mm below the board, which is the depth a socket or a breadboard has to take.