I have built, downloaded and run the snip.scan demo program. When executed, PuTTY shows ...
Starting WICED v3.5.2
Platform BCM943362WCD4 initialised
Started ThreadX v5.6
Initialising NetX_Duo v5.7_sp2
Creating Packet pools
Waiting for scan results...
# Type BSSID RSSI Rate Chan Security SSID
----------------------------------------------------------------------------------------------
I get no SSID data.
I am wondering if the problem is that I have a BCM94343WWCD1 eval board. The WICED-SDK Make Target builds are for the BCM943362WCD4 board.
I have tried all of them and I get the same results.
Is there something I need to change to get this to work on the BCM94343WWCD1 ?
Thanks
Bill
Solved! Go to Solution.
The answer to my own question was supplied by our rep.
The solution is to rename the portion of the Target Build project to the board I have and rebuild.
in other words change: snip.scan-BCM943362WCD4-debug download
to: snip.scan-BCM94343WWCCD1-debug download
That worked.
The answer to my own question was supplied by our rep.
The solution is to rename the portion of the Target Build project to the board I have and rebuild.
in other words change: snip.scan-BCM943362WCD4-debug download
to: snip.scan-BCM94343WWCCD1-debug download
That worked.
Thanks for reporting your findings back to the forum Bill.