Search found 3 matches

by horatio
Thu Feb 23, 2023 1:59 am
Forum: ESP-IDF
Topic: usb_serial_jtag_write_bytes() doesn't always write all bytes
Replies: 18
Views: 8734

Re: usb_serial_jtag_write_bytes() doesn't always write all bytes

Serial comms can be pretty slow. I don't have a lot of experience with esp boards, but I have seen it on STM32 projects where not all the data would be transmitted, despite saying it had. 1000+ bytes is a reasonable chunk of data, and depending on the speed of your serial line, that could potentiall...
by horatio
Thu Feb 23, 2023 1:47 am
Forum: ESP-IDF
Topic: I have issue about installing ESP-IDF
Replies: 2
Views: 2036

Re: I have issue about installing ESP-IDF

Did you follow the instructions here: https://github.com/espressif/vscode-esp ... install.md when you installed? Those worked for me very nicely.
by horatio
Thu Feb 23, 2023 1:44 am
Forum: ESP-IDF
Topic: How to set song playing position on phone from esp32
Replies: 0
Views: 692

How to set song playing position on phone from esp32

I've got an esp32 Bluetooth receiver that I'm sending music to via my android phone. I'm running the esp-idf example a2dp_sink project which works well. I want to be able to adjust the playback position on the phone from the esp32, send a value and have the track skip to that point. From what I unde...