This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3120: Wi-Fi Certification tools

Part Number: CC3120
Other Parts Discussed in Thread: CC3XXXRADIOTEST, , CC31XXEMUBOOST

Hi team,

I’m working on Wi-Fi certification software for a product with the CC3120 Wi-Fi module on board. I’ve found the CC3XXXRADIOTEST tool, but noticed that it requires a CC31XXEMUBOOST board be wired to the CC3120 . 

Do any solutions exist for Wi-Fi certification that can be accessed and used without wiring the CC31XXEMUBOOST to the CC3120? For example, a certification mode that can be accessed through an API in the host driver?

Thanks,

Brian

  • Hi Brian,

    I can describe way which I use with my CC3220 for RF testing for certification and production.

    Radio tool package contains firmware for CC3220 devices. There is a source code for this firmware (important parts are inside \Source Files\Source Projects\radiotool_CC32xxSF_LAUNCHXL_freertos_ccs\radiotool.c ). I have some important functionality from RF tool code implemented inside my code. File radiotool.c is relatively easy to understand, though code is slightly "dirty". One of options can be use same way as I and integrate RF code into your host code.

    Jan