Replies: 1 comment 1 reply
-
This is wiring/PCB design/powering issue. Check your hardware. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Firstly, thanks very much @UncleRus. and to all who have contributed, to the library.
I was finally able to figure out components in PlatformIO and pretty sure it is setup correctly (see screenshot) but running into timeout issues and it seems the problem is compounded as more I2C sensors are added.
PlatformIO .ini file contents:
sdkconfig.esp32dev I2C configuration:
I have this working in the Arduino IDE without issues, alpha testing, reading 3 I2C MEMS sequentially in a task by applying a mutex on the I2C handle pinned to core 1.
Attempting the same via the espidf framework in PlatformIO. The below code is work in progress porting to the espidf framework.
The serial monitor returns the following output results, reading a single sensor (sht4x):
Am I overlooking something? Any direction would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions