nopnop2002 / Arduino-LoRa-Ra01S

An Arduino Library for LoRa Communication using SX1262/1268
MIT License
33 stars 11 forks source link

Interrupt request #13

Closed garudaonekh closed 8 months ago

garudaonekh commented 8 months ago

Hi, How to add interrupt to this library?

I want to sleep the MCU and wakeup it when there's incoming data.

I use PY32F002 chip.

Regards;

nopnop2002 commented 8 months ago

Please read the SX126x datasheet.

All the answers are here.

https://semtech.my.salesforce.com/sfc/p/#E0000000JelG/a/2R0000001Rbr/6EfVZUorrpoKFfvaF_Fkpgp5kzjiNyiAbqcpqh9qSjE

garudaonekh commented 8 months ago

Thanks;