I'm using a SX1276 board. spi initializes and radio #1365
Replies: 2 comments 8 replies
-
I would start with debug mode with |
Beta Was this translation helpful? Give feedback.
-
here's the debug from the failed send. RLB_SPI: R 1 89 RLB_DBG: -16 at lib/RadioLib/src/modules/SX127x/SX127x.cpp:640 |
Beta Was this translation helpful? Give feedback.
-
this code returns success.
later in the code I do
transmissionState = radio.startTransmit("Sample:Text");
and in loop I do
Here's my pins:
const int MY_SPI_MOSI = 33;
const int MY_SPI_MISO = 23;
const int MY_SPI_SCK = 14;
const int MY_SPI_NSS = 5;
const int MY_LORA_RESET = 2;
const int MY_LORA_DIO0 = 26;
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions