File tree Expand file tree Collapse file tree 20 files changed +80
-185
lines changed
arcade_feather_nrf52840_express
circuitplayground_nrf52840
itsybitsy_nrf52840_express Expand file tree Collapse file tree 20 files changed +80
-185
lines changed Original file line number Diff line number Diff line change 46
46
#define BUTTON_2 _PINNUM(0, 29) // middle button
47
47
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
48
48
49
- /*------------------------------------------------------------------*/
50
- /* UART (only used by nRF52832)
51
- *------------------------------------------------------------------*/
52
- #define RX_PIN_NUMBER _PINNUM(0, 28) // SDA
53
- #define TX_PIN_NUMBER _PINNUM(0, 3) // SCL
54
- #define CTS_PIN_NUMBER 0
55
- #define RTS_PIN_NUMBER 0
56
- #define HWFC false
57
-
58
- // Used as model string in OTA mode
49
+ //--------------------------------------------------------------------+
50
+ // BLE OTA
51
+ //--------------------------------------------------------------------+
59
52
#define BLEDIS_MANUFACTURER "ARAMCON Badge Team"
60
53
#define BLEDIS_MODEL "ARAMCON Badge 2019"
61
54
Original file line number Diff line number Diff line change 47
47
#define BUTTON_2 _PINNUM(0, 10)
48
48
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
49
49
50
- /*------------------------------------------------------------------*/
51
- /* UART (only used by nRF52832)
52
- *------------------------------------------------------------------*/
53
- #define RX_PIN_NUMBER 8
54
- #define TX_PIN_NUMBER 6
55
- #define CTS_PIN_NUMBER 0
56
- #define RTS_PIN_NUMBER 0
57
- #define HWFC false
58
-
59
50
//--------------------------------------------------------------------+
60
51
// BLE OTA
61
52
//--------------------------------------------------------------------+
Original file line number Diff line number Diff line change 42
42
#define BUTTON_2 _PINNUM(1, 12) // D3 switch
43
43
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
44
44
45
- /*------------------------------------------------------------------*/
46
- /* UART (only used by nRF52832)
47
- *------------------------------------------------------------------*/
48
- #define RX_PIN_NUMBER _PINNUM(1, 10)
49
- #define TX_PIN_NUMBER _PINNUM(1, 3)
50
- #define CTS_PIN_NUMBER 0
51
- #define RTS_PIN_NUMBER 0
52
- #define HWFC false
53
-
54
- // Used as model string in OTA mode
45
+ //--------------------------------------------------------------------+
46
+ // BLE OTA
47
+ //--------------------------------------------------------------------+
55
48
#define BLEDIS_MANUFACTURER "Arduino"
56
49
#define BLEDIS_MODEL "Nano 33 BLE"
57
50
Original file line number Diff line number Diff line change 46
46
#define BUTTON_2 _PINNUM(1, 15) // right button
47
47
#define BUTTON_PULL NRF_GPIO_PIN_PULLDOWN
48
48
49
- /*------------------------------------------------------------------*/
50
- /* UART (only used by nRF52832)
51
- *------------------------------------------------------------------*/
52
- #define RX_PIN_NUMBER _PINNUM(0, 30)
53
- #define TX_PIN_NUMBER _PINNUM(0, 14)
54
- #define CTS_PIN_NUMBER 0
55
- #define RTS_PIN_NUMBER 0
56
- #define HWFC false
57
-
58
- // Used as model string in OTA mode
49
+ //--------------------------------------------------------------------+
50
+ // BLE OTA
51
+ //--------------------------------------------------------------------+
59
52
#define BLEDIS_MANUFACTURER "Adafruit Industries"
60
53
#define BLEDIS_MODEL "Circuit Playground nRF52840"
61
54
Original file line number Diff line number Diff line change 46
46
#define BUTTON_2 _PINNUM(1, 10) // right button
47
47
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
48
48
49
- /*------------------------------------------------------------------*/
50
- /* UART (only used by nRF52832)
51
- *------------------------------------------------------------------*/
52
- #define RX_PIN_NUMBER _PINNUM(0, 09)
53
- #define TX_PIN_NUMBER _PINNUM(0, 10)
54
- #define CTS_PIN_NUMBER 0
55
- #define RTS_PIN_NUMBER 0
56
- #define HWFC false
57
-
58
- // Used as model string in OTA mode
49
+ //--------------------------------------------------------------------+
50
+ // BLE OTA
51
+ //--------------------------------------------------------------------+
59
52
#define BLEDIS_MANUFACTURER "Adafruit Industries"
60
53
#define BLEDIS_MODEL "CLUE nRF52840"
61
54
Original file line number Diff line number Diff line change 47
47
#define BUTTON_2 1 // P0.1 not exposed anywhere, FRST n/a
48
48
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
49
49
50
- /*------------------------------------------------------------------*/
51
- /* UART (only used by nRF52832)
52
- *------------------------------------------------------------------*/
53
- #define RX_PIN_NUMBER 7
54
- #define TX_PIN_NUMBER 8
55
- #define CTS_PIN_NUMBER 0
56
- #define RTS_PIN_NUMBER 0
57
- #define HWFC false
58
-
59
- // Used as model string in OTA mode
50
+ //--------------------------------------------------------------------+
51
+ // BLE OTA
52
+ //--------------------------------------------------------------------+
60
53
#define BLEDIS_MANUFACTURER "Electronut Labs"
61
54
#define BLEDIS_MODEL "Papyr"
62
55
56
+ //--------------------------------------------------------------------+
57
+ // USB
58
+ //--------------------------------------------------------------------+
63
59
#define UF2_PRODUCT_NAME "Electronut Labs Papyr"
64
60
#define UF2_BOARD_ID "nRF52840-Papyr-v1"
65
61
#define UF2_INDEX_URL "https://docs.electronut.in/papyr"
Original file line number Diff line number Diff line change 50
50
#define RTS_PIN_NUMBER 0
51
51
#define HWFC false
52
52
53
- // Used as model string in OTA mode
53
+ //--------------------------------------------------------------------+
54
+ // BLE OTA
55
+ //--------------------------------------------------------------------+
54
56
#define BLEDIS_MANUFACTURER "Adafruit Industries"
55
57
#define BLEDIS_MODEL "Feather nRF52832"
56
58
Original file line number Diff line number Diff line change 47
47
#define BUTTON_2 _PINNUM(0, 10)
48
48
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
49
49
50
- /*------------------------------------------------------------------*/
51
- /* UART (only used by nRF52832)
52
- *------------------------------------------------------------------*/
53
- #define RX_PIN_NUMBER 8
54
- #define TX_PIN_NUMBER 6
55
- #define CTS_PIN_NUMBER 0
56
- #define RTS_PIN_NUMBER 0
57
- #define HWFC false
58
-
59
50
//--------------------------------------------------------------------+
60
51
// BLE OTA
61
52
//--------------------------------------------------------------------+
Original file line number Diff line number Diff line change 46
46
#define BUTTON_2 _PINNUM(1, 02) // D2 breakout
47
47
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
48
48
49
- /*------------------------------------------------------------------*/
50
- /* UART (only used by nRF52832)
51
- *------------------------------------------------------------------*/
52
- #define RX_PIN_NUMBER _PINNUM(0, 25)
53
- #define TX_PIN_NUMBER _PINNUM(0, 24)
54
- #define CTS_PIN_NUMBER 0
55
- #define RTS_PIN_NUMBER 0
56
- #define HWFC false
57
-
58
- // Used as model string in OTA mode
49
+ //--------------------------------------------------------------------+
50
+ // BLE OTA
51
+ //--------------------------------------------------------------------+
59
52
#define BLEDIS_MANUFACTURER "Adafruit Industries"
60
53
#define BLEDIS_MODEL "ItsyBitsy nRF52840 Express"
61
54
Original file line number Diff line number Diff line change 39
39
//#define LED_RGB_GREEN_PIN _PINNUM(0, 22)
40
40
//#define LED_RGB_BLUE_PIN _PINNUM(0, 24)
41
41
#define BOARD_RGB_BRIGHTNESS 0x404040
42
+
42
43
/*------------------------------------------------------------------*/
43
44
/* BUTTON
44
45
*------------------------------------------------------------------*/
48
49
#define BUTTON_2 _PINNUM(0, 19) // no connection
49
50
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
50
51
51
- // Used as model string in OTA mode
52
+ //--------------------------------------------------------------------+
53
+ // BLE OTA
54
+ //--------------------------------------------------------------------+
52
55
#define BLEDIS_MANUFACTURER "MakerDiary"
53
56
#define BLEDIS_MODEL "nRF52840 Micro Dev Kit USB Dongle"
54
57
58
+ //--------------------------------------------------------------------+
59
+ // USB
60
+ //--------------------------------------------------------------------+
55
61
#define UF2_PRODUCT_NAME "MDK nRF52840 USB Dongle"
56
62
#define UF2_VOLUME_LABEL "MDK840DONGL"
57
63
#define UF2_BOARD_ID "nRF52840-Dongle-v1"
You can’t perform that action at this time.
0 commit comments