Search found 18 matches

by salomonreinach
Thu Mar 07, 2019 10:07 am
Forum: Hardware
Topic: Jtag connection with ESP32 & adapter[solved]
Replies: 4
Views: 6875

Re: Jtag connection with ESP32 & adapter[solved]

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
by salomonreinach
Tue Feb 26, 2019 11:33 am
Forum: ESP-IDF
Topic: Upload mp3 file from an URL to the ESP32
Replies: 1
Views: 3727

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
by salomonreinach
Mon Feb 25, 2019 3:16 pm
Forum: ESP-IDF
Topic: Upload mp3 file from an URL to the ESP32
Replies: 1
Views: 3727

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...
by salomonreinach
Mon Feb 25, 2019 3:04 pm
Forum: ESP-IDF
Topic: ESP32 CPU frequency
Replies: 4
Views: 23052

Re: ESP32 CPU frequency

Thank you for your answers :)
by salomonreinach
Fri Feb 08, 2019 4:25 pm
Forum: ESP-IDF
Topic: make monitor equivalent using jtag with ESP32
Replies: 3
Views: 5065

Re: make monitor equivalent using jtag with ESP32

Ok, thank you for your different answers and advice :)
by salomonreinach
Fri Feb 08, 2019 4:16 pm
Forum: ESP-IDF
Topic: ESP32 CPU frequency
Replies: 4
Views: 23052

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 :D
by salomonreinach
Thu Feb 07, 2019 8:49 am
Forum: ESP-IDF
Topic: make monitor equivalent using jtag with ESP32
Replies: 3
Views: 5065

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...
by salomonreinach
Wed Feb 06, 2019 2:21 pm
Forum: ESP-IDF
Topic: Problem using Make Flash in command line [solved]
Replies: 8
Views: 11701

Re: Problem using Make Flash in command line

Thank you very much for your answers :)
by salomonreinach
Wed Feb 06, 2019 2:02 pm
Forum: ESP-IDF
Topic: Problem using Make Flash in command line [solved]
Replies: 8
Views: 11701

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 ?
by salomonreinach
Wed Feb 06, 2019 1:50 pm
Forum: ESP-IDF
Topic: Problem using Make Flash in command line [solved]
Replies: 8
Views: 11701

Re: Problem using Make Flash in command line

And when I'm running

Code: Select all

ls /dev/tty*
it's the ttyUSB0 that appear and disappear when I plugged and unplugged my esp32.