I want to use three I2C devices. 2xDac and 1xLCD to display the values of a controller. The LCD is said to run at 10Hz and the DAC at 800Hz. I used the enabled execution of the compound blocks.
First in the Arduino IDE the 3 I2C devices works fine. You don't specify any frequency there.
When I run the program on the Arduino the LCD just displays random characters and cycles through turns on and off.
When I run all 3x I2C devices at 10Hz it works fine.
Does the I2C bus have problems with different frequencies of the individual devices?
I've been trying to solve the problem for days.
Thanks for the help
