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.

CC3135MOD: wifi-uart bridge module

Part Number: CC3135MOD
Other Parts Discussed in Thread: CC3235MODSF

Tool/software:

Hi,

We need wifi-uart bridge module. It must supported Wi-Fi 2.4 GHz, Wi-Fi 5 GHz and IPv4 & IPv6. (example software, reference design)

Can you give the cost effective advice?

Thanks.

  • Hi,

    What do you mean by wifi-uart bridge exactly? What usage you expecting? How do you expecting configuration of this module?

    Jan

  • Hi,

    We want to get information from the device or configure the device with Uart interface via wifi.

    in other word, The device will read or writed as using uart via Wifi

    Thanks

  • Hi,

    I still not understand what exactly do you need. Whether you are asking for embedded WiFi server like a Lantronix xPico WiFi or WiFi module with UART communication where control will be done from host MCU. If we talk about TI dual-band WiFi modules with UART communication there are two ways:

    • You can choice CC3135MOD. It can be connected via UART to you host MCU. You will need to port host driver to your MCU. Host driver translates sl_ API calls to commands sent via UART or SPI. For more details about sl_ API calls see SWRU455.
    • You can choice CC33235MODS or CC3235MODSF. These modules contains application processor (Cortex-M4) which can run your own code. You can create your own code which will do WiFi communication for your UART device. Other option can be use AT command example from CC32xx SDK. With this example running inside application processor you will be able control CC3235MOD via AT commands from your MCU.

    Jan