Hi,
It is not possible scan hidden SSID. This comes from WiFi standards and this can't be overcome by any way. Only way how to say that hidden SSID is alive, is to try connect. Lilley SiLabs and U-Blox modules try connect to selected SSID on background…
Hi,
Yes, you can update ServicePack via SPI interface (filesystem sl_ APIs). For more details see OTA update code. But if you want to use embedded programming, you need to use UART.
Jan
Hi,
I am not aware about direct support for MSPM0 with WiFi devices. Easiest way will be use AT command application as was stated above. This can be done with CC3220 / CC3235 or new CC3551E.
Jan
Hi,
If you have connected your main MCU to CC3135, you can implement radio testing features into your main MCU firmware. For more details see files radiotool.c/.h in \Source Files\Source Projects\radiotool_CC3235SF_LAUNCHXL_tirtos_ccs\ inside radio…
Hi,
To your PSS: This depends on your application. It may to exist application where devices will be deployed at the same temperature during lifetime. Personally I don't know such application, but I don't know everything. One Time calibration not take…
Hi Jirko,
At SWRU455 is described this:
"15.4.2 PHY Calibration Mode: In normal mode , PHY is calibrated every time the networking subsystem is started and the device was either reset (using nShut pin), or 24 hours have passed since the last calibration…
Hi Ryan,
I haven't seen that SL_NETAPP_EVENT_IPV4_ACQUIRED was triggered multiple times consecutively. That is odd. Do you have uploaded service pack from SDK 7.10 inside device? Maybe you can try to configure DHCP client by API SL_NETCFG_IPV4_STA_ADDR_MODE…