I assume you mean bluetooth audio streaming from iphone to esp32.
In that case, yes its compatible.
It should be compatible with anything that supports bluetooth v4.2
Search found 50 matches
- Fri Sep 24, 2021 9:34 am
- Forum: ESP32 Arduino
- Topic: Does anyone know if the ESP32 built-in Bluetooth is compatible with iPhone/iPad?
- Replies: 1
- Views: 3286
- Thu Sep 23, 2021 12:34 pm
- Forum: General Discussion
- Topic: Decode stack traces
- Replies: 3
- Views: 12000
Re: Decode stack traces
A backtrace can be analysed as per the instructions below
1. Obtain the backtrace output from terminal:
Backtrace:0x4000c269:0x3ffb7810 0x400d5327:0x3ffb7830 0x400d59a2:0x3ffb7850 0x400d600f:0x3ffb7b20 0x400d5039:0x3ffb7b40 0x400d3f17:0x3ffb7b80
2. Obtain the .elf for the corresponding version of ...
1. Obtain the backtrace output from terminal:
Backtrace:0x4000c269:0x3ffb7810 0x400d5327:0x3ffb7830 0x400d59a2:0x3ffb7850 0x400d600f:0x3ffb7b20 0x400d5039:0x3ffb7b40 0x400d3f17:0x3ffb7b80
2. Obtain the .elf for the corresponding version of ...
- Thu Sep 23, 2021 12:31 pm
- Forum: ESP-IDF
- Topic: WIFI + PSRAM - Settings Clarification
- Replies: 4
- Views: 7737
Re: WIFI + PSRAM - Settings Clarification
I would also like a response from the espressif dev team to the questions above.
- Thu Sep 23, 2021 9:50 am
- Forum: ESP-IDF
- Topic: ESP32 Bootloader - Response size larger than expected
- Replies: 1
- Views: 2916
Re: ESP32 Bootloader - Response size larger than expected
After considering it for a moment I think possibly there is an issue whereby the bootloader is using unpacked structs for the responses.
This would cause the response status to be padded to the native 32-bit word length (resulting in an extra two bytes being appended).
Any thoughts on this?
This would cause the response status to be padded to the native 32-bit word length (resulting in an extra two bytes being appended).
Any thoughts on this?
- Thu Sep 23, 2021 8:25 am
- Forum: ESP-IDF
- Topic: ESP32 Bootloader - Response size larger than expected
- Replies: 1
- Views: 2916
ESP32 Bootloader - Response size larger than expected
I am currently working on a serial flasher for ESP32, this is based on the official esp-serial-flasher source code.
When getting responses from the ESP32 BL I expect the following (based on https://github.com/espressif/esp-serial-flasher/blob/master/private_include/serial_comm_prv.h)
typedef ...
When getting responses from the ESP32 BL I expect the following (based on https://github.com/espressif/esp-serial-flasher/blob/master/private_include/serial_comm_prv.h)
typedef ...
- Fri Sep 03, 2021 11:06 am
- Forum: General Discussion
- Topic: Flashing firmware from Linux under Windows (WSL)
- Replies: 1
- Views: 2910
Re: Flashing firmware from Linux under Windows (WSL)
Are you connecting to a devkit board via USB? WSL2 does not currently support serial or USB devices.
My suggestion would be to migrate you environment to a proper linux virtual machine (virtualbox or something similar).
My suggestion would be to migrate you environment to a proper linux virtual machine (virtualbox or something similar).
- Wed Aug 11, 2021 8:49 am
- Forum: IDEs for ESP-IDF
- Topic: Very long compile times for ESP32
- Replies: 1
- Views: 4255
Re: Very long compile times for ESP32
What command are you using to compile your project?
- Wed Aug 11, 2021 8:46 am
- Forum: General Discussion
- Topic: vscode esp-idf cannot open source file
- Replies: 3
- Views: 16380
Re: vscode esp-idf cannot open source file
This is probably because VSCode does not know where to find the header files for the esp-idf components.
You can fix this by editing your IntelliSense Configuration.
There is a section in the settings called "Include Path"
You should add the esp-idf components folder to it:
${workspaceFolder ...
You can fix this by editing your IntelliSense Configuration.
There is a section in the settings called "Include Path"
You should add the esp-idf components folder to it:
${workspaceFolder ...
- Tue Aug 10, 2021 11:27 am
- Forum: General Discussion
- Topic: ESP-WROOM-32 DEVKIT
- Replies: 5
- Views: 7318
Re: ESP-WROOM-32 DEVKIT
1.Is these ESP-IDF is better for debugging and developing of I2C and BLE, WIFI stack ?
Is it better for debugging and developing.... compared to what?
I think you are getting confused.
ESP-IDF (espressif integrated development framework) contains a variety of software for programming of ...
Is it better for debugging and developing.... compared to what?
I think you are getting confused.
ESP-IDF (espressif integrated development framework) contains a variety of software for programming of ...
- Tue Aug 10, 2021 7:19 am
- Forum: General Discussion
- Topic: How should I read ADC values at high frequency in ESP32?
- Replies: 1
- Views: 3157