Skip to content

Commit b3342cc

Browse files
authored
Merge pull request #235 from arduino/jacobhylen/fix-microphone-part
Jacobhylen/fix microphone part
2 parents eef253e + 2d968b9 commit b3342cc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ The Arduino Nano 33 BLE Sense Rev2 is a great choice for any beginner, maker or
3030

3131
<Feature title="Omnidirectional Digital Microphone" image="microphone">
3232

33-
The MP34DT05 microphone allows to capture and analyze sound in real time and can be used to create a voice interface for your project.
33+
The MP34DT06JTR microphone allows to capture and analyze sound in real time and can be used to create a voice interface for your project.
3434

35-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Nano_BLE_Sense_mp34dt05-a.pdf" download blank/>
35+
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/MP34DT06JTR.pdf" download blank/>
3636
</Feature>
3737

3838
<Feature title="Proximity and Gesture Detection" image="proximity-sensor">

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tech-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Connectivity:
1313
Bluetooth®: NINA-B306
1414
Sensors:
1515
IMU: BMI270 (3-axis accelerometer + 3-axis gyroscope) + BMM150 (3-axis Magnetometer)
16-
Microphone: MP34DT05
16+
Microphone: MP34DT06JTR
1717
Gesture, light, proximity: APDS9960
1818
Barometric pressure: LPS22HB
1919
Temperature, humidity: HS3003

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/cheat-sheet/ble-cheat-sheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,13 +332,13 @@ If you want to learn more on how to use the temperature and humidity sensor, ple
332332

333333
![The MP34DT05 microphone](assets/Nano33_ble_sense_microphone.png)
334334

335-
### MP34DT05
335+
### MP34DT06JTR
336336

337-
The **MP34DT05** is a compact, low-power omnidirectional digital MEMS microphone with an IC interface. It has a 64 dB signal-to-noise ratio, is capable of sensing acoustic waves and can operate in temperatures of -40 °C to +85 °C.
337+
The **MP34DT06JTR** is a compact, low-power omnidirectional digital MEMS microphone with an IC interface. It has a 64 dB signal-to-noise ratio, is capable of sensing acoustic waves and can operate in temperatures of -40 °C to +85 °C.
338338

339339
### PDM Library
340340

341-
To access the data from the MP34DT05, we need to use the [PDM](https://www.arduino.cc/en/Reference/PDM) library that is included in the **Arduino Mbed OS Nano Boards** core. If the core is installed, you will find an example that works by browsing **File > Examples > PDM > PDMSerialPlotter**.
341+
To access the data from the MP34DT06JTR, we need to use the [PDM](https://www.arduino.cc/en/Reference/PDM) library that is included in the **Arduino Mbed OS Nano Boards** core. If the core is installed, you will find an example that works by browsing **File > Examples > PDM > PDMSerialPlotter**.
342342

343343
***Please note: The sampling frequency in the PDMSerialPlotter example is set to 16000 Hz. If the microphone appears to not be working (monitor is printing a value of -128), try to change this rate to 20000 Hz. You can change this at the top of the PDMSerialPlotter example sketch.***
344344

1.23 MB
Binary file not shown.

0 commit comments

Comments
 (0)