Skip to content

Arduino Nano 33 BLE

paradajz edited this page Oct 31, 2022 · 2 revisions

Quick overview

  • Power: Micro USB
  • MCU: nRF52840
  • DIN MIDI: Yes [1]
  • LED indicators: Yes
  • Digital inputs: 6
  • Digital outputs: 6
  • Analog inputs: 6
  • Schematic: Link

Notes

1

This board doesn't have DIN MIDI connectors and required additional components so those have to be added to board in order to be used. The following schematic should be used:

Pinout is listed in DIN MIDI section.

Connections

Buttons

Button # Pin 1 Pin 2
0 D2 GND
1 D3 GND
2 D4 GND
3 D5 GND
4 D6 GND
5 D7 GND

Analog inputs

Button # Pin 1 Pin 1 Pin 2
6 A0 GND with 10k resistor 3V
7 A1 GND with 10k resistor 3V
8 A2 GND with 10k resistor 3V
9 A3 GND with 10k resistor 3V
10 A6 GND with 10k resistor 3V
11 A7 GND with 10k resistor 3V

Rotary encoders

Encoder # Pin 1 Pin 2 Pin 3
0 D2 GND D3
1 D4 GND D5
2 D6 GND D7

Potentiometers

Potentiometer # Pin 1 Pin 2 Pin 3
0 3V A0 GND
1 3V A1 GND
2 3V A2 GND
3 3V A3 GND
4 3V A6 GND
5 3V A7 GND

FSRs

FSR # Pin 1 Pin 2 Pin 2
0 3V A0 GND with 1k resistor
1 3V A1 GND with 1k resistor
2 3V A2 GND with 1k resistor
3 3V A3 GND with 1k resistor
4 3V A6 GND with 1k resistor
5 3V A7 GND with 1k resistor

Single-color LEDs

Note: current-limiting resistors are required in order to avoid damage to the board.

LED # Anode Cathode
0 D8 GND
1 D9 GND
2 D10 GND
3 D11 GND
4 D12 GND
5 D13 GND

RGB LEDs

Note: current-limiting resistors are required in order to avoid damage to the board.

RGB LED # Anode (Red) Anode (Green) Anode (Blue) Cathode
0 D8 D9 D10 GND
1 D11 D12 D13 GND

Displays

Signal Display Pin
Vcc Vcc +3V
GND GND GND
SDA SDA SDA
SCL SCL SCL

DIN MIDI

This board doesn't have DIN MIDI connectors so they have to be added to the board with corresponding circuitry. Schematic is available here.

MIDI In MIDI out
RX TX

Touchscreen

Screen Pin
Vcc +5V*
GND GND
Rx RX
Tx TX
Clone this wiki locally