WARNING: This page is for archival purposes only. Some links may be broken, guides may be outdated, and software extensions for App Inventor may be old, resulting in non-functioning apps. For our latest IOT materials, please click here.
The Arduino 101 Sound Recorder extension lets users control a sound recorder and playback device connected to a Grove Shield.
More Links
BluetoothDevice
– The BluetoothLE component with a connection to the Arduino 101.PlayPin
– The digital pin used to trigger playback. If using the Grove connector, this is the same number as the digital pin port (D4 becomes 4).RecordPin
– The digital pin used to trigger the recording. If using the Grove connector, this is one number higher than the digital pin port (D4 becomes 5).IsSupported
– Tests whether the Bluetooth low energy device is broadcasting support for the service. If true,
calls to TurnOn and TurnOff should work correctly. Otherwise an error will be reported through
the Screen’s ErrorOccurred event.StopRecording
– Stop recording sound. The recording is limited to about 80 seconds of audio. If this limit is
reached recording will automatically cease.