I am trying to find out what IoT devices I shall use to enable an device(say a small toy car) to have a ability to follow a particular person.
So far what I have found:
QR Code, print out the QR code and stick to yourself and let the car to track the QR code. Con: I don't expect my friends or family to print out an QR code and stick to themselves.... which looks funny, impractical
UWB. I noticed this technology recently. It enables cm-level positioning, but super expensive.
I am looking for an affordable solution.
Or use what I have:
- Lidar
- OpenCV AI Camera Oak 1 and Oak D
- Raspberry Pi 4
- An Android mobile Phone which has Wifi and Bluetooth
- A GPS IoT Module
Not sure whether is it possible to use what I already have to enable the person following capability.
So my questions are:
How can I use affordable IoT devices(e.g. uwb) to enable tracking a particular person within short distance(e.g. short than 10 meters)
How to use existing devices which I have to do the person tacking?
Update
To make this question more specific, here is the details:
- There will be more than one person
- Among many person, the IoT devices + AI software should be able to just keep track that one particular person which specified at the beginning of launching an app
- The AI software and app is not in the scope of discussion, this post is only discussing about the capable IoT devices
- Terrain is not considered
- Obstacles, since this is a discussion about closely following(within 1-1.5 meters), most of time there won't be obstacles, but admittedly, there might be times which an unpleasant in-between-cross happening, but it's expected to be very short period of time.
- Size of the vehicle should not matter as I am seeking for a generic solution rather than a "hard coding" solution which can only work for a fixed size vehicle.
- Speed is about walking speed which should not matter.
- Batter life is not in the scope of this discussion, as long as the device is not consuming energy absurdly.
- There are many devices out there, but not many have great documents, so prefer to have the devices which are well documented and affordable.
- OpenCV is definitely a thing to incorporate, but as this is a "hardware" website, I'm too afraid to ask software related questions here, just to avoid my question to be closed because of this. But you are not restricted by this and are more than welcomed to discuss it and I will definitely like to talk about it :)