Skip to content
paradajz edited this page Jul 6, 2022 · 1 revision

nRF is a line of MCUs from Nordic Semiconductor, popular due to the integrated Bluetooth radio. OpenDeck currently supports just nRF52840 MCU based on 32-bit ARM architecture. This MCU doesn't have integrated EEPROM - instead, EEPROM emulation is used within their flash memory for storage of various configuration options.

nRF52840

  • 1024kB of Flash memory
  • 256kB of RAM
  • Supported interfaces:
    • 2 UART channels
    • 2 I2C channels

UART pinout

UART pins can be assigned to any available pin on MCU.

I2C pinout

I2C pins can be assigned to any available pin on MCU.

Clone this wiki locally