Hi ! I have some pictures and rough draft if it can help. That was how my jtag pin was set up in my board.
Rémy
Search found 18 matches
- Thu Mar 07, 2019 10:07 am
- Forum: Hardware
- Topic: Jtag connection with ESP32 & adapter[solved]
- Replies: 4
- Views: 7809
- Tue Feb 26, 2019 11:33 am
- Forum: ESP-IDF
- Topic: Upload mp3 file from an URL to the ESP32
- Replies: 1
- Views: 4293
Re: Upload mp3 file from an URL to the ESP32
Do you think I could use the esp-adf ? Like in this example : https://github.com/espressif/esp-adf/bl ... _to_file.c ?
Rémy
Rémy
- Mon Feb 25, 2019 3:16 pm
- Forum: ESP-IDF
- Topic: Upload mp3 file from an URL to the ESP32
- Replies: 1
- Views: 4293
Upload mp3 file from an URL to the ESP32
Hi all ! I would like to read an URL with the esp32 and upload the audio file associate to this URL. This URL will be sent with BLE. Do you know if it's possible and how I could do that ? The goal is to send this audio file to an SD card. I read about SPIFFS and esp_http_client but I'm not sure abou...
- Mon Feb 25, 2019 3:04 pm
- Forum: ESP-IDF
- Topic: ESP32 CPU frequency
- Replies: 4
- Views: 29558
Re: ESP32 CPU frequency
Thank you for your answers
- Fri Feb 08, 2019 4:25 pm
- Forum: ESP-IDF
- Topic: make monitor equivalent using jtag with ESP32
- Replies: 3
- Views: 5806
Re: make monitor equivalent using jtag with ESP32
Ok, thank you for your different answers and advice
- Fri Feb 08, 2019 4:16 pm
- Forum: ESP-IDF
- Topic: ESP32 CPU frequency
- Replies: 4
- Views: 29558
ESP32 CPU frequency
Hey ! I would like to know how I choose the frequency of the esp32 (I mean when I have to choose 80,160 or 240Mhz ?).
And also most important, is there a really change in terms of energy if I choose 240Mhz instead of 160Mhz ?
Thanks
And also most important, is there a really change in terms of energy if I choose 240Mhz instead of 160Mhz ?
Thanks
- Thu Feb 07, 2019 8:49 am
- Forum: ESP-IDF
- Topic: make monitor equivalent using jtag with ESP32
- Replies: 3
- Views: 5806
make monitor equivalent using jtag with ESP32
Hi, I would like to know if there is an other way than using make monitor to print messages from the code (for example the "Hello world") Because as I understood I can't use make monitor using JTAG but only using serial interface with TXD and RXD pin. Thank you if you have an answer or if you know a...
- Wed Feb 06, 2019 2:21 pm
- Forum: ESP-IDF
- Topic: Problem using Make Flash in command line [solved]
- Replies: 8
- Views: 12964
Re: Problem using Make Flash in command line
Thank you very much for your answers
- Wed Feb 06, 2019 2:02 pm
- Forum: ESP-IDF
- Topic: Problem using Make Flash in command line [solved]
- Replies: 8
- Views: 12964
Re: Problem using Make Flash in command line
Ok thank you for your answer, I also can't use the make monitor command with JTAG but with a serial interface using TXd and RXD pin ?
Or is there an other solution to see my messages in the code I send to the ESP32 elsewhere than in the debug mode ?
Or is there an other solution to see my messages in the code I send to the ESP32 elsewhere than in the debug mode ?
- Wed Feb 06, 2019 1:50 pm
- Forum: ESP-IDF
- Topic: Problem using Make Flash in command line [solved]
- Replies: 8
- Views: 12964
Re: Problem using Make Flash in command line
And when I'm running it's the ttyUSB0 that appear and disappear when I plugged and unplugged my esp32.
Code: Select all
ls /dev/tty*