Difference between revisions of "Raspberry Juice"

From BitWizard Wiki
Jump to navigation Jump to search
(Created page with "= Overview = The Raspberry Juice serves as a power switch for the Raspberry Pi.")
 
Line 1: Line 1:
= Overview =
= Overview =
The Raspberry Juice serves as a power switch for the Raspberry Pi.
The Raspberry Juice serves as a power switch for the Raspberry Pi. This expansion board can turn the power on or off at a scheduled time.

= Use =
The Raspberry Juice can be found using I2C or SPI at address 0xA4, and has the following read ports:
{| border=1
! Port !! Returned value
|-
| 0x20 || Time until power off
|-
| 0x21 || Time until power on
|-
| 0x30 || Absolute scheduled time of power off
|-
| 0x31 || Absolute scheduled time of power on
|}

Revision as of 18:00, 9 July 2014

Overview

The Raspberry Juice serves as a power switch for the Raspberry Pi. This expansion board can turn the power on or off at a scheduled time.

Use

The Raspberry Juice can be found using I2C or SPI at address 0xA4, and has the following read ports:

Port Returned value
0x20 Time until power off
0x21 Time until power on
0x30 Absolute scheduled time of power off
0x31 Absolute scheduled time of power on