KineSol – The Smart Self-Charging Life Kit

"Charge Your World with Every Step."


🌱 Inspiration

We live in a world that runs on electricity — yet every day, so much natural energy slips away unused.
Each step we take, each ray of sunlight that touches us, carries potential power.

KineSol was inspired by this simple realization.
Imagine if our footsteps and sunlight could keep our phones alive, our water clean, and our lights glowing.
This idea was born during a long walk when one of us ran out of battery miles away from a power source.
That frustration turned into curiosity, and curiosity evolved into KineSol — a vision of powering life through nature and motion.


🔋 What It Does

KineSol is a smart, self-charging life kit that turns kinetic energy from walking and solar energy from sunlight into usable electricity.

It brings together three modular innovations:

  • ElectraWalk Shoes – Piezoelectric plates beneath the sole convert walking pressure into electricity.
  • AquaCharge Bottle – A solar-powered smart bottle that purifies water, displays temperature, and stores power.
  • PowerPatch Film – A flexible solar film that attaches to backpacks or windows for quick, portable charging.

All three connect seamlessly via USB-C or wireless transfer, and the KineSol App tracks energy generation, usage, and eco-points in real time.

KineSol Components


🧰 How We Built It

The system is based on two main principles: the piezoelectric effect and solar energy conversion.

Kinetic Energy Conversion

We used piezoelectric plates that generate electric charge \( Q \) when pressure \( F \) is applied:

$$ Q = d \times F $$

where \( d \) is the piezoelectric charge coefficient.
Each footstep produces a small voltage, which is collected and stored in a micro rechargeable power bank inside the shoe sole.

Solar Energy Harvesting

We integrated thin-film solar cells on both the AquaCharge Bottle and the PowerPatch Film to absorb sunlight and generate current:

$$ P = \eta \times A \times G $$

where \( \eta \) is solar cell efficiency, \( A \) is surface area, and \( G \) is solar irradiance.

Energy Management

An onboard microcontroller synchronizes kinetic and solar inputs and stores them safely.
The KineSol App (built with Flutter + Bluetooth) visualizes data — steps, watts generated, charge percentage, and CO₂ saved.

Example pseudo-code of how the energy tracking logic works:

if step_detected
  kinetic_energy += piezo_output
elsif sunlight_detected
  solar_energy += panel_output
end

total_energy = kinetic_energy + solar_energy
update_app_dashboard(total_energy)

Built With

Share this project:

Updates