April 27, 2024, 10:43:42 AM

Esp32-c3 lipo

Started by 2178an, February 25, 2024, 10:02:27 AM

Previous topic - Next topic

2178an

Hi!

I don't have any experience of using the esp32-c3 lipo from olimex and just wanted to verify some things.

I'm converting an project from Arduino Uno rev3 that have an Bosh bno055 and an nrf24 module to esp32-c3 lipo.

In the datasheet for the olimex esp32-c3 lipo I can't find any info about ic2 communication to my Bosh bno55 or bno085 sensors. Is it possible to use ic2 on olimex esp32-c3 lipo and witch pins can I use?

Link to esp32 https://www.olimex.com/Products/IoT/ESP32-C3/ESP32-C3-DevKit-Lipo/open-source-hardware

Best regards
Andreas

LubOlimex

You can use any free GPIO. The module has great multiplexing and you can set which pin is responsible for the I2C in the software code. You don't need to use the default pins. https://docs.espressif.com/projects/arduino-esp32/en/latest/tutorials/io_mux.html
Technical support and documentation manager at Olimex

2178an

Great!

Thank you for the answer!

Best Regards