So my end goal is to talk to a STM32F103 from Crow, but I have had no success with I2C on it thus far, so for now I have switched to an Arduino Uno.
I’m trying to replicate the TXi ii protocol, but I get this result in druid:
> print(ii.txi.get(‘param’,1))
nil
^^ii.txi({name=[[param]], device=1, arg=1}, 2.303607)
Does this indicate that the i2c clock speed is wrong or something? I’m not very familiar with i2c yet, so I’m just not really sure what to try here. I’m a professional developer, but ironically the only one at my company at the moment that’s not an embedded engineer.