Skip to content

Fingerprint Reader for m5stack atom using espidf and platformio

License

Notifications You must be signed in to change notification settings

bjay-wk/Fingerprint-access

Repository files navigation

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>