SpellFoundry / SleepyPi2

Power Management board for Raspberry Pi
http://spellfoundry.com/sleepypi2
GNU General Public License v2.0
17 stars 15 forks source link

WakePeriodically.ino - Where to insert the line : SleepyPi.enablePiPower(true) #1

Closed captainigloo closed 6 years ago

captainigloo commented 7 years ago

After several non-functional tests impossible to operate this sketch // SleepyPi.enablePiPower(true);
// after arduino wakeup.

Tests done with input of micro USB 5v or 5-30v Sleepy PI2. In which position should the jumper hardware or software be placed?

SpellFoundry commented 7 years ago

Hi I've added an example: WakePiPeriodically which hopefully point you in the right direction. Also take a look at the new WakeUpPiPeridicallyOnAlarm which may also help.

captainigloo commented 7 years ago

Hi, Thanks !

captainigloo commented 7 years ago

Great ! Perfect.