Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 646 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 646 Bytes

Fingerprint-access

Fingerprint Reader project to lock/unlock netatmo system with a M5stack atom s3.

The project use platformIo and espidf.

Hardware:

Configuration

Run menuconfig:

  • Component config -> FreeRtos -> Kernel -> configTIMER_TASK_STACK_DEPTH=4096
  • Component config -> Netatmo API -> client api=<your-client-api>
  • Component config -> Netatmo API -> client secret=<your-client-secret>

In platformio.ini change upload_port= <your board port>