
Text extracted from the exhibit documents filed with the FCC. Open a document above to read the original.
YWX5057 Bluetooth Module Manual Version 1.0 1. Product Introduction YWX5057 is a fully integrated Bluetooth Module used as Car kit or in the Car Audio System or any systems requiring complete embedded Bluetooth connectivity solution. It’s a high quality solution with low cost. It will work as a master or slave Bluetooth device, accepting the role switch request of remote device automatically. YWX5057 Shape YWX5057 Support Features: Embedded Bluetooth 3.0 via EDR Pairing and connection with multiple Bluetooth devices Make calls, Terminate calls, Private mode, 3-way calling Phone book and Call history synchronization Audio Streaming New message notification 2. Common Specification Radio Chip: CSR BC5MM Power Supply Voltage: The operating voltage range is D.C. 3.1V-3.6V. Rated voltage is D.C.3.3V. Ambient temperature: The operating temperature range is -40~+85゚C. Rated temperature is +25゚C. Humidity: The maximum relative humidity is 95 % (Ta=45゚C). Rated relative humidity is 65%. Antenna: Built-in Antenna gain: The antenna gain value is 4.4dBi. 3. Hardware Integration YWX5057 Pin-out diagram No. symbol explain Description 1 UART_RX UART DATA OUTPUT 2 UART_TX UART DATA INPUT 3 SPI_MISO SPI data output 4 SPI_MOSI SPI data input 5 3V3 power Vcc 3.3V 6 RST_BT# Reset if low.Input debounced so must be low for >5ms to cause a reset 7 1V8 power 1.8V 8 1V8 power 1.8V 9 1V8_EN 1V8 power supply enable signal --active high 10 GND GND 11 LINEOUT_L analog audio output 12 LINEOUT_R analog audio output 13 MIC2_N Microphone2 minus input 14 MIC2_P Microphone2 plus input 15 MIC_BIAS Microphone bias 16 MIC1_P Microphone1 plus input 17 MIC1_N Microphone1 minus input 18 GND GND 19 SPI_CBS Chip select for serial peripheral interface(SPI),active low 20 SPI_CLK SPI clock 21 PCM_SYNC synchronous data sync 22 PCM_CLK synchronous data clock 23 PCM_IN synchronous data input 24 PCM_OUT synchronous data output YWX5057 Pin-out Description 4. Software Interface Reference The default device name is YWX5057_A700 after module start. User can change it to any other friendly name by using the relative interface command. YWX5057 can send or receive data from remote Bluetooth device. Software Configuration: Setting Value Baud Rate 115200bps(pre-configurable) Data bit 8 data bits, list significant bit transmit first Parity Even Parity Stop bit 1 stop bit HW Flow Control Optional Interface Example: Name: BT_GEN_FID_SET_SCANMODE_REQ functionality: Set Bluetooth inquiry scan and page scan parameter param 1: type: u8 name: discover_mode meaning: discoverable mode range: 0x00~0x03 0x00: no scan enable(default) 0x01: Enable inquiry scan Page scan disabled 0x02: Enable page scan inquiry scan disabled 0x03: page and inquiry enable The interface command name is BT_GEN_FID_SET_SCANMODE_REQ. There is one paramer named discover_mode with four valid values and below is the description of all values.User can configure ScanMode of YWX5057 by sending this interface. When Host Controller initiates a REQ, BT Module should always send a corresponding CFM to specify operation result and optional additional information. Example: BT_GEN_FID_SET_SCANMODE_REQ<discover_mode=0x03> BT_GEN_FID_SET_SCANMODE_CFM<status=0x00> Set discover_mode as 0x03, then other Bluetooth device can find YWX5057 and initiate to pairing with YWX5057. Interface Listing No. Interface 1 BT_GEN_FID_RESET_REQ 2 BT_GEN_FID_INQUIRY_REQ 3 BT_GEN_FID_SET_SCANMODE_REQ 4 BT_GEN_FID_SET_SEC_MODE_REQ 5 BT_GEN_FID_GET_REMOTE_NAME_REQ 6 BT_GEN_FID_SET_LOCAL_NAME_REQ 7 BT_GEN_FID_READ_LOCAL_NAME_REQ 8 BT_GEN_FID_PAIRING_DEVICE_REQ 9 BT_GEN_FID_DEL_PAIR_DEV_REQ 10 BT_GEN_FID_GET_PAIR_DEV_LIST_REQ 11 BT_GEN_FID_SERVICE_CON_REQ 12 BT_GEN_FID_SERVICE_DISCON_REQ 13 BT_GEN_FID_GET_LINK_QUALITY_REQ 14 BT_GEN_FID_SEARCH_ATTRIBUTE_REQ 15 BT_GEN_FID_TEST_MODE_REQ 16 BT_GEN_FID_ENTER_DFU_REQ 17 BT_HFP_FID_AUDIO_TRANSFER_REQ 18 BT_HFP_FID_DIAL_REQ 19 BT_HFP_FID_LAST_DIAL_REQ 20 BT_HFP_FID_MEM_DIAL_REQ 21 BT_HFP_FID_CALL_PROCESS_REQ 22 BT_HFP_FID_TERMINATE_CALL_REQ 23 BT_HFP_FID_GET_CURRENT_CALL_LIST_REQ 24 BT_HFP_FID_VOICE_RECOGNIZE_REQ 25 BT_HFP_FID_DTMF_CODE_REQ 26 BT_HFP_FID_CALL_HOLD_REQ 27 BT_HFP_FID_SUBSCRIBER_NUM_REQ 28 BT_HFP_FID_NETWORK_OPERATOR_REQ 29 BT_AVP_FID_MEDIA_START_REQ 30 BT_AVP_FID_MEDIA_PAUSE_REQ 31 BT_AVP_FID_GET_PLAY_STATUS_REQ 32 BT_AVP_FID_GET_ELEMENT_ATTRIBUTES_REQ 33 BT_PBDL_FID_CONFIGURE_REQ 34 BT_PBDL_FID_SYNC_PB_REQ 35 BT_PBDL_FID_SYNC_ABORT_REQ 36 BT_PBDL_FID_GET_PB_BY_INDEX_REQ 37 BT_PBDL_FID_SEARCH_PB_BY_NUMBER_REQ 38 BT_PBDL_FID_SEARCH_PB_BY_KEY_REQ System Error Status Value Error Status 0x00 APP_EVTRES_SUCCESS 0x01 APP_EVTRES_FAIL 0x02 APP_EVTRES_UNKNOWN_OPCODE 0x03 APP_EVTRES_ILLEGAL_PARAM 0x04 APP_EVTRES_OPERATION_FAIL 0x05 APP_EVTRES_SYSTEM_BUSY 0x06 APP_EVTRES_ILLEGAL_OPERATION 0x07 APP_EVTRES_ILLEGAL_STATE 0x08 APP_EVTRES_ILLEGAL_FORMAT 0x09 APP_EVTRES_PAGE_TIMEOUT 0x0A APP_EVTRES_ABNORMAL 0x0B APP_EVTRES_ABORTED 0x0C APP_EVTRES_SDP_ERROR 0x0D APP_EVTRES_AUTHENTICATION_FAIL 0x0E APP_EVTRES_OPERATION_TIMEOUT 0x0F APP_EVTRES_NO_CORRESPONDING_IND 1. Reset Software Name: BT_GEN_FID_RESET_REQ functionality: Software reset of the Bluetooth Module. 2, Inquiry Remote Device Name: BT_GEN_FID_INQUIRY_REQ functionality: Inquiry Bluetooth device(s) nearby. The detail device information should be report to host application by the indication of BT_GEN_FID_INQ_RESULT_IND. param 1: type: u8 name: mode meaning: The mode of inquiry Bluetooth device(s) range: 0x00~0x01 0x00: General inquiry 0x01: Limited inquiry param 2: type: u24 name: filter meaning: Bitwise class of device to be filtered range: 0x000000~0xFFFFFF . param 3: type: u8 name: duration meaning: The maximum amount of time used for inquiring in 1.28 second range: 0x02~0x30 param 4: type: u8 name: num meaning: The maximum number of response from the inquiry range: 0x01~0x20 3. San Mode configure Name: BT_GEN_FID_SET_SCANMODE_REQ functionality: Set Bluetooth inquiry scan and page scan parameter param 1: type: u8 meaning: dis…
Text truncated - open the document above for the full version.
ATTACHMENT External Photos Report No.: 15071951 001 Rev. 0 Page 1 of 2 Module with PCB kit Front view of module ATTACHMENT External Photos Report No.: 15071951 001 Rev. 0 Page 2 of 2 Rear view of module All over view of PCB Kit
Name Lable 2D Bar Code
ATTACHMENT Internal Photos Report No.: 15071951 001 Rev. 0 Page 1 of 2 Photo 1 Photo 2 ATTACHMENT Internal Photos Report No.: 15071951 001 Rev. 0 Page 2 of 2 Photo 3 Photo 4
Produkte Products RF Exposure Statement: Page 1 of 1 Client: Pioneer Corporation 1-1, Shin-ogura, Saiwai-ku, Kawasaki-shit Test item: Bluetooth Car Module Identification: YWX5057 FCC ID: AJDK083 IC: 775E-K083 FCC Requirement According to FCC 2.1091, mobile equipment must comply with the following applicable limit for maximum permissible exposure (MPE) specified in FCC 1.1310: Equipment Use Frequency Range Power Density [mW/cm 2 ] Average Time [min] General Population / Uncontrolled Exposure 1.5 – 100GHz 1 6 IC Requirement According to RSS-102 (Issue 4), clause 2.5.2, no routine RF exposure evaluation is required if the transmitter power (e.i.r.p.) is below the following threshold: Frequency Range SAR Limitation [W] Above 1.5GHz 5 Measurement Result The maximum measured transmitter power is the following: Conducted Output Power P out [mW] Maximum Antenna Gain [dBi] P out EIRP [mW] Power Density at 20cm [mW/cm 2 ] 1.81 4.4 4.98 0.001 Note: The power density S in mW/cm 2 is calculated according to the Friis formula: S = (P S = power density in mW /cm 2 P out = antenna conducted output power in mW G = antenna gain in linear scale (here: 4.4dBi=10log(G)) D = distance between observation point and radiating structure in cm (here: 20cm) out · G) / (4π · D 2 ), where Conclusion The device complies with the FCC and IC RF exposure requirements since the maximum transmitter power density is below the FCC limit and the e.i.r.p. power is below the IC RF exposure evaluation exemption threshold. Refer to test report 15071951 001 for more details. TÜV Rheinland (Shanghai) Co., Ltd. 10-15/F, Huatsing Building, No.88, Lane 777, Guangzhong Road W est, Shanghai 200072, P.R. China
Produkte Products Prüfbericht-Nr.: Test Report No.: 15071951 001 Auftrags-Nr.: Order No.: 154050318 Seite 1 von 43 Page 1 of 43 Kunden-Referenz-Nr.: Client Reference No.: 409548 Auftragsdatum: Order date: 06.06.2014 Auftraggeber: Client: Pioneer Corporation 1-1, Shin-ogura, Saiwai-ku, Kawasaki-shit Prüfgegenstand: Test item: Bluetooth Car Module Bezeichnung / Typ-Nr.: Identification / Type No.: YWX5057 FCC ID: AJDK083 IC: 775E-K083 Auftrags-Inhalt: Order content: Complete test Prüfgrundlage: Test specification: FCC 47 CFR Part 15, Subpart C, § §§ §15.247 ANSI C63.4-2003 Public Notice DA 00-705: :: :Filing and Measurement Guidelines for Frequency Hopping Spread Spectrum Systems (March 30, 2000) RSS-210 (Issue 8): 2010 RSS-Gen (Issue 3): 2010 Wareneingangsdatum: Date of receipt: 06.06.2014 Prüfmuster-Nr.: Test sample No.: N.A Prüfzeitraum: Testing period: 09.06.2014 to 13.06.2014 Ort der Prüfung: Place of testing: TÜV Rheinland (Shanghai) Co., Ltd. Prüflaboratorium: Testing laboratory: MRT Technology(Suzhou) Co., Ltd. Prüfergebnis*: Test result*: Pass geprüft von / tested by: Elliot Zhang / PE kontrolliert von / reviewed by: Rene Charton / TC Datum Date Name / Stellung Name / Position Unterschrift Signature Datum Date Name / Stellung Name / Position Unterschrift Signature Sonstiges / Other Zustand des Prüfgegenstandes bei Anlieferung: Condition of the test item at delivery: Prüfmuster vollständig und unbeschädigt Test item complete and undamaged * Legende: 1 = sehr gut 2 = gut 3 = befriedigend 4 = ausreichend 5 = mangelhaft P(ass) = entspricht o.g. Prüfgrundlage(n) F(ail) = entspricht nicht o.g. Prüfgrundlage(n) N/A = nicht anwendbar N/T = nicht getestet Legend: 1 = very good 2 = good 3 = satisfactory 4 = sufficient 5 = poor P(ass) = passed a.m. test specification(s) F(ail) = failed a.m. test specification(s) N/A = not applicable N/T = not tested Dieser Prüfbericht bezieht sich nur auf das o.g. Prüfmuster und darf ohne Genehmigung der Prüfstelle nicht auszugsweise vervielfältigt werden. Dieser Bericht berechtigt nicht zur Verwendung eines Prüfzeichens. This test report only relates to the a. m. test sample. Without permission of the test center this test report is not permitted to be duplicated in extracts. This test report does not entitle to carry any test mark. TÜV Rheinland LGA Products GmbH Tillystraße 2 D - 90431 Nürnberg Tel.: +49 911 655 5225 Fax: +49 911 655 5226 Mail: [email protected] Web: www.tuv.comom Produkte Products Prüfbericht - Nr.: Test Report No.: 15071951 001 Seite 2 von 43 Page 2 of 43 TEST SUMMARY 3.2.1 VOLTAGE REQUIREMENTS, FCC 15.31(E) RESULT: PASS 3.2.2 ANTENNA REQUIREMENTS, FCC 15.203, FCC 15.204 AND RSS-GEN 7.1.4 RESULT: PASS 5.1.1 CONDUCTED OUTPUT POWER, FCC 15.247(B)(1)& AND RSS-210 A8.4(2) RESULT: PASS 5.1.2 CARRIER FREQUENCY SEPARATION, FCC 15.247(A)(1) AND RSS-210 A8.1(B) RESULT: PASS 5.1.3 20DB BANDWIDTH AND 99% BANDWIDTH, FCC 15.247(A)(1)& AND RSS-210 A8.2(A) 5.1.4 NUMBER OF HOPPING FREQUENCIES, FCC 15.247(A)(1)(III) AND RSS-210 A8.1(D) RESULT: PASS 5.1.5 AVERAGE TIME OF OCCUPANCY, FCC 15.247(A)(1)(III) AND RSS-210 A8.1(D) RESULT: PASS 5.1.6 CONDUCTED SPURIOUS EMISSION, FCC 15.247(D) AND RSS-210 A8.5 RESULT: PASS 5.1.7 BAND EDGE COMPLIANCE OF RF CONDUCTED EMISSION, FCC 15.247(D) AND RSS-210 A8.5 RESULT: PASS 6.1.1 BAND EDGE RADIATED EMISSION, FCC 15.205, FCC 15.209, FCC 15.247(D), RSS-210 2.2, RSS-210 2.6 AND RSS-210 A8.5 RESULT: Pass 6.1.2 RADIATED SPURIOUS EMISSION OF TRANSMITTER, FCC 15.205, FCC 15.209, FCC 15.247(D), RSS-210 2.2, RSS-210 2.6 AND RSS-210 A8.5 RESULT: PASS 6.2.1 RADIATED SPURIOUS EMISSION OF RECEIVER, FCC 15.109, RSS-210 2.2, RSS- 210 2.6, RSS-210 A8.5, RSS-GEN 7.2.3.2 RESULT: PASS Produkte Products Prüfbericht - Nr.: Test Report No.: 15071951 001 Seite 3 von 43 Page 3 of 43 CONTENTS 1. GENERAL REMARKS ............................................................................................... 5 1.1 COMPLEMENTARY MATERIALS ................................................................................. 5 2. TEST SITES ............................................................................................................ 5 2.1 TEST FACILITIES ..................................................................................................... 5 2.2 LIST OF TEST AND MEASUREMENT INSTRUMENTS ...................................................... 6 2.3 MEASUREMENT UNCERTAINTY ................................................................................. 7 3. GENERAL PRODUCT INFORMATION ........................................................................... 8 3.1 PRODUCT FUNCTION AND INTENDED USE .................................................................. 8 3.2 SYSTEM DETAILS .................................................................................................... 8 3.2.1 Voltage Requirements, FCC 15.31(e).......................................................................................... 8 3.2.2 Antenna Requirements, FCC 15.203, FCC 15.204 and RSS-Gen 7.1.4 ..................................... 8 3.3 INDEPENDENT OPERATION MODES ........................................................................... 9 3.4 NOISE SUPPRESSING PARTS .................................................................................... 9 4. TEST SET-UP AND OPERATION MODES ................................................................... 10 4.1 TEST METHODOLOGY ............................................................................................ 10 4.2 PHYSICAL CONFIGURATION FOR TESTING ............................................................... 10 4.3 TEST OPERATION AND TEST SOFTWARE ................................................................. 10 4.4 SPECIAL ACCESSORIES AND AUXILIARY EQUIPMENT ............................................... 10 4.5 COUNTERMEASURES TO ACHIEVE EMC COMPLIANCE .............................................. 10 5 . TEST RESULTS OF CONDUCTED MEASUREMENTS AT ANTENNA POR…
Text truncated - open the document above for the full version.
ATTACHMENT Test Setup Photos Report No.: 15071951 001 Rev. 0 Page 1 of 2 Photograph 1: Set-up for Radiated Emission, 30MHz-1000MHz Photograph 2: Set-up for Radiated Emission, above 1GHz ATTACHMENT Test Setup Photos Report No.: 15071951 001 Rev. 0 Page 2 of 2 Photograph 3: Set-up for conducted RF Test
| # | Rule Parts | Frequency Range | Power Output |
|---|---|---|---|
| 1 | 15C | 2.40 GHz - 2.48 GHz | 1.81 mW |
On-Dash Multimedia Display
Equipment Class
NII - Unlicensed National Information Infrastructure TX
WIRELESS CHARGING CRADLE
Equipment Class
DCD - Part 15 Low Power Transmitter Below 1705 kHz
WIRELESS CHARGING CRADLE
Equipment Class
DCD - Part 15 Low Power Transmitter Below 1705 kHzRDS AV RECEIVER
Equipment Class
DSS - Part 15 Spread Spectrum Transmitter
RDS AV RECEIVER
Equipment Class
NII - Unlicensed National Information Infrastructure TX