Search found 134 matches

by jgustavoam
Fri Apr 05, 2024 1:06 am
Forum: General Discussion
Topic: CAN controller not working in new devices
Replies: 3
Views: 1368

Re: CAN controller not working in new devices

Your code is based on Arduino or ESP-IDF?

Some new version of the IDE may have changed the code for the CAN protocol.
Compile your program with the old version of the IDE.
by jgustavoam
Fri Apr 05, 2024 12:54 am
Forum: General Discussion
Topic: BLE esp_ble_gatts_send_response() clarification
Replies: 3
Views: 2856

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: 1252

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: 1076

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: 1084

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: 3
Views: 1169

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: 75589

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: 75589

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...