6.4 Power Analysis
While in Software Shutdown mode, the Raspberry Pi board consumes 1.6W of power, whereas the total system power consumption including the PIC16F15245 control board is 1.9W. Assuming a Raspberry Pi system needs to be active for 12 hours a day, the approximate power saved for one day is 19.2 Wh (1.6W * 12h) . This power saved can further be improved if the PIC16F15245 microcontroller is put into Sleep mode. Table 6-1 gives the detailed power consumption of the application in Active and Sleep state with the Raspberry Pi board. In Active mode, the Raspberry Pi board consumes 2.5W, while the PIC16F15245 microcontroller on the Control board consumes 508 μW.
System State | Raspberry Pi Power Consumption (W)(1) | PIC16F15245 MCU Power Consumption (μW)(1) | Total System Power Consumption (W)(1, 2, 3) |
---|---|---|---|
Active | 2.5 | 508 | 2.9 |
Sleep | 0 | 6.6 | 0.03 |
Note:
|