ISD1820 Recording Voice and Playback Perekam Suara + Speaker

  • Fast Shipping

    Receive products in amazing time
  • Easy Returns

    Return policy that lets you shop at ease
  • Always Authentic

    We only sell 100% authentic products
  • Secure Shopping

    Your data is always protected

Rp22.425 Rp23.000

100 in stock

SKU: RK7-R04 Category: Tag:

Description

ISD1820 adalah voice recording & playback module yang bisa merekam suara singkat (±10 detik) dan memutarnya kembali menggunakan tombol atau mikrokontroler. Modul ini sudah ada mic condenser bawaan dan bisa langsung dihubungkan ke speaker kecil (0.5W–1W).


⚙️ Spesifikasi Utama

  • Chip utama: ISD1820

  • Durasi rekam: ±10 detik (on-chip flash memory)

  • Tegangan kerja: 3V – 5V DC (umumnya 5V dari Arduino)

  • Kontrol: Tombol manual & pin input (TTL)

  • Speaker output: bisa langsung menggerakkan speaker 8Ω 0.5W – 1W

  • Mikrofon: bawaan (condenser mic)

  • Mode playback:

    • PLAYE → play sekali (edge trigger)

    • PLAYL → play selama tombol ditekan (level trigger)

    • REC → merekam suara


📍 Pinout ISD1820

Pin Fungsi
VCC 3–5V input
GND Ground
REC Rekam (HIGH = mulai rekam)
PLAYE Play sekali (pulse)
PLAYL Play selama aktif (HIGH)
MIC Input mic (sudah ada onboard)
SP+ / SP- Output speaker langsung (8Ω/0.5–1W)
FT Feedthrough (mic langsung ke speaker, mode monitoring)

🔌 Cara Kerja

  1. Rekam suara → tekan tombol REC, bicara ke mic, lepas tombol untuk stop.

  2. Mainkan suara:

    • Tekan tombol PLAYE → suara diputar sekali.

    • Tekan tombol PLAYL → suara diputar selama tombol ditekan.

  3. Hubungkan ke Arduino → bisa dipicu pakai digitalWrite HIGH/LOW.


💻 Contoh Program Arduino

Contoh: tombol di Arduino memicu play suara.

int playPin = 7; // pin Arduino ke PLAYE modul

void setup() {
pinMode(playPin, OUTPUT);
}

void loop() {
digitalWrite(playPin, HIGH); // mulai play
delay(100);
digitalWrite(playPin, LOW); // stop trigger
delay(5000); // jeda 5 detik sebelum play lagi
}


🔊 Aplikasi Umum

  • Greeting box (ucapan otomatis saat buka kotak/kartu).

  • Robot berbicara (gabung dengan Arduino).

  • Alarm dengan suara kustom.

  • Mainan interaktif.

  • Notifikasi suara di proyek IoT.


⚠️ Catatan Penting:

  • Durasi hanya ±10 detik (tidak bisa diperpanjang).

  • Suara agak “kasar”, tidak sejernih audio digital.

  • Kalau butuh kualitas tinggi & durasi panjang → pakai modul DFPlayer Mini (MP3).

0.0/5
0 reviews
0
0
0
0
0

There are no reviews yet.

Be the first to review “ISD1820 Recording Voice and Playback Perekam Suara + Speaker”