update
This commit is contained in:
PhatenIoT-yan
2025-12-31 18:12:27 +08:00
parent 00f42eab80
commit 78b9a5eae4
237 changed files with 10825 additions and 3401 deletions

View File

@@ -1,87 +1,97 @@
---
title: Common Questions and Answers for WiFi Audio + Bluetooth Modules
description: This document summarizes common technical questions and answers regarding wireless WiFi modules and Bluetooth modules, including IR remote decoding, power consumption, chip architecture, TX/RX switching, Bluetooth TWS, etc., to help developers quickly locate and solve problems.
keywords: 8711, wireless speaker, IR remote, module power consumption, WIFI BT chip, TX RX switching, Bluetooth TWS, technical FAQ
title: WiFi Audio Speaker + Bluetooth Module FAQ
description: This document compiles common technical questions and answers regarding wireless WiFi modules and Bluetooth modules in areas such as infrared remote control, power consumption, chip architecture, TX/RX conversion, Bluetooth TWS, etc., helping developers quickly locate and resolve issues.
keywords: 8711, wireless speakers, infrared remote control, module power consumption, WiFi BT chip, TX RX conversion, Bluetooth TWS, technical FAQ
---
--8<-- "common/phaten_xmos_support_img.md"
# Technical FAQ for WiFi Audio + Bluetooth Modules
# WiFi Audio Speaker + Bluetooth Module Technical FAQ
## Q1: Does the module support IR remote decoding?
## Q1: Does the module support infrared remote control decoding?
**IR remote decoding is supported.**
**Yes, infrared decoding functionality is supported.**
---
## Q2: Power consumption during module operation and standby
## Q2: Module power consumption during operation and standby
=== "Sleep Mode 1"
- **Operating state**: Both TX/RX are in sleep, WiFi is off, TX and RX BLE are working
- **How to enter sleep**:
- The application actively calls the Sleep interface
- Automatically enters after detecting no I2S data for a period of time
- **Wake-up method**:
- UART/GPIO interrupt wakes up TX → TX wakes up RX
- UART/GPIO interrupt wakes up RX → RX wakes up TX (bi-directional wake-up)
- **Current**:
- **Operating State**: TX/RX both sleep, WiFi off, TX and RX BLE operational
- **Sleep Entry Method**:
- Application actively calls Sleep interface
- Automatically enters after detecting no I2S data for a period
- **Wake-up Method**:
- UART/GPIO interrupt wakes TX → TX wakes RX
- UART/GPIO interrupt wakes RX → RX wakes TX (bidirectional wake-up)
- **Current Draw**:
- Unidirectional wake-up: TX ≤1mA, RX ≤3mA
- Bidirectional wake-up: TX ≤3mA, RX ≤3mA
=== "Sleep Mode 2"
- **Operating state**: TX WiFi does not sleep, RX WiFi sleeps, TX/RX BLE are off
- **How to enter sleep**:
- The application actively calls the Sleep interface
- Automatically enters after detecting no I2S data for a period of time
- **Wake-up method**:
- The application calls the playback interface (TX automatically wakes up RX)
- RX is automatically woken up when I2S data is detected
- **Current**: RX ≤1mA
- **Operating State**: TX WiFi does not sleep, RX WiFi sleeps, TX/RX BLE off
- **Sleep Entry Method**:
- Application actively calls Sleep interface
- Automatically enters after detecting no I2S data for a period
- **Wake-up Method**:
- Application calls playback interface (TX automatically wakes RX)
- Automatically wakes RX when I2S data is detected
- **Current Draw**: RX ≤1mA
---
## Q3: What is the WIFI and BT chip architecture of the module?
## Q3: Module WiFi and BT chip architecture
A single SoC integrates both WIFI and BT functions.
Uses a single SoC chip integrating WiFi and BT functionality.
---
## Q4: Does it support online TX/RX switching?
## Q4: Does it support online TX/RX conversion?
### Support status:
- Supports online TX/RX switching in WIFI mode
### Support Status:
- Supports TX/RX online conversion in WiFi mode
- BT mode limitations:
- SoC only supports BLE5.0
- Does not support Classic BT
- Cannot transmit audio via mobile phone Bluetooth
- SoC only supports BLE 5.0
- Does not support Classic BT
- Cannot transmit audio via mobile phone Bluetooth
### Working mode description:
### Operating Mode Description:
=== "**TV Mode**:"
- The transmitter box is WIFI TX
- The receiving speakers are dual RX (left/right channels)
- Transmitter box is WiFi TX
- Receiver speakers are dual RX (left/right channels)
![TV Mode](/assets/images/faq/wifiaudio_bl/FCM362K_problem_4-1en.png)
![TV Mode](/assets/images/faq/wifiaudio_bl/FCM362K_problem_4-1.png)
=== "**BT Mode**:"
- Left speaker:
* Receives mobile phone signal via BT
* Simultaneously acts as WIFI TX to transmit to the right speaker
- Right speaker: pure WIFI RX mode
- Acts as BT receiver for mobile phone signal
- Simultaneously acts as WiFi TX to transmit to right speaker
- Right speaker: Pure WiFi RX mode
![BT Mode](/assets/images/faq/wifiaudio_bl/FCM362K_problem_4-2en.png)
![BT Mode](/assets/images/faq/wifiaudio_bl/FCM362K_problem_4-2.png)
---
## Q5: Bluetooth TWS function implementation
- **Native Bluetooth TWS is not supported**
- **Alternative solution**:
- In BT mode, the left speaker (with IR receiver) acts as TX
- Transmits the right channel to the right speaker via TWS
- The right speaker (without IR receiver) acts as RX to receive the TWS signal
- **Does not support** native Bluetooth TWS functionality
- **Alternative Solution**:
- Left speaker (with remote control receiver) acts as TX in BT mode
- Transmits right channel to right speaker via TWS method
- Right speaker (without remote control receiver) acts as RX to receive TWS signal
![TWS Solution](/assets/images/faq/wifiaudio_bl/FCM362K_problem_5.png)
## Contact and Feedback
<details>
<summary>Click to expand contact and feedback form</summary>
--8<-- "common/customer_form.md"
</details>
![TWS Solution](/assets/images/faq/wifiaudio_bl/FCM362K_problem_5en.png)
<!-- Structured Data Markup -->
<script type="application/ld+json">
@@ -91,53 +101,44 @@ A single SoC integrates both WIFI and BT functions.
"mainEntity": [
{
"@type": "Question",
"name": "Does the module support IR remote decoding?",
"name": "Does the module support infrared remote control decoding?",
"acceptedAnswer": {
"@type": "Answer",
"text": "IR remote decoding is supported."
"text": "Yes, infrared decoding functionality is supported."
}
},
{
"@type": "Question",
"name": "What is the power consumption during module operation and standby?",
"name": "What is the module power consumption during operation and standby?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Sleep Mode 1: Both TX/RX are in sleep, WiFi is off, TX and RX BLE are working. Unidirectional wake-up: TX≤1mA, RX≤3mA; Bidirectional wake-up: TX≤3mA, RX≤3mA. Sleep Mode 2: TX WiFi does not sleep, RX WiFi sleeps, TX/RX BLE are off, RX≤1mA."
"text": "Sleep Mode 1: TX/RX both sleep, WiFi off, TX and RX BLE operational, unidirectional wake-up TX≤1mA, RX≤3mA, bidirectional wake-up TX≤3mA, RX≤3mA. Sleep Mode 2: TX WiFi does not sleep, RX WiFi sleeps, TX/RX BLE off, RX≤1mA."
}
},
{
"@type": "Question",
"name": "What is the WIFI and BT chip architecture of the module?",
"name": "What is the module's WiFi and BT chip architecture?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A single SoC integrates both WIFI and BT functions."
"text": "Uses a single SoC chip integrating WiFi and BT functionality."
}
},
{
"@type": "Question",
"name": "Does it support online TX/RX switching?",
"name": "Does it support online TX/RX conversion?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Supports online TX/RX switching in WIFI mode. BT mode only supports BLE5.0, does not support Classic BT, and cannot transmit audio via mobile phone Bluetooth."
"text": "Supports TX/RX online conversion in WiFi mode. BT mode only supports BLE 5.0, does not support Classic BT, and cannot transmit audio via mobile phone Bluetooth."
}
},
{
"@type": "Question",
"name": "How is the Bluetooth TWS function implemented?",
"name": "How is Bluetooth TWS functionality implemented?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Native Bluetooth TWS is not supported. In BT mode, the left speaker acts as TX and transmits the right channel to the right speaker via TWS. The right speaker acts as RX to receive the TWS signal."
"text": "Does not support native Bluetooth TWS functionality. Can be implemented by having the left speaker act as TX in BT mode and transmitting the right channel to the right speaker via TWS method."
}
}
]
}
</script>
## Consultation and Feedback
<details>
<summary>Click to expand consultation feedback form</summary>
--8<-- "common/customer_form.md"
</details>