We use AT commands to communicate to CC3235 for forming a TCP connection to our server. We are getting a successful connection to the router but later get a disconnect error 10 "NOT_DISCONNECTED_BY_USER". What does this error mean?
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.
We use AT commands to communicate to CC3235 for forming a TCP connection to our server. We are getting a successful connection to the router but later get a disconnect error 10 "NOT_DISCONNECTED_BY_USER". What does this error mean?
Reason Code is 10 ? (this is POWER_CAPABILITY_INVALID which i've never seen before).
Please show the terminal log (i.e. the AT CMD trace).
Can you provide an air sniffer log (e.g. wireshark)? or NWP log (see chapter 20 of the programmer's guide)?.
The devices we have seen this on are with customers so we cannot have sniffers. Device shows following traces (BSSID and IpAddr removed for data privacy). RSSI -78 dBm, CH 1, Open network on 2.4GHz.
14:45:05 wifi Connect Data: SSID: <****> BSSID: <##:##:##:##:##:##> IpAddr: <192.168.128.204> GateIP: <192.168.128.1>
14:50:57 wifi ===> Open: Error 10 <ERROR,[wlandisconnect],NOT_DISCONNECTED_BY_USER,>
where is the error message comes from?
can you share the original AT event as it is received?
I'm not familiar with the NOT_DISCONNECTED_BY_USER which is not a real disconnection reason and I'm not sure where the "10" was received from.
The device is a lean IoT device so that is all the traces I have. On each try, the router allows connection to the device and fails with this error when opening TCP session to our server. We cycle the power to CC3235 when this happens. Have not been able to recreate this error with our test devices.