Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sx1276 not working #14

Open
francescoNoto opened this issue Mar 5, 2024 · 1 comment
Open

sx1276 not working #14

francescoNoto opened this issue Mar 5, 2024 · 1 comment

Comments

@francescoNoto
Copy link

I tried the code, when I see the res value it gives me 0 when everything is configured, but I can't transmit or receive. My module is rfm95 (sx1276). I configured SPI and NSS as output and DIO_0 as interrupt. Does the module reset have to remain unplugged?
if I leave the following line of code I don't read res:
uint8_t res = lora_send_packet(&lora, (uint8_t *)"test", 4);
if (res != LORA_OK) {
// Send failed
}

if I put res == 0
instead I continue but I don't transmit

@ajinkyaraut7
Copy link

Were you able to get it to work? I am having the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants