In case you missed it, the big news is that a minimal Arduino core is up and working on the ESP32. There’s still lots left to do, but the core functionality — GPIO, UART, SPI, I2C, and WiFi — are all ...
The problem occurs when we use arduino as an IDF component but on ESP32P4 some functions are disabled due to the use of hosted by SDIO on esp32c6. The arduino library cannot find #include "esp_bt.h".
Note for ESP-IDF users: This repo will not compile correctly in ESP-IDF. An ESP-IDF component version of this library can be found here. This library significantly reduces resource usage and improves ...