Inspiration
In today's fast-paced world, our smartphones often run out of battery at the worst possible moments. We were inspired by the idea of turning every movement and interaction with the phone into usable energy. What if your phone could charge itself while you walk, talk, or even just fidget with it? We wanted to create a solution that makes low-battery anxiety a thing of the past.
What it does
Energetic Mobile Phone is a proof-of-concept self-charging smartphone system that harvests energy from three sources: kinetic motion (walking, shaking), body heat (thermoelectric), and ambient light (solar film integrated into the screen). The system intelligently manages power distribution and shows users real-time energy harvesting data through a companion app, helping them make battery life last significantly longer.
How we built it
We built the hardware prototype using a Raspberry Pi Zero paired with piezoelectric transducers for motion harvesting, a Peltier module for thermal energy, and a flexible solar film. The power management circuit funnels harvested energy into a Li-Po battery via a TP4056 charging module. The software side was built with Python for data logging and React Native for the cross-platform companion app that visualizes energy input in real time. We used Figma for UI/UX design and 3D-printed the phone casing with PLA filament.
Challenges we ran into
The biggest challenge was voltage regulation—each energy source outputs wildly different and unstable voltages. Integrating them into a single stable charging circuit without damaging the battery took multiple iterations. We also struggled with the thermoelectric module's low efficiency; body heat alone barely generated enough power, so we had to optimize heat dissipation on the cold side of the Peltier module. On the software side, achieving real-time data sync over Bluetooth Low Energy with minimal latency was unexpectedly complex.
Accomplishments that we're proud of
We successfully built a fully functional prototype within 36 hours that can extend a phone's battery life by approximately 15-20% under normal usage conditions. The real-time energy dashboard is smooth and intuitive, and we're especially proud of the custom power management circuit we designed from scratch—it intelligently switches between energy sources based on availability and prioritizes the most efficient input at any given moment.
What we learned
We gained deep hands-on experience with energy harvesting technologies and learned that practical implementation is far messier than theory suggests. We also learned the importance of power budgeting in embedded systems and how to optimize every milliwatt. On the team collaboration side, we picked up rapid prototyping workflows using 3D printing and improved our ability to divide hardware and software tasks efficiently under time pressure.
What's next for energetic mobile phone
Next, we plan to increase harvesting efficiency by experimenting with more advanced thermoelectric materials and integrating triboelectric nanogenerators into the touchscreen layer, so every tap and swipe generates power. We also want to shrink the circuitry into a form factor thin enough to fit inside a real smartphone chassis. Longer term, we aim to partner with phone manufacturers to explore integrating this technology into consumer devices, making self-charging phones a mainstream reality.
Log in or sign up for Devpost to join the conversation.