Skip to content

LoRa sender not working #13

@lucas-figueiredo-m

Description

@lucas-figueiredo-m

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions