bshambaugh / BlinkyProject

4 stars 0 forks source link

Simulate Blinky Project in Wokwi #17

Open bshambaugh opened 1 year ago

bshambaugh commented 1 year ago

In the Discord linked from https://wokwi.com/ , there is a channel for custom chips like the ATECC50A, however it would be easiest to perform cryptography operations on the ESP32, avoiding the need to simulating additional hardware. The ESP32 comes with secure flash for the secure storage of private keys(?) ...key pairs, unlike the ESP8266, so the cryptographic co-processor isn't actually needed for it.