-
Notifications
You must be signed in to change notification settings - Fork 3
Hardware
microDev edited this page Nov 28, 2020
·
1 revision
The microS2 is loaded with all kinds of features. There's lots of pins and ports. Time to take a tour!
You have three power input options:
- USB micro-B port - This is used for both powering and programming the board.
-
On-board regulator - Maximum input voltage is 6V. Connect +ve wire to
VIN
and -ve toGND
. -
Bypass LDO - Power the board directly with 3.3V input. Connect +ve wire to
3V3
and -ve toGND
. Note - the neopixel will not work in this case.
You have two power output options:
-
5V - This can be accessed using the two
5V/VUSB
pins broken out. -
3.3V - This can be accessed using the
3V3
pin broken out. The max current output of onboard regulator is600mA
.
There are two 12-bit SAR ADCs. up-to 20 channels
There are 14 touch sensors.
There are 43 GPIOs.
There two 8-bit dacs.
-
DAC1 -
IO17
. -
DAC2 -
IO18
.
-
Blue led - Connected to
IO21
. -
NeoPixel - Connected to
IO33
.
-
Boot - Connected to
IO0
. -
Reset - Connected to
EN
. Default pull-up.
-
USB micro-B - This is used for both powering and programming the board. D- is
IO19
and D+ isIO20
. -
qwiic/stemmaQT - This is used to connect i2c devices. SCL is
IO1
and SDA isIO2
.