circuitpython/ports/nrf/boards/tinkeringtech_scoutmakes_azul
TinkeringTech 49fcfd14d2 Added the TinkeringTech ScoutMakes Azul platform to CircuitPython 2020-07-15 21:49:34 -04:00
..
README.md Added the TinkeringTech ScoutMakes Azul platform to CircuitPython 2020-07-15 21:49:34 -04:00
board.c Added the TinkeringTech ScoutMakes Azul platform to CircuitPython 2020-07-15 21:49:34 -04:00
mpconfigboard.h Added the TinkeringTech ScoutMakes Azul platform to CircuitPython 2020-07-15 21:49:34 -04:00
mpconfigboard.mk Added the TinkeringTech ScoutMakes Azul platform to CircuitPython 2020-07-15 21:49:34 -04:00
pins.c Added the TinkeringTech ScoutMakes Azul platform to CircuitPython 2020-07-15 21:49:34 -04:00

README.md

Setup

The TinkeringTech ScoutMakes Azul is a bluetooth enabled, feather format, open source platform featuring the nRF52840 from Nordic Semiconductors. The design is based on the Adafruit nRF52840 feather express and uses the Raytac MDBT50Q-1MV2 module.

Schematic, datasheet, pin mapping etc. can be found over here.

features:

  • ARM Cortex M4F (with HW floating point acceleration) running at 64MHz
  • Raytac MDBT50Q-1MV2 BLE module. FCC / IC / TELEC certified module
  • 1MB flash and 256KB SRAM
  • Native Open Source USB stack pre-programmed with UF2 bootloader and CircuitPython
  • 128×32 OLED display
  • USB type-C
  • On/off power switch
  • Bluetooth Low Energy compatible 2.4GHz radio (Details available in the nRF52840 product specification)
  • BT5.1 & BT5 Bluetooth Specification Certified
  • Supports BT5 Long Range Feature
  • 1.7v to 3.3v operation with internal linear and DC/DC voltage regulators
  • 21 GPIO, 6 x 12-bit ADC pins, up to 12 PWM outputs (3 PWM modules with 4 outputs each)
  • Pin #3 red LED for general purpose blinking,
  • Programmable NeoPixel for colorful feedback
  • 4 mounting holes
  • Reset button
  • Works out of the box with Adafruit feather wings.
  • Open source design.