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

Go to the source code of this file.

Functions

void asPca10040 (boards_config_t *config)
 This is the development board for the nRF52832. More...
 

Function Documentation

◆ asPca10040()

void asPca10040 ( boards_config_t config)

This is the development board for the nRF52832.

Certain pins have multiple functions, for example:

  • P0.05 = UART_RTS
  • P0.06 = UART_TXD
  • P0.07 = UART_CTS
  • P0.08 = UART_RXD
  • P0.13 = BUTTON1
  • P0.14 = BUTTON2
  • P0.15 = BUTTON3
  • P0.16 = BUTTON4
  • P0.17 = LED1
  • P0.18 = LED2
  • P0.19 = LED3
  • P0.20 = LED4

There is also default Arduino routing. For example:

  • P0.02 = AREF
  • P0.24 = D12
  • P0.25 = 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.