Thanks a lot ESP_Sprite you were right !
I had a pullup on SD2 and that was the issue, now flashing works well.
Search found 10 matches
- Fri Jun 25, 2021 10:02 am
- Forum: Hardware
- Topic: idf.py flash stops after first block
- Replies: 6
- Views: 4338
- Thu Jun 24, 2021 12:52 pm
- Forum: Hardware
- Topic: idf.py flash stops after first block
- Replies: 6
- Views: 4338
Re: idf.py flash stops after first block
Thank you ESP_Sprite for the tip.
It should not be connected to anything but i will double check
It should not be connected to anything but i will double check
- Thu Jun 24, 2021 9:21 am
- Forum: Hardware
- Topic: idf.py flash stops after first block
- Replies: 6
- Views: 4338
Re: idf.py flash stops after first block
Thank you for the answer chegewara.
Just tried that but same behavior.
Just tried that but same behavior.
- Thu Jun 24, 2021 8:23 am
- Forum: Hardware
- Topic: idf.py flash stops after first block
- Replies: 6
- Views: 4338
idf.py flash stops after first block
Hello forum, I put an ESP32-WROOM-32D on my board with a 6 pins connector to flash it. The connector provides 3V3 / GND / RXD / TXD / EN / IO0 On a small board i made a adapter that works with an FTDI USB/Serial cable, using two transistors to drive EN and IO0 from DTR and RTS. I made it from the ES...
- Wed Sep 11, 2019 2:09 pm
- Forum: ESP-IDF
- Topic: BLE server and client coexistance
- Replies: 4
- Views: 4922
Re: BLE server and client coexistance
ok thank you i will do that.
- Wed Sep 11, 2019 10:25 am
- Forum: ESP-IDF
- Topic: BLE server and client coexistance
- Replies: 4
- Views: 4922
Re: BLE server and client coexistance
Thanks chegewara for the answer, When i compared the code of the two examples gatt_server and gatt_client i found that it looks easy to mix the two of them. So i did it, the server started ok, then i started the client with a scan, found my device but strangely when i connect to the device with a ca...
- Sun Sep 08, 2019 2:42 pm
- Forum: ESP-IDF
- Topic: BLE server and client coexistance
- Replies: 4
- Views: 4922
BLE server and client coexistance
Hello,
We would like to setup a BLE server and client, both working together at the same time.
There is no example of that in esp-idv v3.3.
Can anyone enlight me and tell me if it is possible ?
Thanks for any help !
Francois
We would like to setup a BLE server and client, both working together at the same time.
There is no example of that in esp-idv v3.3.
Can anyone enlight me and tell me if it is possible ?
Thanks for any help !
Francois
- Fri Sep 06, 2019 3:07 pm
- Forum: ESP-IDF
- Topic: BLE server + client at the same time
- Replies: 0
- Views: 1774
BLE server + client at the same time
Hello,
I'm wondering if it is possible to build an application that behaves as server and client at the same time.
There is no such example in esp-idf v3.3 but it seems there is one in v4.
Does it mean it won't be possible until v4 is released ?
Thanks for your help
Francois
I'm wondering if it is possible to build an application that behaves as server and client at the same time.
There is no such example in esp-idf v3.3 but it seems there is one in v4.
Does it mean it won't be possible until v4 is released ?
Thanks for your help
Francois
- Tue Dec 04, 2018 2:15 pm
- Forum: ESP-IDF
- Topic: ADP sink example ok ESP-IDF with internal DAC
- Replies: 0
- Views: 2291
ADP sink example ok ESP-IDF with internal DAC
Hi , I'm would like to try the ADP sink example configured with internal DAC. I seems to run, i have some signals on GPIO 25 and 26 as expected but it is completely saturated. I'm sending a pure sinus from my phone and i get a square (at the right frequency) even at low volume. Besides it seems that...
- Wed Oct 31, 2018 10:20 am
- Forum: ESP-IDF
- Topic: crash investigation
- Replies: 1
- Views: 2996
crash investigation
Hello, My BLE application is always crashing at a specific point with the following debug : abort() was called at PC 0x400e78ab on core 1 Backtrace: 0x4008e8ef:0x3ffedce0 0x4008ea47:0x3ffedd00 0x400e78ab:0x3ffedd20 0x400e78f2:0x3ffedd40 0x400e6243:0x3ffedd60 0x4016081d:0x3ffedd80 0x400d4d8d:0x0 Rebo...