Search found 1 match

by umersoftwares
Fri Sep 27, 2024 1:36 pm
Forum: ESP32 Arduino
Topic: Data order getting changed in I2C in ESP32 Arduino
Replies: 0
Views: 209

Data order getting changed in I2C in ESP32 Arduino

I programmed an ESP32 as an I2C slave. I was using arduino IDE to program the ESP32 and the version installed in the boards manager is 3.0.4. When I tested it with a master, the data order was incorrect on the received data. To test it at a very basic level, I wrote a piece of code where whatever th...