Search found 2 matches

by amitabhs@krishworks
Mon Jan 08, 2024 1:38 pm
Forum: ESP-IDF
Topic: vTaskDelay delays way too long
Replies: 2
Views: 9911

Re: vTaskDelay delays way too long

Change your line 9
vTaskDelay(10 / portTICK_PERIOD_MS);
by amitabhs@krishworks
Mon Jan 08, 2024 1:32 pm
Forum: ESP-IDF
Topic: How can I use NFC 4 Click board with ESP32 using esp-idf framework?
Replies: 0
Views: 25926

How can I use NFC 4 Click board with ESP32 using esp-idf framework?

I want to detect NFC tag using NFC 4 Click board and send the tag data to the ESP32 via SPI communication.
I need resources / library which can help me in running the nfc board on esp-idf framework