You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@5hu5ky I've seen the exact same behavior. Locking the chip started generating new random numbers, though it's created some other issues(CRC mismatch, can't find device) I'm still digging though.
I've noticed the same behavior with the same exact value being set as the random value. I figured out the CRC Mismatch issue is due to too high of a wake frequency clock. You can manually set the frequency to 75000 and it will work.
random function is not generating random numbers.
For example:
always returns
2040
always returns
1016
Tested on a RPi 3B v1.2 using 3.3v
Code used to test - https://github.com/adafruit/Adafruit_CircuitPython_ATECC/blob/master/examples/atecc_simpletest.py
The text was updated successfully, but these errors were encountered: