Robert Ekl
3 months ago
No known key found for this signature in database
GPG Key ID: 224F2A3AEDFDEC85
3 changed files with
4 additions and
4 deletions
-
variants/t1000-e/platformio.ini
-
variants/t1000-e/variant.cpp
-
variants/t1000-e/variant.h
|
|
|
@ -22,7 +22,7 @@ build_flags = ${nrf52_base.build_flags} |
|
|
|
-D P_LORA_NSS=12 ; P0.12 |
|
|
|
-D P_LORA_DIO_1=33 ; P1.1 |
|
|
|
-D P_LORA_MISO=40 ; P1.8 |
|
|
|
-D P_LORA_MOSI=41 ; P0.9 |
|
|
|
-D P_LORA_MOSI=41 ; P1.9 |
|
|
|
-D P_LORA_RESET=42 ; P1.10 |
|
|
|
-D LR11X0_DIO_AS_RF_SWITCH=true |
|
|
|
-D LR11X0_DIO3_TCXO_VOLTAGE=1.6 |
|
|
|
|
|
|
|
@ -55,7 +55,7 @@ const uint32_t g_ADigitalPinMap[PINS_COUNT + 1] = |
|
|
|
42, // P1.10, LORA_RESET
|
|
|
|
43, // P1.11, GPS_EN
|
|
|
|
44, // P1.12, GPS_SLEEP_INT
|
|
|
|
45, // P1.13
|
|
|
|
45, // P1.13, FLASH_ENABLE
|
|
|
|
46, // P1.14, GPS_RESETB
|
|
|
|
47, // P1.15, PIN_GPS_RESET
|
|
|
|
255, // NRFX_SPIM_PIN_NOT_USED
|
|
|
|
|
|
|
|
@ -97,7 +97,7 @@ |
|
|
|
#define LORA_BUSY (7) // P0.7
|
|
|
|
#define LORA_SCLK (PIN_SPI_SCK) // P0.11
|
|
|
|
#define LORA_MISO (PIN_SPI_MISO) // P1.8
|
|
|
|
#define LORA_MOSI (PIN_SPI_MOSI) // P0.9
|
|
|
|
#define LORA_MOSI (PIN_SPI_MOSI) // P1.9
|
|
|
|
|
|
|
|
#define LR11X0_DIO_AS_RF_SWITCH true |
|
|
|
#define LR11X0_DIO3_TCXO_VOLTAGE 1.6 |
|
|
|
|