-
Notifications
You must be signed in to change notification settings - Fork 4
CC3000
Airboxlab SA edited this page Jul 28, 2015
·
1 revision
- sometimes, some things do not work with the CC3000. Re-patch if anything does not work (it cleans the eeprom and re-applies the patches). (example: direct connection to an AP worked but not connecting to the same AP from profiles!)
- smartConfig and MIMO clients don't work together. ( http://depletionregion.blogspot.ch/2013/10/the-cc3000-80211n-and-mimo.html )
- the ssid and password are limited to 31 characters (the lib seems to be able to accomodate up to 32 but this is limited in our implementation.)
- Setting a WEP key that is too long (like trying to use a 26 hexadecimal characters one) will cause a buffer overrun (ccspi.cpp CC3000_BUFFER_MAGIC_NUMBER) and an infinite loop.