Files
phaten-audio/en/docs/dev_doc/faq/technical_faq/technical_faq.md

145 lines
4.9 KiB
Markdown
Raw Normal View History

2025-07-28 15:13:49 +08:00
---
2025-12-31 18:12:27 +08:00
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
2025-07-28 15:13:49 +08:00
---
--8<-- "common/phaten_xmos_support_img.md"
2025-12-31 18:12:27 +08:00
# WiFi Audio Speaker + Bluetooth Module Technical FAQ
2025-07-28 15:13:49 +08:00
2025-12-31 18:12:27 +08:00
## Q1: Does the module support infrared remote control decoding?
2025-07-28 15:13:49 +08:00
2025-12-31 18:12:27 +08:00
**Yes, infrared decoding functionality is supported.**
2025-07-28 15:13:49 +08:00
---
2025-12-31 18:12:27 +08:00
## Q2: Module power consumption during operation and standby
2025-07-28 15:13:49 +08:00
=== "Sleep Mode 1"
2025-12-31 18:12:27 +08:00
- **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**:
2025-07-28 15:13:49 +08:00
- Unidirectional wake-up: TX ≤1mA, RX ≤3mA
- Bidirectional wake-up: TX ≤3mA, RX ≤3mA
2025-12-31 18:12:27 +08:00
2025-07-28 15:13:49 +08:00
=== "Sleep Mode 2"
2025-12-31 18:12:27 +08:00
- **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
2025-07-28 15:13:49 +08:00
---
2025-12-31 18:12:27 +08:00
## Q3: Module WiFi and BT chip architecture
2025-07-28 15:13:49 +08:00
2025-12-31 18:12:27 +08:00
Uses a single SoC chip integrating WiFi and BT functionality.
2025-07-28 15:13:49 +08:00
---
2025-12-31 18:12:27 +08:00
## Q4: Does it support online TX/RX conversion?
2025-07-28 15:13:49 +08:00
2025-12-31 18:12:27 +08:00
### Support Status:
- Supports TX/RX online conversion in WiFi mode
2025-07-28 15:13:49 +08:00
- BT mode limitations:
2025-12-31 18:12:27 +08:00
- SoC only supports BLE 5.0
- Does not support Classic BT
- Cannot transmit audio via mobile phone Bluetooth
2025-07-28 15:13:49 +08:00
2025-12-31 18:12:27 +08:00
### Operating Mode Description:
2025-07-28 15:13:49 +08:00
=== "**TV Mode**:"
2025-12-31 18:12:27 +08:00
- Transmitter box is WiFi TX
- Receiver speakers are dual RX (left/right channels)
2025-07-28 15:13:49 +08:00
2025-12-31 18:12:27 +08:00
![TV Mode](/assets/images/faq/wifiaudio_bl/FCM362K_problem_4-1.png)
2025-07-28 15:13:49 +08:00
=== "**BT Mode**:"
- Left speaker:
2025-12-31 18:12:27 +08:00
- Acts as BT receiver for mobile phone signal
- Simultaneously acts as WiFi TX to transmit to right speaker
- Right speaker: Pure WiFi RX mode
2025-07-28 15:13:49 +08:00
2025-12-31 18:12:27 +08:00
![BT Mode](/assets/images/faq/wifiaudio_bl/FCM362K_problem_4-2.png)
2025-07-28 15:13:49 +08:00
---
## Q5: Bluetooth TWS function implementation
2025-12-31 18:12:27 +08:00
- **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>
2025-07-28 15:13:49 +08:00
<!-- Structured Data Markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
2025-12-31 18:12:27 +08:00
"name": "Does the module support infrared remote control decoding?",
2025-07-28 15:13:49 +08:00
"acceptedAnswer": {
"@type": "Answer",
2025-12-31 18:12:27 +08:00
"text": "Yes, infrared decoding functionality is supported."
2025-07-28 15:13:49 +08:00
}
},
{
"@type": "Question",
2025-12-31 18:12:27 +08:00
"name": "What is the module power consumption during operation and standby?",
2025-07-28 15:13:49 +08:00
"acceptedAnswer": {
"@type": "Answer",
2025-12-31 18:12:27 +08:00
"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."
2025-07-28 15:13:49 +08:00
}
},
{
"@type": "Question",
2025-12-31 18:12:27 +08:00
"name": "What is the module's WiFi and BT chip architecture?",
2025-07-28 15:13:49 +08:00
"acceptedAnswer": {
"@type": "Answer",
2025-12-31 18:12:27 +08:00
"text": "Uses a single SoC chip integrating WiFi and BT functionality."
2025-07-28 15:13:49 +08:00
}
},
{
"@type": "Question",
2025-12-31 18:12:27 +08:00
"name": "Does it support online TX/RX conversion?",
2025-07-28 15:13:49 +08:00
"acceptedAnswer": {
"@type": "Answer",
2025-12-31 18:12:27 +08:00
"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."
2025-07-28 15:13:49 +08:00
}
},
{
"@type": "Question",
2025-12-31 18:12:27 +08:00
"name": "How is Bluetooth TWS functionality implemented?",
2025-07-28 15:13:49 +08:00
"acceptedAnswer": {
"@type": "Answer",
2025-12-31 18:12:27 +08:00
"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."
2025-07-28 15:13:49 +08:00
}
}
]
}
2025-09-17 11:17:39 +08:00
</script>