UPM

The UPM API is a high level sensor library for IoT devices using MRAA. See examples here. Back to index page.
SparkFun sensor images provided under CC BY-NC-SA-3.0.

ISD1820 Class

Module: isd1820
  • ID: isd1820
  • Name: Voice Recording and Playback Module
  • Other Names: ISD1820 Recorder
  • Category: sound
  • Manufacturer: seeed
  • Connection: gpio
  • Link: http://wiki.seeed.cc/Grove_Recorder/

This class implements support for the Grove Voice Recorder. There are two digital pins: one that enables recording, and the other that plays back what was previously recorded.
isd1820.jpg

Item Index

Methods

Methods

ISD1820

(
  • playPin
  • recPin
)
Number

ISD1820 constructor

Parameters:

  • playPin Number

    Pin to use for playback

  • recPin Number

    Pin to use for recording

Returns:

Number:

play

(
  • enable
)

Starts or stops playback

Parameters:

  • enable Boolean

    Starts playback if true, stops if false

record

(
  • enable
)

Starts or stops recording

Parameters:

  • enable Boolean

    Starts recording if true, stops if false