-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d96d5f1
commit 4014db0
Showing
67 changed files
with
428 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[env:ESP32_C3_OctopusLab_LoRa] | ||
board = esp32-c3-devkitm-1 | ||
board_build.mcu = esp32c3 | ||
build_flags = | ||
${common.build_flags} | ||
-DESP32_C3_OctopusLab_LoRa | ||
-DHAS_SX1268 | ||
-DRADIO_HAS_XTAL | ||
-DARDUINO_USB_MODE=1 | ||
-DARDUINO_USB_CDC_ON_BOOT=1 | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[env:ESP32_DIY_1W_LoRa] | ||
board = esp32dev | ||
build_flags = | ||
${common.build_flags} | ||
-DESP32_DIY_1W_LoRa | ||
-DHAS_SX1268 | ||
-DHAS_1W_LORA | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[env:ESP32_DIY_1W_LoRa_915] | ||
board = esp32dev | ||
build_flags = | ||
${common.build_flags} | ||
-DESP32_DIY_1W_LoRa_915 | ||
-DHAS_SX1262 | ||
-DHAS_1W_LORA | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[env:ESP32_DIY_1W_LoRa_LLCC68] | ||
board = esp32dev | ||
build_flags = | ||
${common.build_flags} | ||
-DESP32_DIY_1W_LoRa_LLCC68 | ||
-DHAS_LLCC68 | ||
-DHAS_1W_LORA | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[env:ESP32_DIY_1W_LoRa_Mesh_V1_2] | ||
board = esp32dev | ||
build_flags = | ||
${common.build_flags} | ||
-DESP32_DIY_1W_LoRa_Mesh_V1_2 | ||
-DHAS_SX1268 | ||
-DHAS_1W_LORA | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[env:ESP32_DIY_LoRa] | ||
board = esp32dev | ||
build_flags = | ||
${common.build_flags} | ||
-DESP32_DIY_LoRa | ||
-DHAS_SX1278 | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[env:ESP32_DIY_LoRa_915] | ||
board = esp32dev | ||
build_flags = | ||
${common.build_flags} | ||
-DESP32_DIY_LoRa_915 | ||
-DHAS_SX1276 | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[env:ESP32_DIY_LoRa_A7670] | ||
board = esp32dev | ||
build_flags = | ||
${common.build_flags} | ||
-DESP32_DIY_LoRa_A7670 | ||
-DHAS_SX1278 | ||
-DHAS_A7670 | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
vshymanskyy/TinyGSM @ 0.12.0 | ||
vshymanskyy/StreamDebugger @ 1.0.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[env:ESP32_DIY_LoRa_A7670_915] | ||
board = esp32dev | ||
build_flags = | ||
${common.build_flags} | ||
-DESP32_DIY_LoRa_A7670_915 | ||
-DHAS_SX1276 | ||
-DHAS_A7670 | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
vshymanskyy/TinyGSM @ 0.12.0 | ||
vshymanskyy/StreamDebugger @ 1.0.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[env:OE5HWN_MeshCom] | ||
board = esp32dev | ||
build_flags = | ||
${common.build_flags} | ||
-DOE5HWN_MeshCom | ||
-DHAS_SX1268 | ||
-DHAS_1W_LORA | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[env:QRPLabs_LightGateway_1_0] | ||
board = esp32-s3-devkitc-1 | ||
board_build.mcu = esp32s3 | ||
build_flags = | ||
${common.build_flags} | ||
-DLIGHTGATEWAY_1_0 | ||
-DHAS_SX1268 | ||
-DARDUINO_USB_MODE=1 | ||
-DARDUINO_USB_CDC_ON_BOOT=1 | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[env:WEMOS-D1-R32-RA02] | ||
board = wemos_d1_uno32 | ||
build_flags = | ||
${common.build_flags} | ||
-DWEMOS_D1_R32_RA02 | ||
-DHAS_SX1278 | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[env:WEMOS-LOLIN32-OLED-DIY] | ||
board = lolin32 | ||
build_flags = | ||
${common.build_flags} | ||
-DWEMOS_LOLIN32_OLED_DIY_LoRa | ||
-DHAS_SX1278 | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[env:WEMOS_S2_MINI_DIY_LoRa] | ||
board = lolin_s2_mini | ||
build_flags = | ||
${common.build_flags} | ||
-DWEMOS_S2_MINI_DIY_LoRa | ||
-DHAS_SX1278 | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[env:esp32c3_DIY_1W_LoRa] | ||
board = esp32-c3-devkitm-1 | ||
board_build.mcu = esp32c3 | ||
build_flags = | ||
${common.build_flags} | ||
-DESP32C3_DIY_1W_LoRa | ||
-DHAS_SX1268 | ||
-DHAS_1W_LORA | ||
-DARDUINO_USB_MODE=1 | ||
-DARDUINO_USB_CDC_ON_BOOT=1 | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[env:esp32c3_DIY_1W_LoRa_915] | ||
board = esp32-c3-devkitm-1 | ||
board_build.mcu = esp32c3 | ||
build_flags = | ||
${common.build_flags} | ||
-DESP32C3_DIY_1W_LoRa_915 | ||
-DHAS_SX1262 | ||
-DHAS_1W_LORA | ||
-DARDUINO_USB_MODE=1 | ||
-DARDUINO_USB_CDC_ON_BOOT=1 | ||
lib_deps = | ||
${common.lib_deps} | ||
${common.display_libs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +0,0 @@ | ||
#define RADIO_SCLK_PIN 5 // GPIO5 - SX1278 SCK | ||
#define RADIO_MISO_PIN 19 // GPIO19 - SX1278 MISO | ||
#define RADIO_MOSI_PIN 27 // GPIO27 - SX1278 MOSI | ||
#define RADIO_CS_PIN 18 // GPIO18 - SX1278 CS ---> NSS | ||
#define RADIO_RST_PIN 14 // GPIO14 - SX1278 RST | ||
#define RADIO_BUSY_PIN 26 // GPIO26 - SX1278 IRQ ---->DIO0 | ||
Oops, something went wrong.