This document discusses measuring the energy consumption of an AndroidThings application running on a Raspberry Pi. An Arduino with an INA219 shunt is used to measure the power drawn by the Raspberry Pi running an AndroidThings app that sends weather data via SMS. The results showed the app running for 8 hours idle, 2 hours while sending SMS messages, and 20 minutes to send 10,000 SMS messages. Examining the Android system UI process revealed it used 3 times as much energy as other processes due to software events. Improving how events are handled could increase battery life by 42 minutes. The document concludes that IoT energy consumption will increase due to managed data transfer and that efficient IoT design is important for environmental and