Hi Aashish,
Apologies for reopening the thread. I am having problems when I try to modify the wifi audio app to work at 44.1kHz in transmission ( only need speaker, I have disabled everything related to microphone). I have posted the description in a…
Hi Ibrahem,
Do you mean the CC3100? We do not have a CC3300.
You should be able to find all pin functionality in the CC3100MOD datasheet: www.ti.com/.../cc3100mod.pdf
or the CC3100 datasheet, depending on what device you are using: www.ti.com/.../cc3100…
Raghavendra,
Lines 65 and 66 of the C# server close the socket. Note the 'break' statement at the end of the while loop on line 62. The server is definitely closing the sockets.
One thing I've recently noticed here is that this is *much* more…
Other Parts Discussed in Thread: CC3300 Sorry for the lengthy post.
Our application requires us to capture a 5 MP image every 10 minutes or so, and transfer it over Wifi to a local server. We are battery operated so power consumption is a key careabout…
Other Parts Discussed in Thread: CC3300 , CC3200 I have cc3200 launchpad. I would like to interface CAN communication. Is there any standard cards available. Please suggest any CAN for interfacing with CC3300. Thanks in advance.
Part Number: CC3000
hi,
I have CC3000 simple link wifi module. when I download ver1.12 Patches, code is struck at Wlanstart(2) -> hci_command_send. WIFI_SPI_IRQ doesn't go low and waits here forever . my Module number LTC 1542055. I will go for…
Other Parts Discussed in Thread: CC3300 , CC3200 Hello Everyone,
When will the next version of cc3xx family (CC3300?) be released?
Apparently, the current CC3200 lacks some security features such as STARTTLS ability when connecting over TLS connections…
Other Parts Discussed in Thread: CC3300 Dear all,
I already connected CC3300 to wifi network by using smart config in Android or Iphone. However, I want to switch to other network, or it could be the case that my wifi password has changed. However, when…
Other Parts Discussed in Thread: CC3300 I am following the CC3300 Email Demo Applications and I am on the third page. I am supposed to go to Start->Run->CMD and type the following: telnet smtpcorp.com 2525
Computer replies with can't find program…
Other Parts Discussed in Thread: CC3300 Hi,
For reading data, I keep on calling "recv()" function, which calls for "simple_link_recv()".
This function sends HCI_CMND_RECV to CC3300 and waits for response.
So, In my application, I keep…