Jump to content

Automatic height adjustment microphone stand


fathiyaqaan

Recommended Posts

Can you elaborate about ignoring minute changes in positioning. Furthermore, how to setup the ultrasonic sensor to detect the height of person?

 

Well say for instance that you get a value when your hand is in front of the sensor. If you move your hand the value will change slightly. So what you need to do is store the last value in a variable and use an if statement.

 

You could use more than one sensor. One above the other unless your system is really expensive.

Edited by fiveworlds
Link to comment
Share on other sites

how to setup the ultrasonic sensor to detect the height of person?

When i read your opening post this is the question that appeared in my mind. I was hoping it was an already built device we could see.

 

My initial thought would be by scanning an ultrasonic distance gauge over a few angles using a servo. You can then map the space, work out whether anyone is stood there and their height. An acoustic radar, ACDAR...

 

You could use more than one sensor. One above the other unless your system is really expensive.

I was assuming the sensor system had to be on the mic stand.

 

Really I'm not convinced this is a terribly good idea, likely to be finicky and doesn't add much value.

Link to comment
Share on other sites

Ultrasound sensors typically aren't very reliable for detecting something "unstructured" like a human. e.g. if the surface you want to detect is at an angle, the sound wave can be deflected in another direction and is never detected.

 

For smooth operation, you could implement a Kalman filter, but if you don't already have a decent background in these kind of things, it is not straightforward to implement.

Edited by Bender
Link to comment
Share on other sites

Ultrasound sensors typically aren't very reliable for detecting something "unstructured" like a human. e.g. if the surface you want to detect is at an angle, the sound wave can be deflected in another direction and is never detected.

 

For smooth operation, you could implement a Kalman filter, but if you don't already have a decent background in these kind of things, it is not straightforward to implement.

Very true. I've not tried them but you can get IR lidar modules that might be a little better. You'd have a much better grasp of the angle you're measuring as well.

Link to comment
Share on other sites

I initially want to use the IR but my teammates are quite stubborn to use ultrasound. Using multiple sensors are excellent advice. I will try to make it work. Just for the information, this is my group project for my mechatronics course. I still need to learn more huhuhu

Link to comment
Share on other sites

whenever I have used expensive recording/reproduction/amplification equipment I have had to spend (what felt to me) an inordinate amount of time isolating from all extraneous mechanical, electrical, electronic, and sonic sources. Your idea seems to be introducing a dose of each sort of possible pollution of your signal

Link to comment
Share on other sites

I initially want to use the IR but my teammates are quite stubborn to use ultrasound. Using multiple sensors are excellent advice. I will try to make it work. Just for the information, this is my group project for my mechatronics course. I still need to learn more huhuhu

Have they experimented with not flat surfaces?

Link to comment
Share on other sites

I was assuming the sensor system had to be on the mic stand.

 

 

Yeah on the stand one sensor placed above the mic to see above your head and one placed below the mic to tell if the mic is raised too high.

 

There should also be buttons to raise and lower the mic in case the sensor is slightly off and a button/switch to activate the automatic raising since it would be undesirable if the singer was moving alot.

Edited by fiveworlds
Link to comment
Share on other sites

 

Yeah on the stand one sensor placed above the mic to see above your head and one placed below the mic to tell if the mic is raised too high.

Ah I see. I think a third might be needed as a there's no one stood there sensor at a very low height.

Link to comment
Share on other sites

Ah I see. I think a third might be needed as a there's no one stood there sensor at a very low height.

 

 

You can detect the range to the nearest object with ultrasound. If there is no one there it won't detect an object. https://www.arduino.cc/en/Tutorial/Ping?from=Tutorial.UltrasoundSensor

 

Though it could detect a wall if you placed the stand near one.

Edited by fiveworlds
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.