Sorry for taking so long to reply again but, i first tried using this guide from arduino project hub . And got this result. Looking good the data seems consistent and repeating, this is without the touchpad connected to the master, so basically whats on the bus is the master and my uno.
i tried my best to decipher it here. Every makes sense so far, i have found the start bit, and the first bits are the address, which is CORRECT ! , followed by what it seems to be a WRITE BIT, which is weird since i thought it will just keep reading the touch pa status. but anyway the bit after that is the acknowledge bit which supposed to be pulled low but since there is no slave device there is no one to acknowledge it thus the next bit is an END bit where the SDA pulls high after the SCL.
SO FAR SO GOOD EVERYTHING SO FAR MAKES SENSE.
But the good news ends there, when i connect the pannel to the buss the UNO refuse to read, I change my wires thinking that i might exceed the capacitance on the i2c buss , but still oesnt work, it only doesnt work when i connect the touch panel, when its removed it can read fine. This is not good for me because the master didnt get to the point of sendding the commands data, since there is no acknowledggement
I think this where my idea comes in ill set my arduino as the slave device and set its address to be the same as the touch pannel ( igot the address of the touch panel using tthe i2c scanner where i connectedd the touch panel to the arduino and scanne the i2c addresses and it returned me an address).
image.
using the slave recieve example i ggot these numbers consistently but i dont understand them there is a pattern onthe middle numbers but the first and last doesnt fit, also the first number is 4 data. Thats it for me where im stuck.
The main problem is the host wont communicate(or my uno refusing to analyze the buss) to the touch pad if i probe it with my uno, i can confirm the touchpad and the controller is not broken because if i put them back together with out the uno its still does it job.
Will update again if i ever have any more progress