View previous topic :: View next topic |
Author |
Message |
kahbee
Joined: 09 Jun 2010 Posts: 6
|
ISD 1790 recording problem |
Posted: Wed Jun 09, 2010 9:22 pm |
|
|
Hi everyone. I'm doing a project on the ISD 1790 using SPI interface. I have no problem on the SPI command which means I can play the recorded clips after sending 0x40 into ISD1790. However, when I want to record a sound clip by sending 0x41, I could not record any sound clip. The sound clip I can hear is just noise. For information, I am connecting mic into ISD1790. Is it the problem? As in the datasheet, the circuit suggested is using analog input. Actually, what is analog input? Please help... thank you in advance. |
|
|
kahbee
Joined: 09 Jun 2010 Posts: 6
|
|
Posted: Thu Jun 10, 2010 3:10 am |
|
|
i can do it ady. hardware problem. anyway, thanks |
|
|
kahbee
Joined: 09 Jun 2010 Posts: 6
|
|
Posted: Mon Jun 21, 2010 7:50 pm |
|
|
actually, may i know what is analog input? there is a pin for analog input for ISD1790. is it an input for the headset with pic connected? |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
kahbee
Joined: 09 Jun 2010 Posts: 6
|
|
Posted: Tue Jun 29, 2010 9:56 pm |
|
|
I now connect the analog input to my pc and play audio with it. However, I fail to record any sound. I'm sending spi command to set it as analog input only. But, it cannot work. However, if I use mic, it works fine.
p/s: I have mic as well as analog input connected. I doubt the APC register does not run. How to set it? |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Jun 30, 2010 11:52 am |
|
|
Quote: |
I'm sending spi command to set it as analog input only. But, it cannot work.
|
1. Post a very short program that shows the problem. The program must
be compilable. It must have the #include for the PIC, #fuses, #use delay,
and main(). Keep the program short. Test the program before you post
it, to verify that it fails.
2. Post a description of the external circuit on the AnaIn pin.
3. What are the frequency and voltage levels of the input signal to AnaIn ?
4. Post your compiler version. |
|
|
|