Description
I'm trying to add new certificate to my mlk1000. My steps were:
- I've uploaded FirmwareUpdater sketch to the MCU with no errors
- I ran winc1500-uploader.exe -address=*****.com:443 -port=COM4
- The result is:
2016/05/03 17:45:31 Connecting to programmer
2016/05/03 17:45:33 Synch with programmer
The same happens with winc1500-uploader-gui. It stucks on "Synchronizing with the programmer".
My configuration:
- IDE selection
- Board: Arduino/Genuino MKR1000
- Port: COM4
- OS Windows 10
- Genuino MKR1000, MR510PB
- CheckWifi101FirmwareVersion returns:
WiFi101 firmware check.
WiFi101 shield: DETECTED
Firmware version installed: 19.4.4
Firmware version required : 19.4.4
Check result: PASSED
- WiFi 101 version 0.9.1
- Board Library: Arduino SAMD boards version 1.6.5
UPDATE: after trying to unsuccessfully update certificates on my MKR1000, it will not handle SSL connections at all. I've tried WiFiSSLClient sketch and it fails to connect to google on port 443. The output is:
Attempting to connect to SSID: ****
Connected to wifi
SSID: ****
IP Address: 192.168.43.18
signal strength (RSSI):-39 dBm
Starting connection to server...
disconnecting from server.
The normal WiFiClient sketch works.