icon

Arduino hearing test device - Audiometer

0 47143 Medium

   An audiometer is a machine used for evaluating hearing acuity. They usually consist of an embedded hardware unit connected to a pair of headphones and a test subject feedback button. This device typically transmits pure tones to the headphones of the test subject at varying frequencies and intensities, and records the subject's responses to produce an audiogram of threshold sensitivity.

 I recently took a hearing test in a professional facility, and I received the results in the form of an audiogram. I decided to try to make a similar device because the principle of operation of the device is quite simple. After a short research on the internet I found applications that use the sound card of the PC for this purpose, but my goal was to make a practical stand-alone device. I found idea for this type of device on the Arduino forums by a user named "cstram" and decided to make it with some modifications depending on the hardware I had at the time. In this case, the Arduino is an input-output unit that generates tones with different frequencies and intensity, and then displays the feedback results received from the person being tested, on a screen with a resolution of 8 x 8 pixels made up of 64 RGB LEDs. The screen displays two graphs in different colors, for the left and right ear.

projectImage

 The device is relatively simple to build, and consists of several components:

HARDWARE LIST
1 Arduino Nano R3
1 WS2812 RGB Led Matrix 8x8
1 Oled Display SSD1306 128x64
1 Rotary Encoder with Push-Button
1 Linear Regulator (7805)
1 Pushbutton Switch
1 LED
1 Resistor, 470 ohm
1 PAM8403 D-Class Amplifier module
1 Battery, 3.7 V
1 Headphones
1 Bone conductor hearing oscillator

  The device is powered by two lithium batteries connected in series, and a 7805 5V voltage stabilizer is placed at its output. This time I neglected the battery control and charging circuit because that part has been described several times before.
 If you want to make your own PCB for this project, or for any other electronic project, PCBway is a great choice for you. PCBway is one of the most experienced PCB manufacturing company in China in field of PCB prototype and fabrication. They have a large online community where you can find a Open Source projects, and you can also share your project there. From my personal experience I can tell you that on this community you can find many useful projects with alredy designed PCBs, from where you can place an order directly.

projectImage

  Now let's see how the device works in reality: When turning on the device, the first test frequency and the volume in decibels appear on the Oled screen. On the Matrix screen, the rows represent the sound volume in decibels and the columns represent the given frequency in Hertz. Now we put the earphone in one ear and using the rotary encoder we gradually increase the volume until we hear a sound. At that moment, we press the button, which remembers the result for the first frequency and switches to the next frequency, and thus we go to the end. When we finish with the last frequency, we switch the earphone to the other ear and repeat the procedure for all frequencies. Now the diodes will light up with a different color. At the end, the device plots the audiograms for both ears individually in red and blue. The display will give us all the information required. This will tell you the quality of you hearing at each frequency. The red color represents the left ear, while the blue color represents the right one. Let me mention that this is not a professional device and can be used for fun. However, if we calibrate it using a professional device, as I did, we can get quite a solid insight into the auditory capabilities of our hearing organs. 
 This is what a professional Audiogram looks like:

projectImage

UPDATE:

   A few days after I finished the project, I had access to the Bone Conduction Headset, which is used for Bone Conduction Testing.

projectImage

This is another type of pure-tone test that measures your inner ear’s response to sound. A conductor will be placed behind your ear; it will send tiny vibrations through the bone directly to the inner ear. This is different than the traditional version, which uses air to send audible sounds. If the results of this test are different than the pure-tone audiometry, your audiologist can use this information to determine your type of hearing loss. Determining the threshold should be done in the same way as obtaining the Air Conduction thresholds is performed. Bone-conduction measurements are normally restricted to the frequency range from 250 to 4000 Hz.  With a small modification of the previously described device, I expanded its functionality, and after that Bone Conduction Testing can also be performed with it.
  It is only necessary to add a small audio amplifier because the ohmic resistance of the test headset vibrator is only four ohms. I used a small inexpensive class D amplifier with a potentiometer which is quite suitable for this purpose.

projectImage

 It is only necessary to bring the signal from headphones to the input of the amplifier. A Bone Conduction headset is connected to the output of the amplifier through a suitable connector. With the help of the potentiometer we can perform a precise calibration using a commercial device like this. So, as I mentioned before, the method of performing the test is exactly the same as in the previous case, only that instead of a headset, a Bone Conduction oscolator is placed on the bone behind the ear.
  Finally, the device is installed in a suitable case made of PVC board and covered with colored wallpaper.

License
All Rights
Reserved
licensBg
0