Hardware:
Custom DA14683 Board.
SDK 1.0.14.1081 (last updated in 2018)
Situation:
I need to go through FCC Part 15 testing on this product. The test lab has certain requirements for how the radio under test must act for the specific tests they must perform for the certification. These functions need to be software switchable on the DA14683 so they can go from one test to the other, and the whole system must be stand alone during the testing (not connected directly to a piece of bench equipment).
Yes, I am aware of the following "direct test mode" document: https://www.renesas.com/tw/en/document/apn/b-043-application-note-da1468x-bluetooth-direct-test-mode?language=en&r=1600766
This document does not provide either the functionality or the information to implement the functionality I need. I have confirmed this with my testing lab that this document is not sufficient to perform the required testing for FCC Part 15.
I would imagine that 100% of companies using your wireless SoC parts need to go through this FCC Part 15 testing (at a minimum) so I am surprised this process is not better documented.
Here are some of the RF operations that need to be accomplished:
1) We will need to be able to position the carrier to the low, mid and high channels and continuously transmit a 100 % modulated carrier with 100 % duty cycle.
2) It would be good to have the capability to change the power levels. Since this device is body worn, the SAR exclusion is low and we may have to lower the power to meet the requirements.
Questions:
1) Am I missing a document that describes this stuff in detail? Considering essentially everyone has to go through this process, I would have expected it to be more obvious.
2) If this functionality is available as a stand alone form, how do I access it?
3) The PLT uses a firmware that implements some sort of RF test procedure for it's own testing with the Golden Unit. Would it be possible to load that firmware to the FLASH, and would it have enough functionality to accomplish the above test requirements (and whatever else is required for FCC Part 15 testing)?
Hi Nathan, Ashley,
We do understand the frustration because certification and bluetooth qualification is heavy and expensive. That's the reason why under a certain product volume it makes a lot of sense to use a certified module.
In order to bring your product to the market you will need to get FCC testing certificate and bluetooth qualification testing. You can leverage the Renesas Qualification ID for the controller and the host bu as you implement your own antenna and crystals, you NEED to do Bluetooth PHY qualification.
As you have read the Direct Test Mode document, you already know the Bluetooth tester send commands to the DUT in order to enter the correct test mode. In one way or another, you will need to expose the UART to the Bluetooth tester to pass qualification. There is no other way around. Usual practice is to have solder pads on the PCB and you can drill the enclosure to wire the UART connection out of the enclosure. That's common practice, also for FCC testing.
For FCC testing, It is not strictly required to be able to control the device. The FCC will let you load a specific firmware iwhich will get the device enter the specific mode the test is measuring. It's possible to build specific firmware for each test, but that's a rather cumbersome approach and yes you will need to look how to dot that in the PLT firmware. The quick and easy path (which has been successful for a lot of companies) is to wire the UART, load the PLT firmware and use the RF master to control the DUT.
I hope that shed some useful lights on the requirements.