LED
led| Pin | Role |
|---|---|
| anode | digital |
| cathode | ground |
- Typical draw
- 12 mA
Wiring: wire anode → pin, cathode → GND via resistor
Build with this in StudioMaker Tools
Look up the pinout, pin roles, typical current draw and wiring notes for common electronics parts. Every part is color-coded by pin role and links straight into Studio so you can wire it into a real circuit.
17 of 17 parts
| Pin | Role |
|---|---|
| anode | digital |
| cathode | ground |
Wiring: wire anode → pin, cathode → GND via resistor
Build with this in Studio| Pin | Role |
|---|---|
| red | pwm |
| green | pwm |
| blue | pwm |
| common | ground |
Wiring: 3 PWM pins + common to GND
Build with this in Studio| Pin | Role |
|---|---|
| 1 | signal |
| 2 | signal |
Wiring: current limiting for LEDs
Build with this in Studio| Pin | Role |
|---|---|
| 1 | signal |
| 2 | signal |
Wiring: pull-up / divider
Build with this in Studio| Pin | Role |
|---|---|
| 1 | digital-in |
| 2 | ground |
Wiring: one leg → pin (INPUT_PULLUP), other → GND
Build with this in Studio| Pin | Role |
|---|---|
| vcc | power |
| wiper | analog |
| gnd | ground |
Wiring: wiper → analog pin
Build with this in Studio| Pin | Role |
|---|---|
| positive | pwm |
| negative | ground |
Wiring: tone() on a PWM pin
Build with this in Studio| Pin | Role |
|---|---|
| positive | digital |
| negative | ground |
Wiring: on/off from any digital pin
Build with this in Studio| Pin | Role |
|---|---|
| 1 | analog |
| 2 | signal |
Wiring: divider with 10kΩ → analog pin
Build with this in Studio| Pin | Role |
|---|---|
| vcc | power |
| trig | digital |
| echo | digital-in |
| gnd | ground |
Wiring: TRIG out, ECHO in (5V)
Build with this in Studio| Pin | Role |
|---|---|
| vcc | power |
| data | digital-in |
| gnd | ground |
Wiring: single-wire data pin
Build with this in Studio| Pin | Role |
|---|---|
| vcc | power |
| out | digital-in |
| gnd | ground |
Wiring: OUT goes HIGH on motion
Build with this in Studio| Pin | Role |
|---|---|
| vcc | power |
| gnd | ground |
| sda | i2c-sda |
| scl | i2c-scl |
Wiring: SDA/SCL, addr 0x3C
Build with this in Studio| Pin | Role |
|---|---|
| vcc | power |
| gnd | ground |
| sda | i2c-sda |
| scl | i2c-scl |
Wiring: SDA/SCL, addr 0x27
Build with this in Studio| Pin | Role |
|---|---|
| vcc | power |
| signal | pwm |
| gnd | ground |
Wiring: signal → PWM pin; needs 5V
Build with this in Studio| Pin | Role |
|---|---|
| vcc | power |
| in | digital |
| gnd | ground |
Wiring: IN from a digital pin
Build with this in Studio| Pin | Role |
|---|---|
| vcc | power |
| din | digital |
| gnd | ground |
Wiring: DIN from a digital pin
Build with this in StudioA pinout is simply the map between a component's physical pins and the job each one does. Every card above lists the pins in the order the part exposes them, colored by role so you can tell power and ground apart from the signal lines at a glance. Wire the power pins first: connect VCC to the matching supply rail (5V or 3.3V, never guess, a 3.3V part on 5V can be a one-way trip) and tie every GND pin to a common ground with your board.
The signal roles tell you how the part talks to your microcontroller. A digital pin the board drives (an LED, a relay input) is an output from the board; a digital-in pin the board reads (a button, a PIR OUT line) is an input. Analog pins carry a varying voltage you sample with the ADC, and PWM pins expect a fast on/off pulse for dimming, tone or servo position. I2C parts share two lines, SDA (data) and SCL (clock), so several devices can hang off the same pair as long as their addresses differ. SPI parts use SCK, MOSI, MISO and a per-device chip select.
Physical pin order matters as much as function. Two boards with identical labels can print those labels in a different left-to-right order, which is why cheap breakouts so often swap VCC and GND. Before you solder or send a board to fab, confirm the order against the silkscreen printed on your exact module. The footprint id on each card points to the curated physical pin order Banana Board uses when it lays out a PCB for that part.
The typical current draw, shown in milliamps where it is known, helps you budget your supply. Add up the active draw of everything on a rail, leave headroom, and make sure your regulator or USB port can source it. Motors, servos and LED strips dominate a power budget, while sensors and I2C displays usually sip only a few milliamps. Search by part name, type, pin label or role above to jump straight to the pinout you need.
A pinout is the map between a part's physical pins and the job each one does, such as power, ground, or a signal line. Read it by wiring the power pins first (VCC to the matching supply and every GND to a common ground), then connecting each signal pin to the right role on your microcontroller.
Type the part name, type, pin label, or role into the search box and the matching card shows its pins in physical order, color-coded by role. Search by family terms too, like ultrasonic, oled, servo, i2c, or pwm, to jump straight to the pinout you need.
Each pin is tagged with its role and colored by family: ground, power, I2C, SPI, PWM, analog, and digital each get their own color. The color lets you tell power and ground apart from the signal lines at a glance without reading every label.
No. A typical active current draw in milliamps is shown only when the draw model actually recognizes the part, so the tool never displays a fabricated number. Use the values that are shown to budget your supply, and add up the active draw on each rail with some headroom.
Two boards with identical pin labels can print them in a different left-to-right order, which is why cheap breakouts often swap VCC and GND. Always confirm the order against the silkscreen printed on your specific module before you solder or send a board to fab.
Yes. Every card links straight into Studio, where you can wire the part into a schematic, validate the connections against a real board pin map, and lay out a PCB. The footprint id on a card points to the curated physical pin order Banana Board uses for that part.
Made by Banana Board
Describe a circuit in one sentence. Get validated firmware, a wiring diagram, and a fab-ready PCB with every wire checked against your board's real pins.