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.

Compiler/MSP-EXP432E401Y: C3100 or CC2640R2

Part Number: MSP-EXP432E401Y
Other Parts Discussed in Thread: MSP432E401Y

Tool/software: TI C/C++ Compiler

Hi. I'll try to do my best to express my doubts.

I have been learning  MSP432E401Y few months ago and I could configure system clock  to 120MHz and to send a character by UART (this is without using any library, just configuring the registers). Now I have two boosterpack, C3100 and CC2640R2. that I like to use and learn WiFi Protocol and BLE5.0 and also learn Uart deeply since I used to practice with an arduino and even that I could get https connection and other projects it was sort of superficial.

So the next question is, C3100 is only a Wifi extension from what I understood on the website. So if I want to connect it by https/http/mqtt, do I need to connect MSP432E401Y to the internet (in this case by ethernet) to able achieve those connections mentioned before?

Other question, is there a guide where I can read to see how can I configure such chips? Because I can't find any documentation so I guess that I need to study the SDK libraries to understand how they are configured, right?