-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Hello everyone! Yesterday I had cloned the repo, followed the instructions on the README and created 2 esp32 projects on my PC: one for the sender and another for the receiver. But it seems that the sender code isn't working.
Triyng to debug the code, I have inserted some printf functions inside the lora_send_packet function on lora.c . I have found that the code isn't escaping the following
while loop:
while((lora_read_reg(REG_IRQ_FLAGS) & IRQ_TX_DONE_MASK) == 0) { vTaskDelay(2); printf("Waiting\n"); }
Do you have faced the same problem? Are those regAddresses right? I think that I'm doing something wrong, but I can't see what.
For instance: I'm using the SX1278 chip ( the RA-01 module). It can only uses 433MHz as carrier for the transmission
Metadata
Metadata
Assignees
Labels
No labels