MCPcopy Index your code
hub / github.com/Architeuthis-Flux/Jumperless

github.com/Architeuthis-Flux/Jumperless @1.3.23

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.3.23 ↗ · + Follow
1,668 symbols 4,164 edges 205 files 369 documented · 22%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Jumperless

a jumperless breadboard

If you want one of these, they're available in my Tindie store

There's now a way cooler version, Jumperless V5

You can get a V5 on Crowd Supply

Getting started using your Jumperless

(at this point some of the stuff in that guide is a bit out of date, but generally is good advice)

Video

(You can click on this to watch the explainer video)

Using a bunch of analog crosspoint switches wired together into one bigger switch, this breadboard makes real, hardware connections between any points on the board or the Arduino Nano header at the top via software command, instead of needing to use jumper wires.

BreaboardJump00420

3D Printable Stand (you can drop the model through the build plate to adjust the height)

3D Printable Jumperless Trap (jk it's a carrying case, but make sure you can get it back open before you put your Jumperless in it)

Try this Wokwi project if something isn't working: https://wokwi.com/projects/389569655762010113

Here's an example of me using this thing to connect some I2C pins from an Arduino to an OLED

https://github.com/Architeuthis-Flux/Jumperless/assets/20519442/0da0fdcb-c629-4f16-8638-6fab5f5c69fc

Jumperless also has a ton of voltage/current sensing so the RGB LEDs underneath each row can show a ton of information about what's going on with your circuit. 2 buffered high-current DACs (one 0-5V and one ±8V), 4 buffered and level-shifted 12-bit ADCs (3 are 0-5V and 1 for ±8V), 2 INA219 current and voltage measurement ICs, and 4 GPIO to simulate digital or analog signals that can be routed to anywhere on the breadboard or the Arduino Nano header.

https://github.com/Architeuthis-Flux/Jumperless/assets/20519442/e701d5c8-2349-49a1-8d57-8574962e7c29

Use it to probe the pins on an unknown IC (which is what I'm doing in the video above), or for some automated fuzzing, or to help guide you through converting a schematic to a real circuit, or do whatever the hell you want with it.

TxRx00097-Edit

The connections are real and fully analog (-8V to +8V, up to around 1 MHz before signal quality starts to degrade) instead of cheating with some measure-then-simulate setup, although you can do that too if you want to simulate a memristor or to send jumpers over the internet.

https://github.com/Architeuthis-Flux/Jumperless/assets/20519442/2c203686-e02e-4a0c-b5eb-0cab925386fb

If you want to read about how the code and stuff works, the README in JumperlessNano goes through how each part works in more detail.

Or check out the Hackaday.io page and the Hackaday Blog Writeup

And no, it's not an FPGA.

IMG_3827

Schematic

Here it is running a 555 circuit (note that this is a Rev 1 without the through-PCB LEDs)

https://github.com/Architeuthis-Flux/Jumperless/assets/20519442/9c5d2b5a-3727-4197-b1d0-bd45b5f95559

I sell on Tindie

Here are some fun bonus shots RainBounceLarge

RandomLarge

https://github.com/Architeuthis-Flux/Jumperless/assets/20519442/b933e817-c6e4-4d97-9fc0-7b8d9e875ebb SchematicRevision3.pdf

DSC01523 usage

https://github.com/Architeuthis-Flux/Jumperless/assets/20519442/d070d99d-b6b3-43e3-adee-4ca2d7358a9a DSC01237-2

DSC01154

DSC00683

IMG_3589 IMG_3886

Core symbols most depended-on inside this repo

tu_desc_next
called by 133
JumperlessNano/Adafruit_TinyUSB_Arduino/src/common/tusb_types.h
write
called by 124
JumperlessNano/Adafruit_TinyUSB_Arduino/src/arduino/Adafruit_USBD_CDC.cpp
tud_control_xfer
called by 118
JumperlessNano/Adafruit_TinyUSB_Arduino/src/device/usbd_control.c
read
called by 94
JumperlessNano/Adafruit_TinyUSB_Arduino/src/arduino/Adafruit_USBD_CDC.cpp
usbd_edpt_xfer
called by 76
JumperlessNano/Adafruit_TinyUSB_Arduino/src/device/usbd.c
tu_edpt_dir
called by 76
JumperlessNano/Adafruit_TinyUSB_Arduino/src/common/tusb_types.h
available
called by 63
JumperlessNano/Adafruit_TinyUSB_Arduino/src/arduino/Adafruit_USBD_CDC.cpp
tu_desc_type
called by 60
JumperlessNano/Adafruit_TinyUSB_Arduino/src/common/tusb_types.h

Shape

Function 1,355
Method 216
Class 87
Enum 10

Languages

C51%
C++47%
Python2%
TypeScript1%

Modules by API surface

JumperlessNano/Adafruit_TinyUSB_Arduino/src/host/usbh.c57 symbols
JumperlessNano/Adafruit_TinyUSB_Arduino/src/class/cdc/cdc_host.c47 symbols
JumperlessNano/Adafruit_TinyUSB_Arduino/src/class/audio/audio_device.c46 symbols
JumperlessNano/Adafruit_TinyUSB_Arduino/src/common/tusb_fifo.c39 symbols
JumperlessNano/Adafruit_TinyUSB_Arduino/src/device/usbd.c37 symbols
JumperlessNano/Adafruit_TinyUSB_Arduino/src/class/video/video_device.c36 symbols
JumperlessNano/Adafruit_TinyUSB_Arduino/src/class/video/video_device 2.c36 symbols
JumperlessNano/src/NetsToChipConnections.cpp34 symbols
JumperlessNano/Adafruit_TinyUSB_Arduino/src/common/tusb_common.h33 symbols
JumperlessNano/Adafruit_TinyUSB_Arduino/src/portable/nordic/nrf5x/dcd_nrf5x.c31 symbols
JumperlessNano/Adafruit_TinyUSB_Arduino/src/class/hid/hid_host.c29 symbols
JumperlessNano/Adafruit_TinyUSB_Arduino/src/class/hid/hid_host 2.c29 symbols

For agents

$ claude mcp add Jumperless \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page