Specifications

AN93
104 Rev. 0.8
Voice Mode Example
Perform the following steps:
1. Connect hardware as shown in Figure 22. Note that the Si3000 Evaluation Board requires an external 12-volt supply, and
derives 5-volt power from the Si24xx-EVB. The Si24xx-EVB should be connected to the supplied power adapter or powered
through USB.
2. Enter the following AT commands to initialize the modem:
ATZ reset modem
ATE0 disable echo
AT:U0071,11 enable voice routing firmware
AT*Y254:W0059,7785enable Si3000 Hardware Interface
In actual application, this line
must be implemented as a read-modify-
write consisting of the following:
n = AT*Y254:Q0059
n |= 1
AT*Y254:W0059,n
AT*Y254:W004B,011CSi3000 Reg 01 = 1C
This applies power to SPKRx,HDST,LINEO
AT*Y254:W004B,0545Si3000 Reg 05 = 45
Enable HDST into ADC mixer
MIC input disabled
LINEI input disabled
AT*Y254:W004B,065DSi3000 Reg 06 = 6D
Activate HDST as output
Keep LINEO muted
0 db Receive Gain Setting
AT*Y254:W004B,075CSi3000 Reg 07 = 5C
0 dB Transmit Gain
Keep SPKRx muted
3. Type "ATDTnnn", where nnn represents the telephone number of the remote telephone.
4. The remote phone rings and should be picked up.
5. Also pick up the local phone connected to the Si3000 Evaluation Board.
6. At this point, a voice connection exists between the two telephones.
7. It is also possible to send a series of single digit DTMF tones to the remote phone using the "AT.N" command (dot character
is in-between "AT" and "N", where N is a DTMF digit 0-9,A-F). The main reason for using the "AT.N" instead of ATDT is that
usage of AT.N ensures that carrier loss detection is not enabled inadvertently. Using ATDT and may result in a connection
hang-up if the ambient noise is too low. Example:
AT.1 sends DTMF digit 1, return to voice mode.