Mike K
Mike K
I'm also having problems with the Grove connector on T-OI Plus. I'm using a known working device with I2C address 0x3E. Also using SDA=19 and SCL=18. I'm powering T-IO Plus...
Hi Vince, I'd interested in what you find out! I got a good deal on the T-OIs and am looking forward to using them! Thanks, Mike
Hi Vince and LilyGO OK, got it figured out... The pins on the T-OI board's Grove connector are backwards from the usual Grove connector! Order on T-OI is GRD, 3V3,...
Hi Vince, Just tried the following trick - reverse the values of SDA and SCL in the constructor for Wire or the particular device. I'm using the Color LCD display...
Yes, it is NOT a reversal
When using this YAML file, the error does not occur: ``` name: crew-ai channels: - conda-forge - defaults - ryanvolz dependencies: - python=3.11 - pip - pip: - crewai==0.28.8 -...