ESP-IDF環境では、CMake向けのidf_component_register()という便利な関数が用意されている。コンポーネントを作るときに使う。単独アプリを作る場合、アプリ=コンポーネントと考えればよさそう。今回は、idf_component_register()をちゃんと理解するという話。 「main ...
ESP-IDFでプロジェクトを作ると、以下のような構造で、 複数のCMakeList.txtが作られる このCMakeList.txtを理解するためにファイルの中身を覗いてみることにした project folder │ │ CMakeLists.txt (*1) │ README.md │ sdkconfig │ ├─build │ │ ├─server_certs │ ca_cert.pem ...
ESP-IDF component for the NXP PN5180 NFC/RFID reader. This implementation provides a robust multi-protocol NFC reader with comprehensive support for ISO14443A, ISO15693, MIFARE Classic/Ultralight, and ...
Although it is a very nice library, it cannot be built with ESP-IDF Ver5. Therefore, We changed it so that it can also be used with ESP-IDF Ver5. At the same time, we also changed the sample code so ...