1
Bus Pirate Support / [Solved] I2C manual device discovery
I have an I2C device connected, and using the (1) macro it shows up properly in the list:
Code: [Select]
Searching I2C address space. Found devices at:
0xC8(0x64 W) 0xC9(0x64 R)
I wonder if I want to probe this device manually, what would be the manual command? Would it be this?
Code: [Select]
[0xC8
or something else? At the moment I got NACK for every request (I expected ACK), and not sure what would be the right way going about this.
Code: [Select]
I2C>[0xC8Looking at the firmware code for this macro, it should be very simple...
I2C START BIT
WRITE: 0xC8 NACK