Advertisement

Quick Links

7/24/22, 10:40 AM
Grove - Recorder V3
This is the latest version of Grove-recorder, and also the best
version. Comparing the previous one, there are some updates that
we would like to mention.
First change is MCU. In V3.0, the MCU is upgraded from to be
ISD9160FI, which is more powerful than the old one ISD1820PY.
How is it more powerful? Together with the newly added 2Mbytes
https://wiki.seeedstudio.com/Grove-Recorder_v3.0/
Grove - Recorder V3 - Seeed Wiki
1/12

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Grove Recorder V3 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for SeeedStudio Grove Recorder V3

  • Page 1 First change is MCU. In V3.0, the MCU is upgraded from to be ISD9160FI, which is more powerful than the old one ISD1820PY. How is it more powerful? Together with the newly added 2Mbytes https://wiki.seeedstudio.com/Grove-Recorder_v3.0/ 1/12...
  • Page 2 MCU from ISD1820PY to ISD 9160FI Record and playback button Record switch 2Mbytes ash Features Very long record time, up to 83s Built-in button to operate Built-in led indicator Stand alone or control by MCU Built-in Microphone  https://wiki.seeedstudio.com/Grove-Recorder_v3.0/ 2/12...
  • Page 3: Platform Support

    7/24/22, 10:40 AM Grove - Recorder V3 - Seeed Wiki More details about Grove modules please refer to Grove System [https://wiki.seeedstudio.com/Grove_System/] Platform Support Arduino BeagleBone Raspberry LinkIt Speci cation Working Voltage: 3.⅗V Working Current (@5V, 25℃) Standby: 25-30mA Recording: 29-35mA Playing: 110-150mA Working Current (@3.3V, 25℃)
  • Page 4: Hardware Overview

    Grove - Recorder V3 - Seeed Wiki Weight: 31.5g Hardware Overview 1.Speaker Connector - JST2.0 2.Microphone 3.Voice Control 4.Button Short Press and Release: Play Long Press: Start recording until release the button 5.Led Indicator Red led, lights when button press 6.Grove Connector 7.REC Switch https://wiki.seeedstudio.com/Grove-Recorder_v3.0/ 4/12...
  • Page 5: Getting Started

    First of all, you need to prepare the below stuffs: Seeeduino V4 Grove - Recorder Get ONE Now Get ONE Now [https://www.seeedstudio.com/Seeeduino- [https://www.seeedstudio.com] V4.2-p-2517.html] Hardware Connection Thanks to the bene t of Grove series module, you don't need to make soldering or bread board, what you need to do is connect the https://wiki.seeedstudio.com/Grove-Recorder_v3.0/...
  • Page 6 Record - Press the button until the LED light, and it's recording, release the button when nish recording. Play - Press and release the button to play the voice that had been recorded. If you want to control the module by code. please go ahead. Software https://wiki.seeedstudio.com/Grove-Recorder_v3.0/ 6/12...
  • Page 7 Serial.println("cmd: \r\nr: record\r\ns: stop recordi pinMode(pinRec, OUTPUT); pinMode(pinPlay, OUTPUT); digitalWrite(pinRec, HIGH); digitalWrite(pinPlay, HIGH); void loop() if(Serial.available()) char c = Serial.read(); if(c == 'r') // begin to record digitalWrite(pinRec, LOW); Serial.println("start recording..."); else if(c == 's') // stop recording https://wiki.seeedstudio.com/Grove-Recorder_v3.0/ 7/12...
  • Page 8: Enter Command

    Play with Codecraft Hardware Step 1. Connect a Grove - Record to port D2 of a Base Shield. Step 2. Plug the Base Shield to your Seeeduino/Arduino. Step 3. Link Seeeduino/Arduino to your PC via an USB cable. Software https://wiki.seeedstudio.com/Grove-Recorder_v3.0/ 8/12...
  • Page 9 Note If this is your rst time using Codecraft, see also Guide for Codecraft using Arduino [https://wiki.seeedstudio.com/Guide_for_Codecraft_using_Arduino/]. Step 2. Drag blocks as picture below or open the cdc le which can be downloaded at the end of this page. https://wiki.seeedstudio.com/Grove-Recorder_v3.0/...
  • Page 10 7/24/22, 10:40 AM Grove - Recorder V3 - Seeed Wiki Upload the program to your Arduino/Seeeduino.  Success When the code nishes uploaded, you can use Recorder to record and play via Serial Monitor. Schematic Online Viewer https://wiki.seeedstudio.com/Grove-Recorder_v3.0/ 10/12...
  • Page 11 7/24/22, 10:40 AM Grove - Recorder V3 - Seeed Wiki Resources Schematics in PDF [https:// les.seeedstudio.com/wiki/Grove_Recorder_V3/res/Gr ove%20-%20Recorder%20v3.0a.pdf] Schematics in Eagle [https:// les.seeedstudio.com/wiki/Grove_Recorder_V3/res/ea gle.zip] https://wiki.seeedstudio.com/Grove-Recorder_v3.0/ 11/12...
  • Page 12: Tech Support

    7/24/22, 10:40 AM Grove - Recorder V3 - Seeed Wiki Codecraft CDC File [https:// les.seeedstudio.com/wiki/Grove_Recorder/res/Grove_ Recorder_CDC_File.zip] Tech Support Please submit any technical issue into our forum [https://forum.seeedstudio.com/]. [https://www.seeedstudio.com/act-4.html? utm_source=wiki&utm_medium=wikibanner&utm_campaign=newpr oducts] https://wiki.seeedstudio.com/Grove-Recorder_v3.0/ 12/12...

Table of Contents