Search found 4 matches

by RobotDragon0
Thu Jun 26, 2025 3:48 pm
Forum: ESP-IDF
Topic: ESPIDF I2C: Cannot send the correct address
Replies: 2
Views: 122

ESPIDF I2C: Cannot send the correct address

Hello,
I am using my EPS32S3 to communicate with a MCP23017-E/SO via I2C. My code is shown below, and this is what I see on my logic analyzer logic analyzer. The data doesnt make sense. I would expect to at least see it transmit the device address correctly (which is 0x20).

The datasheet says the ...
by RobotDragon0
Thu Jun 26, 2025 3:45 pm
Forum: ESP-IDF
Topic: ESPIDF I2C: Cannot send the correct address
Replies: 0
Views: 69

ESPIDF I2C: Cannot send the correct address

Hello,
I am using my EPS32S3 to communicate with a MCP23017-E/SO via I2C. My code is shown below, and this is what I see on my logic analyzer. The data doesnt make sense. I would expect to at least see it transmit the device address correctly (which is 0x20).
The datasheet says the address should be ...
by RobotDragon0
Wed Dec 25, 2024 9:41 pm
Forum: ESP-IDF
Topic: Error: JTAG scan chain interrogation failed: all ones
Replies: 0
Views: 875

Error: JTAG scan chain interrogation failed: all ones

ESP32 Development board: ESP32-DEVKITC-32UE
ESP32 JTAG Debugger: ESP-Prog

Hello.
I ran the command openocd -f scripts/tcl/interface/ftdi/esp32_devkitj_v1.cfg -f scripts/tcl/board/esp-wroom-32.cfg to interface with my ESP32 using my ESP-Prog. I got the following error messages. The output on my ...
by RobotDragon0
Thu Dec 19, 2024 2:20 pm
Forum: ESP32 Arduino
Topic: Error: Serial Bluetooth not available or not enabled. It is only available for the ESP32 chip.
Replies: 2
Views: 2800

Error: Serial Bluetooth not available or not enabled. It is only available for the ESP32 chip.

MCU: ESP32-WROOM-32E
Hello,
My goal is to have two ESP32s communicate via Bluetooth. I am using this master and slave code from GitHub to allow communication, but the two MCUs never connect.
To determine if the devices could be detected, I ran the bt_classic_device_discovery built-in example. When ...

Go to advanced search