Comment connecter le micro au module Bluetooth I2S du BT909
Our default firmware is slave mode, you can look the status by sending command AT+PROFILE.
AT+I2SCFG=1 I2S will be configured as master mode
If connected with HFP, the parameters will be 8K, 16peu
If connected with A2DP, the parameters will be 48K 16bit or 44.1K 16bit. In our next version, it will be fix to 48K 16bit.
AT+I2SCFG=3 I2S will be configured as slave mode.
The detailed steps:
If you need connect to HFP
- AT+PROFILE=83
- AT+SCAN=1 for example your Bluetooth address is DC0D3000142D
- AT+HFPCONN=DC0D3000142D
- If you see the feedback +HFPSTAT=3, it means connect successfully.
- AT+HFPAUDIO=1
Then the audio link will be established.
Logic analysis to capture I2S signal, you can see 8K 16bit waveform as followed:
Feasycom se consacre à concevoir et développer des produits de haute qualité, des services efficaces aux clients, pour aujourd'hui, and all days to come.We accumulated a large number of experience in providing customers with suitable solutions. Objectif : « Rendre la communication facile et libre »,
Merci pour votre soutien de longue date. Nous sommes toujours là et vous offrons un service intime
www.feasycom.comIf you need I2S to be slave mode,
Send AT+I2SCFG=3, AT+REBOOT command, and repeat previous steps. Parameters will be
48K, 16 peu, 44.1K 16 peu, depends on slave devices.
Welcome to consult us more questions.
