Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_PCA10056.h File Reference
#include <cfg/cs_Boards.h>
#include <cfg/cs_DeviceTypes.h>
Include dependency graph for cs_PCA10056.h:

Go to the source code of this file.

Functions

void asPca10056 (boards_config_t *config)
 This is the development board for the nRF52840. More...
 

Function Documentation

◆ asPca10056()

void asPca10056 ( boards_config_t config)

This is the development board for the nRF52840.

Certain pins have multiple functions, for example:

  • P0.05 = UART_RTS
  • P0.06 = UART_TXD
  • P0.07 = UART_CTS
  • P0.08 = UART_RXD
  • P0.11 = BUTTON1
  • P0.12 = BUTTON2
  • P0.24 = BUTTON3
  • P0.25 = BUTTON4
  • P0.13 = LED1
  • P0.14 = LED2
  • P0.15 = LED3
  • P0.16 = LED4

There is also default Arduino routing. For example:

  • P0.02 = AREF
  • P1.14 = D12
  • P1.15 = D13
  • P0.26 = SDA
  • P0.27 = SCL

https://infocenter.nordicsemi.com/pdf/nRF52_DK_User_Guide_v1.2.pdf

The voltageMultiplier and currentMultiplier values are set to 0.0 which disables checks with respect to sampling.