Skip to content

Use of Sleep pin causes Ring pin to not work correctly. #41

@iliabaranov

Description

@iliabaranov

Hello,

Taking a look at the Ring example, simply adding in SLEEP_PIN causes the RING_PIN to falsely detect a Ring even when none is occurring. Not sure why...

On that note, I suggest using Pullup declaration in line 100 in IridiumSBD.h, to ensure Ring does fire properly, as this is an active low signal.

     pinMode(ringPin, INPUT_PULLUP);

I checked, and removing this change of mine does not cause the issue above to disappear.

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