Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S , CC3220SF Tool/software: Code Composer Studio Hi, I'm using CC3220S board for wifi MQTT application. The code works fine on another computer but when I try building the project on…
Part Number: CC3220S-LAUNCHXL Hi, I've been using the CC3220S-LAUNCHXL for a couple of personal projects and wondered if I could get some input from those experienced into laying out a custom board.
As I don't have access to Altium, using the published…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S Hi,
I am trying to add another GPIO to the this launch pad project.
I have done the following:
Placed: GPIOCC32XX_GPIO_12 | GPIO_CFG_OUT_STD | GPIO_CFG_OUT_STR_HIGH | GPIO_CFG_OUT_HIGH…
Part Number: CC3220S-LAUNCHXL CHIP: 0x31000018 MAC: 2.0.0.0 PHY: 2.2.0.7 NWP: 3.14.0.0 ROM: 0 HOST: 3.0.1.60 MAC address: 50:f1:4a:d6:7c:fa
I am using CC3220S-LAUNCHXL for prototyping, and run Wi-Fi Smart Door Lock demo.
When performing provisioning…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: ENERGIA , CC3220S The CC3220 SLFS examples of WiFiMKII in Energia is compiler error cause by no SLFS source code.
Refer forum use sl_FsOpen(), .... to do. Have same issue with " github.com…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: SYSCONFIG Tool/software: Code Composer Studio Hi,
In CC3200S launchpad, presently GPIO - GPIOCC32XX_GPIO_09 is configured for RED LED and also other GPIOs configured in "ti_drivers_config…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3220S Tool/software: Code Composer Studio Hello,
Trying to start a project from the SDK I have encoutered a few build problems. Which are visible in the picture below. I have already…
Part Number: CC3220S-LAUNCHXL Other Parts Discussed in Thread: CC3120 , CC3220S HI
I am conducting the RF test using the Radiotool for my custom board. I following the CLI command sample to test TX continuous(2s), TX packetized(2s) and RX(2s) periodically…
Part Number: CC3220S-LAUNCHXL Hi,
We are developing our own app for carrying out Provisioning.
We have observed few times that while requesting Product Version to the device via HTTP request, we are getting a blank response. How can we overcome this…
Part Number: CC3220S-LAUNCHXL Tool/software: Code Composer Studio Hi,
I want to ask some questions.
In nonblocking mode:
(1) If sl_SendTo() return -11 ,does that means that the sending cache is full and needs to be sent again?
(2) Can sl_SendTo…