Posts tagged with “esp idf”

How to measure battery level with ESP32 microcontroller

How to measure battery level with ESP32 microcontroller

Figured out how to measure battery level on the URU Key using a simple voltage divider and some clever GPIO control. Threw in some ESP32 ADC math to convert readings into a nice 0–100% percentage—and even blink a red LED if the battery’s running low. BLE support coming too!

Read more...
Using ATECC508A Cryptographic co-processor with ESP32

Using ATECC508A Cryptographic co-processor with ESP32

Time to tackle the ATECC508A crypto chip! I started building an ESP32 component library to use it in my FIDO2 Authenticator. One chip gave me trouble, but another worked perfectly. Lots of I2C fun, ECC signatures, and some helpful inspiration from SparkFun’s Arduino library. One step closer to full hardware-based security.

Read more...
WebAuthN on ESP32 development board

WebAuthN on ESP32 development board

After getting FIDO2 working on Android, I gave it a go on the ESP32. Started with Arduino, but switched to ESP-IDF for more control. It’s super stripped-down—only one in-memory credential and a button for user presence—but it works! Got both registration and login running. Video inside!

Read more...