Part Number: CC3100MODBOOST Other Parts Discussed in Thread: CC3200 I'm using the CC3100MODBOOST board in transceiver mode attached to another board for development. When receiving a socket error, I close the socket while in the context of the socket…
Part Number: CC3100MODBOOST I'm using the CC3100MODBOOST board in AP mode attached to another board for development.
After entering AP mode (which I have verified working by connecting with a secondary device,) I stop the DHCP server, set the config…
Hi Patrick,
My mistake. My setup does work for both the setsockopt or specifying when you open the raw socket.
You are using EVMs, correct? I'm assuming this based on the reference to "CC3100MODBOOST". There shouldn't be a HW issue unless something…
Part Number: CC3100MODBOOST Other Parts Discussed in Thread: CC3100 , UNIFLASH I'm using the CC3100MODBOOST board in AP mode attached to another board for development.
After entering AP mode, stopping, configurting, and starting DHCP, I connect with…
Part Number: CC3100MODBOOST Only have +3.3V and GND connected to CC3100MODBOOST.
Noticed that HIBn and IRQ pulse low for 90 usecs exactly in sync.
Pulses are at 57 hz.
Voltage level also is strange, 0 to 2V.
Why?????
Tried on 2 brand new boards…
Sarah,
So, I had a bit of revelation after seeing an example for the CC32x0.
The change I made was to just eliminate the reference to '_SlNonOsMainLoopTask()' and added 'SL_PLATFORM_MULTI_THREADED' symbol to the Properties.
Thus I changed statements…
Hello Michel,
Here are a few things you can try to debug:
1) If you have an MSP432 LaunchPad, try interfacing it with the CC3100MODBOOST. In theory, you should be able to send data over TCP without any issues. If you are still not successful, we…
Hi AJ_ee,
Thanks for letting us know how you resolved your issue. We really appreciate posters providing the fix to their issue, so that others who run into the same issue will be able to learn from your debug effort.
Regards,
Michael
Part Number: CC3100MODBOOST Other Parts Discussed in Thread: CC3100 Tool/software: Code Composer Studio Hi,
I'm trying to run the Provisioning examples on the CC3100 with no success.
The CC3100 Provisioning Smart Config example is not working at all…
Part Number: CC3100MODBOOST Other Parts Discussed in Thread: CC3100 , CC3120 Hello,
I am asking a "related question" as this is the only thread related to porting the driver of CC3100, that has a solution.
Even I am using the CC3100 to enable WiFi…