Search found 2 matches
Re: ULP+BLE
How did you fix the esp_bt.h not found issue? I am seeing the same thing with the ULP + BLE. Many thanks!
- Tue Oct 06, 2020 3:16 pm
- Forum: General Discussion
- Topic: Bluetooth SPP Interrupts SPI Communications
- Replies: 0
- Views: 1594
Bluetooth SPP Interrupts SPI Communications
I am working with an ESP-Wrover-B using the ESP-IDF and Platform IO. The ESP32 communicates over SPI-slave to a PIC microcontroller. This SPI communication is very critical and needs to be serviced immediately. I also want to be able to send some data over Bluetooth SPP (not as critical). I have bee...