sparkfun / SparkFun_ATECCX08a_Arduino_Library

An Arduino library to use with the Microchip ATECCX08a Cryptographic Co-processors.
https://www.sparkfun.com
Other
36 stars 18 forks source link

Increasing delay of the signing operation to work with Arduino WAN 1310 #14

Closed perone closed 2 years ago

perone commented 2 years ago

The signing operation is taking more than the specified time in the datasheet, consistently. I increased it from 60 and 70 and did some rounds of testing and it is working fine now.

This fixes the issue #13. Note that this can happen to other boards as well.

lewispg228 commented 2 years ago

Hey @perone , Glad you were able to figure this out. Nice work troubleshooting and verifying. Thanks so much for this PR. Cheers! -Pete