T-Display S3 AMOLED - I2C
- 
					
					
					
					
 Hi, 
 does anyone have goo experience with I2C on this board, I'm struggling to make it work, the pinout is not clear, I have tried using pin 43 and 44 and the I2C scanner doesn't report anything connected, even if the sensor work perfectly on a different vendor board. What library should be used for I2C on this specific board, are the pin correct?
 Thanks. E.
- 
					
					
					
					
 @smile6905  
 Wire.begin(SDA, SCL) which isWire.begin(43, 44);
- 
					
					
					
					
 Dear @TEASTAIN2, 
 thanks for your input, I have tried this but it was not working.
 I found a qwiic connector and on that port it works but not on the pin header, any idea?
 They should be connected together. (the multmeter confirm)
 Maybe noise on board... I will investigate further.thanks anyway 
- 
					
					
					
					
 @smile6905 What sensor are you using? 
 I use the qwiic connector for all I2C and occasionally non-I2C sensors and the side pins as well with no problems. As I said the Wire.begin(SDA, SCL) 43, 44 is very important
 Sorry you are having difficulties, keep trying!
 -Terry
- 
					
					
					
					
 @teastain2 Mistery solved, it was that specific board with some soldering issues, I got another one and works perfectly 
- 
					
					
					
					
 @smile6905 Good to hear! 
