Skip to content

Not receive messages in gateway mode #17

@zetapersei

Description

@zetapersei

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions