Required Hardware
This is tested on Arduino Uno R3, but it should work on other Arduino types, if the API is compatible. (Only Arduino functions are used, no fancy stuff of registers. It should be compatible)
Required Software
Get the source code with GitHub link at:
https://signaloperator.com/
Example #1 - Drive "at24c01" with I2C
i2cscan (Scan for I2C slave devices, 50 is AT24C01)
i2cwrite @50 00 nostop (Address 00)
i2cread @50 04 stop (Read 04...
Read more
This is tested on Arduino Uno R3, but it should work on other Arduino types, if the API is compatible. (Only Arduino functions are used, no fancy stuff of registers. It should be compatible)
Required Software
Get the source code with GitHub link at:
https://signaloperator.com/
Example #1 - Drive "at24c01" with I2C
i2cscan (Scan for I2C slave devices, 50 is AT24C01)
i2cwrite @50 00 nostop (Address 00)
i2cread @50 04 stop (Read 04...
Read more