Search found 65 matches
- Tue Aug 25, 2020 8:45 am
- Forum: General Discussion
- Topic: Problem after burning efuses
- Replies: 1
- Views: 579
Re: Problem after burning efuses
now I used another ESP32 board for burning the efuses. This time it seems to work. So probably I damaged the previous board somehow?
- Thu Aug 20, 2020 1:49 pm
- Forum: General Discussion
- Topic: Problem after burning efuses
- Replies: 1
- Views: 579
Problem after burning efuses
In my project I want to use the efuses in BLK3 for storing a custom MAC address and a serial number. In a first step I burned the custom MAC into BLK3. After this step everything was working as expected. Next I burned a new serial number into BLK3 bits 192 to 255. After this step I am not able to do...
- Mon Dec 16, 2019 5:04 pm
- Forum: ESP-IDF
- Topic: Errors installing ESP-IDF tools to Eclipse ( Windows 10 )
- Replies: 1
- Views: 1014
Re: Errors installing ESP-IDF tools to Eclipse ( Windows 10 )
I am encountering a very similar problem when installing via Did you find a solution?
Code: Select all
intall.bat
- Wed Dec 11, 2019 4:02 am
- Forum: General Discussion
- Topic: I got lots of error in AP mode: wifi: ampdu: ignore deleting tx BA0, is this a bug?
- Replies: 4
- Views: 2517
Re: I got lots of error in AP mode: wifi: ampdu: ignore deleting tx BA0, is this a bug?
O.k. I will check in github if such an issue already exists. If not, I will open a new one.
- Tue Dec 10, 2019 5:07 pm
- Forum: General Discussion
- Topic: I got lots of error in AP mode: wifi: ampdu: ignore deleting tx BA0, is this a bug?
- Replies: 4
- Views: 2517
Re: I got lots of error in AP mode: wifi: ampdu: ignore deleting tx BA0, is this a bug?
I also have this problem. Is there already a fix or a workaround available?
- Tue Dec 10, 2019 5:05 pm
- Forum: ESP-IDF
- Topic: wifi spams serial monitor
- Replies: 3
- Views: 1913
Re: wifi spams serial monitor
I am also having this problem. It seems as if this is related to some problems in my TCP/IP communication. Is there already a fix or workaround for this issue?
- Wed Sep 25, 2019 7:40 pm
- Forum: ESP-IDF
- Topic: Bluetooth SPP profile fails after some time
- Replies: 3
- Views: 2082
Re: Bluetooth SPP profile fails after some time
With the latest version of esp-idf it seems to work (at least much better than before). But maybe I changed something unintentionally. One difference I have compared to my previous version that now freertos is working at 10ms and not at 1ms (like before). But I don't know if this is makes the differ...
- Sun Jul 21, 2019 11:41 am
- Forum: General Discussion
- Topic: MSYS2 is slow on Windows 10
- Replies: 30
- Views: 19518
Re: MSYS2 is slow on Windows 10
Hello Ritesh, since I switched to the CMake build system under native Windows I did not try MSYS2 again - so I don't know if this problem has been taken care of. In general: if you want to work with ESP32 and esp-idf I recommend to use cmake since this will be the new build system from Espressif; ma...
- Wed Mar 06, 2019 9:34 pm
- Forum: General Discussion
- Topic: SPP profile in bluedroid missing?
- Replies: 25
- Views: 17781
Re: SPP profile in bluedroid missing?
@loboris: how did you make it work? I am trying to use it but I am getting a system crash after approx. 2 minutes; see here: https://www.esp32.com/viewtopic.php?f=1 ... 742#p39742
- Wed Mar 06, 2019 9:31 pm
- Forum: ESP-IDF
- Topic: Bluetooth SPP profile fails after some time
- Replies: 3
- Views: 2082
Re: Bluetooth SPP profile fails after some time
Does nobody have an idea how to solve this issue?