-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firmware Updater stuck on "Synch with programmer" #5
Comments
Interestingly, after soldering the two racks /male strip headers/ (for testing gpio pins) - I was able to upload custom certificates. p.s. I haven't tried lower baud rates. May be 115200 bps is too high and make the connection unstable? |
Could you please expand on what this mean?
Since the MKR1000 uses native USB for the Serial port, the baud rate is not actually used. |
@sandeepmistry after soldering the two male strip headers to the MCU I was able to upload certificates to mkr1000 without problems. |
@PKGeorgiev there's most likely something software related. The h/w pins are not used for the USB data transfer for firmware upload.
Where have these been reported? I know there is an open issue with OS X and firmware updates over native USB ports (which something like arduino/ArduinoCore-samd#116 resolves). |
@sandeepmistry , my OS is Windows 10. I've found some comments like http://mohanp.com/mkr1000-azure-iot-hub-how-to/#div-comment-37 It is fact that I wasn't able to upload certificates without first soldering the two male strip headers to the MCU. That's why I suggested more verbose output in the CLI. |
I'm trying to add new certificate to my mlk1000. My steps were:
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:
WiFi101 firmware check.
WiFi101 shield: DETECTED
Firmware version installed: 19.4.4
Firmware version required : 19.4.4
Check result: PASSED
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.
The text was updated successfully, but these errors were encountered: