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

Not receive messages in gateway mode #17

Open
zetapersei opened this issue Nov 17, 2022 · 0 comments
Open

Not receive messages in gateway mode #17

zetapersei opened this issue Nov 17, 2022 · 0 comments

Comments

@zetapersei
Copy link

zetapersei commented Nov 17, 2022

Hi,
I tried the gateway example together with the node example with two esp32 + RFM95 at 868 Mhz. The node is working fine, but the esp gateway is not receiving any messages. All parameters are the same (SF, Freq, ...).
I changed the gateway source as follows:
`LoRaNow.send (); //added

LoRaNow.onMessage (onMessage);

LoRaNow.gateway (); `

and it works correctly. The gateway function appears to not initialize the hardware correctly.

Thanks.
Maurizio

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

1 participant