Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9861
    pierrot10
    Participant

    Hello
    Thank for the library. I am using an Adafruit Feather Mo board with a ATSAMD21G18A. I also use the LoRaWAN library
    I tried sleepDog library but apparently it does not work because of the interrupt.

    By chance, I found an example of code with LoRa and LowPower library, which support ATSAMD21G18A
    At the bottom of the following page https://github.com/rocketscream/Low-Power it states:

    ####Notes: External interrupt during standby on ATSAMD21G18A requires a patch to the Arduino SAMD Core in order for it to work. Fix is provided by this particular pull request.

    I do not really understand what I have to do and what about the term patch.
    Should I include/install in m IDE, the library https://github.com/arduino/ArduinoCore-samd ? (additionnaly)
    I already installed Arduino SAMD board

    What does exactely arduino/ArduinoCore-samd?

    Many thank for your clarification
    Cheers

    • This topic was modified 5 years, 6 months ago by pierrot10. Reason: Adding a link
    #11212
    LIM PHANG MOH
    Keymaster

    A workaround is to use the ArduinoLowPower library. The rising and falling edge interrupt will only work with that library as the clocking to these peripheral are patched within that library itself.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.