adafruit / seesaw

I2C friend to expand capabilities of other chips.
Other
76 stars 34 forks source link

Would it be possible to have the SeeSaw board with the sleep mode? #12

Open pierrot10 opened 5 years ago

pierrot10 commented 5 years ago

Good day, I am actually working with a Feather MO adalogger board and a Seesaw board. When remove the Seesaw board from the proejct, the project cunsome about 10mA less.

I can not determine how much cunsume the seesaw board, but would have a possiblity to have the Seesaw board sleeping and to wake it up as we can do with a Feather MO board and the ArduinoLowPower and the Adafruit_sleepdog libraries?

In other word, how can we have the Seesaw board in a low power cunsumption when the Feather MO board sleep?

ladyada commented 5 years ago

not easily, we didnt add sleep mode to the seesaw chip! you can try powering the VIN from a digital IO, pull it high to turn on, low to turn off.

pierrot10 commented 5 years ago

Dear Layada,

Thank for your reply. Your answer raised the doubt :). May I propose you to add the Low Power functionality in the next SeeSaw version? Is a complex task to add the Low Power mode? Is some code to add in the SeeSaw library or should it be modified in the Frimeware?

by the way, may I suggest again a new Learn section (if it's not not exist yet) about the Seesaw customization with a J-Link and SWD adapter?

Thank a lot for your support and I already wish a merry Christmas.

ladyada commented 5 years ago

it would be great to add it but we don't have any plans to and the schedule's very full. :) if you do end up adding that ability please send a pull request and we'll integrate it!