Search found 134 matches

by jgustavoam
Mon Jun 05, 2023 3:07 am
Forum: Sample Code
Topic: I2S0 Clock (master clock) up to 80MHz derived from APLL clock
Replies: 14
Views: 69532

Re: I2S0 Clock (master clock) up to 80MHz derived from APLL clock

Hi Extra....

Some valuable information here about ESP32 Arduino I2S: (Github) https://github.com/espressif/arduino-esp32/tree/master

arduino-esp32/docs/source/api/i2s.rst
arduino-esp32/tools/sdk/esp32/include/driver/include/driver/i2s.h
arduino-esp32/libraries/I2S/src/I2S.h
by jgustavoam
Sun Jun 04, 2023 11:55 pm
Forum: ESP-IDF
Topic: SD card examples weird results.
Replies: 2
Views: 1349

Re: SD card examples weird results.

Pacondres, I've been doing tests with SDMMC (4 bits) using Arduino and it works perfectly. What type of SD card are you using? There are numerous types, with very varied access speeds. https://github.com/espressif/arduino-esp32/tree/master/libraries/SD_MMC https://www.sdcard.org/developers/sd-standa...
by jgustavoam
Sun Jun 04, 2023 11:45 pm
Forum: ESP-IDF
Topic: Espressif update
Replies: 2
Views: 1141

Re: Espressif update

izadoraberti wrote:
Fri Jun 02, 2023 9:08 pm
I have an esp32s3 project that stopped working abruptly.
Izadora, Explain in more detail please.
What did you do on your project?
Did you compile with a new version of IDF? Which was the previous version and which is in use.
by jgustavoam
Wed Feb 22, 2023 11:43 am
Forum: ESP32 Arduino
Topic: esp32 type
Replies: 7
Views: 2674

Re: esp32 type

Hi Kamran, I suggest starting with the simplest and most common ESP32 on the market. There are a few module manufacturers, but they all use the Espressif Chip. Choose the model that is in the nearest store, for example. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/g...
by jgustavoam
Tue Feb 14, 2023 8:45 pm
Forum: ESP32 Arduino
Topic: Best Frequency Meter ever made with ESP32 - awesome!
Replies: 54
Views: 90177

Re: Best Frequency Meter ever made with ESP32 - awesome!

Hi Xiaolab, If you don't have another frequency counter or oscilloscope frequency meter, you won't be able to calibrate because you won't have a reference measurement. The ESP32 oscillator has some limitations in the resolution of the generated signal adjustment. So you can't rely on that signal alo...
by jgustavoam
Fri Feb 10, 2023 1:12 pm
Forum: ESP32 Arduino
Topic: Best Frequency Meter ever made with ESP32 - awesome!
Replies: 54
Views: 90177

Re: Best Frequency Meter ever made with ESP32 - awesome!

Hi xialaba,

As I mentioned in the tutorial, the frequency measurement can be calibrated with another frequency meter for calibration!
You can calibrate, changing the variable:
uint32_t sample_time = 1000000;
Regards
Gustavo Murta
by jgustavoam
Mon Dec 19, 2022 9:38 pm
Forum: ESP32 Arduino
Topic: Best Frequency Meter ever made with ESP32 - awesome!
Replies: 54
Views: 90177

Re: Best Frequency Meter ever made with ESP32 - awesome!

Ahmet58,
If you did the assembly like the tutorial and used the original code, everything should work perfectly.
If you've done all that and you still have a problem, let me know.
But it looks like you already solved your problem. I'm glad for that. :D
by jgustavoam
Mon Dec 19, 2022 11:59 am
Forum: ESP32 Arduino
Topic: Best Frequency Meter ever made with ESP32 - awesome!
Replies: 54
Views: 90177

Re: Best Frequency Meter ever made with ESP32 - awesome!

Ahmet, Unfortunately it is not possible to help you. You have made too many changes which could be the cause of the program malfunctioning! You cannot change GPIO pins arbitrarily. There are rules that are in the documentation. https://www.espressif.com/sites/default/files/documentation/esp32_techni...
by jgustavoam
Sun Dec 18, 2022 1:21 pm
Forum: ESP32 Arduino
Topic: Best Frequency Meter ever made with ESP32 - awesome!
Replies: 54
Views: 90177

Re: Best Frequency Meter ever made with ESP32 - awesome!

Hi Ahmet,
Are you using the same program available here? Did you make any changes?
How are you testing the frequency meter? To test it connect the GPIO 32 (Oscillator) with the GPIO 35 (frequency meter) .
Please answer these questions.
by jgustavoam
Thu Dec 01, 2022 12:30 pm
Forum: ESP32 Arduino
Topic: Best Frequency Meter ever made with ESP32 - awesome!
Replies: 54
Views: 90177

Re: Best Frequency Meter ever made with ESP32 - awesome!

Hi Ahmet,

I don't know this Firebleet, but seeing the characteristics on the site, I can say that the frequency meter can be assembled using it.