Search found 50 matches

by ns1668
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: 2383

Re: Does anyone know if the ESP32 built-in Bluetooth is compatible with iPhone/iPad?

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
by ns1668
Thu Sep 23, 2021 12:34 pm
Forum: General Discussion
Topic: Decode stack traces
Replies: 3
Views: 6720

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 so...
by ns1668
Thu Sep 23, 2021 12:31 pm
Forum: ESP-IDF
Topic: WIFI + PSRAM - Settings Clarification
Replies: 4
Views: 4048

Re: WIFI + PSRAM - Settings Clarification

I would also like a response from the espressif dev team to the questions above.
by ns1668
Thu Sep 23, 2021 9:50 am
Forum: ESP-IDF
Topic: ESP32 Bootloader - Response size larger than expected
Replies: 1
Views: 2074

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?
by ns1668
Thu Sep 23, 2021 8:25 am
Forum: ESP-IDF
Topic: ESP32 Bootloader - Response size larger than expected
Replies: 1
Views: 2074

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 struct ...
by ns1668
Fri Sep 03, 2021 11:06 am
Forum: General Discussion
Topic: Flashing firmware from Linux under Windows (WSL)
Replies: 1
Views: 1968

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).
by ns1668
Wed Aug 11, 2021 8:49 am
Forum: IDEs for ESP-IDF
Topic: Very long compile times for ESP32
Replies: 1
Views: 3534

Re: Very long compile times for ESP32

What command are you using to compile your project?
by ns1668
Wed Aug 11, 2021 8:46 am
Forum: General Discussion
Topic: vscode esp-idf cannot open source file
Replies: 3
Views: 10061

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}/** C:\...
by ns1668
Tue Aug 10, 2021 11:27 am
Forum: General Discussion
Topic: ESP-WROOM-32 DEVKIT
Replies: 5
Views: 4844

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 espressif m...