Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chipaudette committed Feb 8, 2024
2 parents f03775b + 8464594 commit 78e486e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/02-Utility/SoundLevelMeter/SoundLevelMeter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BLE ble(&myTympan); //&Serial1 is the serial connected to the Bluetooth module
SerialManager serialManager(&ble);
State myState(&audio_settings, &myTympan);

//calibraiton information for the microphone being used
//calibration information for the microphone being used
float32_t mic_cal_dBFS_at94dBSPL_at_0dB_gain = -47.4f + 9.2175; //PCB Mic baseline with manually tested adjustment. Baseline: http://openaudio.blogspot.com/search/label/Microphone

//control display and serial interaction
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Requirements

**Hardware**: All versions of the Tympan are, at their heart, compatible with the Teensy brand of microcontrollers. Hence, many of the instructions below relate to Teensy. For reference, Tympan RevD is Teensy 3.6 whereas the Tympan RevE is Teensy 4.1.

**Arduino IDE (Windows/Linux)**: To program the Tympan, you need to download and install the [Arduino IDE](https://www.arduino.cc/en/Main/Software). Download the actual Arduino IDE, don't use the online web-based editor. After installing the Arduino IDE, open the shortcut so that it fully initializes. Then, you can close it down and move to the next step, which is...
**Arduino IDE (Windows/Linux)**: To program the Tympan, you need to download and install the 1.8.x version of the [Arduino IDE](https://www.arduino.cc/en/Main/Software). Scroll down and download the 1.8.x version, do not use the newer 2.x version nor the web-based editor. After installing the Arduino IDE, open the shortcut so that it fully initializes. Then, you can close it down and move to the next step, which is...

**Teensyduino Add-On (Windows/Linux, MASTER branch)**: After installing the Arduino IDE, you need to download and install the [Teensyduino Add-On](https://www.pjrc.com/teensy/td_download.html), which allows you to program Teensy devices (including Tympan) using the Arduino IDE. It'll ask you whether you want to install a bunch of libraries. You can say "yes" to them all, or you can say "yes" to these few: Audio, Bounce2, FreqCount, FreqMeasure, i2c_t3, SerialFlash, Snooze, and SPIFlash.

Expand Down

0 comments on commit 78e486e

Please sign in to comment.