B4R Question Obtain data from I2C

tonga

Member
Licensed User
Longtime User
Hi,
I am acquiring data from a microcontroller by means of I2C. There are 30 total bytes that are grouped into bytes or integers. I get them by means of this function:

Dim c() As Byte = master.RequestFrom(SLAVE_ADDRESS, 30)

I see them with oscilloscope but I can not separate them and read them for my use.
How can I proceed?

Thanks in advance
 

rodmcm

Active Member
Licensed User
There are several Arduino ESP programs that test the I2c network such as I2C scan.. Use these to test the integrity of your connections.
 
Upvote 0
Top