I recently purchased the KA02 Audio shield. I downloaded the sketch to the Arduino Uno and enter case commands into the serial terminal.
I receive the “Sketch is starting up” and “PU RDY” messages but haven’t figured out how to record or play back anything through the Arduino and KA02.
Does anyone have some basic instructions on what to do once the sketch is running?
BTW the record and playback functions do work okay through the buttons on the KA02 board.
I was able to record and play back with the “R” and “Y” case commands successfully.
I’m having a hard time understanding the case command syntax for the startAddr and endAddr.
I was thinking I would be able to have recorded segments that I could playback through the Arduino depending on their recorded location.
Is there an example of the case command I would use to both record several segments and then the case command to play back a particular segment?
I’ve tried to set a start and an end Addr and then record and play back in that range but no luck.
If I type a “>” with an integer and then a “<” with another integer I though that might set the range that I could record and play back to.
For example: with a “r” start integer, end integer and to play what what recorded in that segment a “y” start integer, end integer. This didn’t work for me.
please can someone from VELLEMAN assist
please can someone from VELLEMAN assist
please can someone from VELLEMAN assist
please can someone from VELLEMAN assist
please can someone from VELLEMAN assist
please can someone from VELLEMAN assist
please can someone from VELLEMAN assist
please can someone from VELLEMAN assist
please can someone from VELLEMAN assist
I want to play the files recorded with the shield KA02.
exemple : iv’e recorded 2 files (or 2 sounds) and want to call that or that sound depend of a sensor.
were are going the file in the schield ?
is it possible ?
j’aimerais enregistrer des sons avec la carte KA02, leur donner un nom
et puis savoir les jouer en les appelant par leur nom.
Yes, I see what you want to do. The library you use is not developed by us (Velleman), it is actually an open source library for the ISD1760 sound chip that is on the KA02: github.com/georgepatterson/ISD17xx
From what I can see in the features of the ISD1760, it supports “Single/Multiple messages”. I will try to find out how that works exactly and let you know.