Search found 5 matches

by Redpin1441
Thu Feb 09, 2023 11:32 am
Forum: ESP-IDF
Topic: Esp32 IDF release/5.0 running on ESP32S3 Feather I2C problem
Replies: 9
Views: 5057

Re: Esp32 IDF release/5.0 running on ESP32S3 Feather I2C problem

Hi,
thanks for getting back to me. Which board did you try it on?
by Redpin1441
Tue Jan 10, 2023 8:45 am
Forum: ESP-IDF
Topic: Esp32 IDF release/5.0 running on ESP32S3 Feather I2C problem
Replies: 9
Views: 5057

Re: Esp32 IDF release/5.0 running on ESP32S3 Feather I2C problem

Yep, I agree with that. However, the pins can be reconfigured by running the config command, overriding the defaults and replacing them with the users choice. The driver install and initialise functions are called by running the detect command. static int do_i2cdetect_cmd(int argc, char **argv) { i2...
by Redpin1441
Mon Jan 09, 2023 4:33 pm
Forum: ESP-IDF
Topic: Esp32 IDF release/5.0 running on ESP32S3 Feather I2C problem
Replies: 9
Views: 5057

Re: Esp32 IDF release/5.0 running on ESP32S3 Feather I2C problem

Reading https://github.com/espressif/esp-idf/bl ... /README.md which is the tool I’m trying to use the pins can be configured by using the i2cconfig command.

Do you use the s3 feather?
by Redpin1441
Sun Jan 08, 2023 11:28 am
Forum: ESP-IDF
Topic: Esp32 IDF release/5.0 running on ESP32S3 Feather I2C problem
Replies: 9
Views: 5057

Re: Esp32 IDF release/5.0 running on ESP32S3 Feather I2C problem

Hi @ujurmsde Thanks for quick response. The example I'm running ultimately boils down to this call which is supposed to detect the device. It can be found in /esp/esp-idf/examples/peripherals/i2c/i2c_tools static int do_i2cdetect_cmd(int argc, char **argv) { i2c_driver_install(i2c_port, I2C_MODE_MAS...
by Redpin1441
Sat Jan 07, 2023 8:20 pm
Forum: ESP-IDF
Topic: Esp32 IDF release/5.0 running on ESP32S3 Feather I2C problem
Replies: 9
Views: 5057

Esp32 IDF release/5.0 running on ESP32S3 Feather I2C problem

Hi all, I’m unable to detect an I2c device when running the example I2c code that scans the bus for I2c devices. I expect that it should discover the LC709203 but the scan discovers nothing and times out. I’m using release/5.0, I’m currently at the tip of this release branch but it still doesn’t wor...