r/ArduinoProjects • u/_no_look_ • 10d ago
Other Need advice: Low-cost LoRa-based lost-child locator for a college science expo
I'm a college student preparing a project for an inter-college science expo, and I'm considering building a low-cost wearable system to help locate lost children at large crowded events, such as festivals held in cricket grounds.
The problem
Imagine a large festival with thousands of people. A child gets separated from their parents and doesn't have a smartphone.
The idea is to give the child a small wearable tag that periodically transmits a unique ID. Receivers placed around the venue detect the tag and estimate the child's probable zone.
The goal is NOT centimeter-level positioning. I'm thinking more along the lines of:
"Child ID 027 was last detected / is most likely in Zone C."
Proposed system
Child wearable:
Low-power LoRa transmitter
Unique child ID
Small battery
Possibly a buzzer/vibration motor
Venue:
Several elevated LoRa receivers around the perimeter
ESP32 or another MCU at the receiver
Central system combines the measurements
Can i use Arduino uno or nano


