Hi, i am planning to make a arduino system that is connected to device that I will be carrying such that if I walk away lets say about 2m, the Arduino will set out an buzzer. Any suggestions on what kind of component/sensor I should use for this?
Define 'about 2M' as in to what level of accuracy ?
okay I mean not really 2m per se. What I mean is something like a proximity car key, so if I walk away a certain distance it will trigger an alert. I am trying to replicate this feature using an Arduino.
You could try using one of those el-cheapo 433Mhz modules to send an I am here message.
If the receiver does not get the I am here for a set period it knows its out of range.
These cheapo modules are short range, and whilst you should leave the transmitter modules antenna alone, you could cut down the receivers antenna to get the distance you want.
What are you actually trying to do? Are you trying to make a portable/wearable device that will calculate your walking distance?
Thanks i'll check on them and see.
Yes, i am intending to make a portable device, such that if I am carrying this portable device and walk a few steps away from my main arduino, I should receive an alarm on my main arduino.
Something like this: HM10 Bluetooth module, Proximity/Distance Sensing using Arduino (Code available) - YouTube
But in my case, I only want my main Arduino to detect my portable device and no other device.
I think you can take a look at this: Arduino Projects - Walking Steps Calculator using ADXL345
It's based on Arduino UNO and ADXL345 Accelerometer.