chandrawi / LoRaRF-Arduino

Arduino library for basic transmitting and receiving data using LoRa and FSK modulation
MIT License
53 stars 15 forks source link

continuously receiver example not working with E22-900M22S #28

Closed FedeJack06 closed 1 week ago

FedeJack06 commented 1 week ago

Using "SX126x_LoRa_transmitter" example with "SX126x_LoRa_receiver" works great, up 7km. Using "SX126x_LoRa_transmitter" example with "SX126x_LoRa_receiver_continuous" not receive any packet. I'm using two arduino pro mini and TX868-XPL-100 antenna. Frequency 866.6 MHz, other parameter like example.

FedeJack06 commented 1 week ago

solved: "SX126x_LoRa_receiver_continuous" and "SX126x_LoRa_receiver_listen" needs DIO1 to be connected as "irq pin" in begin (SX1262)