Search found 163 matches

by jgustavoam
Fri Apr 05, 2024 12:54 am
Forum: General Discussion
Topic: BLE esp_ble_gatts_send_response() clarification
Replies: 4
Views: 3867

Re: BLE esp_ble_gatts_send_response() clarification

With this piece of code it is difficult to assess the problem.
But why are you activating indications and notifications?
Some data can only be sent if there are indications or notifications.

Good reference about BLE:
https://punchthrough.com/resources/
by jgustavoam
Fri Apr 05, 2024 12:42 am
Forum: General Discussion
Topic: ESP32 Camera Project advice
Replies: 1
Views: 1849

Re: ESP32 Camera Project advice

I think this site could be useful.

https://randomnerdtutorials.com/projects-esp32-cam/
by jgustavoam
Fri Apr 05, 2024 12:34 am
Forum: General Discussion
Topic: Why does changing pin assignments cause 1602A to display trash?
Replies: 1
Views: 1720

Re: Why does changing pin assignments cause 1602A to display trash?

Check all connections between the LCD and the ESP32.
There may be an incorrect connection.
Measure the 5V supply on the LCD. Make sure it is suitable.

Reference to read:
https://randomnerdtutorials.com/esp32-p ... nce-gpios/
by jgustavoam
Fri Apr 05, 2024 12:19 am
Forum: General Discussion
Topic: BLE not connect with NRF and giving error of Error 62(0x3e): GATT CONN FAIL ESTABLISH & Error 8(0x8): GATT CONN TIMEOUT
Replies: 1
Views: 1586

Re: BLE not connect with NRF and giving error of Error 62(0x3e): GATT CONN FAIL ESTABLISH & Error 8(0x8): GATT CONN TIME

I am using the ESP32 WROOM-32 module on our PCB and we are using our board on main power of 12V DC & on backup battery with 3.3V - 4.2V DC supply.
Your 3.3V regulator is probably faulty or not suitable for supplying the required current.
by jgustavoam
Thu Apr 04, 2024 9:54 pm
Forum: General Discussion
Topic: Instability with 120MHz Flash/SPIRAM on ESP32S3-WROOM-2 N32R8V
Replies: 4
Views: 2739

Re: Instability with 120MHz Flash/SPIRAM on ESP32S3-WROOM-2 N32R8V

Hi, Reading at " SPI Flash and External SPI RAM Configuration " topic: https://docs.espressif.com/projects/esp-idf/en/stable/esp32s3/api-guides/flash_psram_config.html Important 120 MHz DDR mode is an experimental feature. You will only see it when: CONFIG_IDF_EXPERIMENTAL_FEATURES is enabled With a...
by jgustavoam
Sun Sep 17, 2023 10:22 am
Forum: ESP32 Arduino
Topic: SUMP Compatible ESP32 Logic Analyzer with RLE
Replies: 45
Views: 84258

Re: SUMP Compatible ESP32 Logic Analyzer with RLE

Hi EUA,
Test suggestion - connect a jumper (wire) between the two pins externally. What do you think about this?
by jgustavoam
Fri Sep 15, 2023 12:23 am
Forum: ESP32 Arduino
Topic: SUMP Compatible ESP32 Logic Analyzer with RLE
Replies: 45
Views: 84258

Re: SUMP Compatible ESP32 Logic Analyzer with RLE

Hi EUA, I suggest you take a look at these links https://github.com/espressif/arduino-esp32/blob/master/docs/source/api/ledc.rst https://github.com/espressif/arduino-esp32/blob/master/docs/source/api/i2s.rst Pin setup Pins can be changed in two ways- 1st constants, 2nd functions. By default, the pin...
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: 75121

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