The problem
In field work, noticing a missing tool only after leaving the site costs time and creates rework.
Tools that notice what was left behind
A smart toolbox combining RFID/NFC identification, ESP32 and a Kotlin application to track physical items.
The problem
In field work, noticing a missing tool only after leaving the site costs time and creates rework.
Context
The project explores how accessible hardware and a mobile interface can maintain a simple inventory without pretending the prototype already covers every real-world condition.
What was built
A physical inventory concept tied to RFID/NFC tags.
An ESP32 integration base.
A Kotlin app representing and tracking item state.
Architecture in 60 seconds
Tool identified by a tag
RFID/NFC connected to ESP32
Inventory and set events
Kotlin app for lookup and alerts
Decisions and trade-offs
ESP32 keeps the experiment accessible and reproducible.
The interface prioritizes knowing what is present or missing over decorative metrics.
Physical reading, state and presentation stay separate to make testing easier.
Verifiable result
Known limitations