-
Notifications
You must be signed in to change notification settings - Fork 57
nRF
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.
- 1024kB of Flash memory
- 256kB of RAM
- Supported interfaces:
- 2 UART channels
- 2 I2C channels
UART pins can be assigned to any available pin on MCU.
I2C pins can be assigned to any available pin on MCU.
Hardware
- Supported microcontrollers
- Supported components
- Pinouts for supported boards
- Recommended components and where to get them
- LED indicators
Configuration and usage
Advanced