Hello,
I connected 2 arduino micro's using the I2C connector and now I want to exchange data via firmata and Johnny Five.
1 Arduino micro has the firmata firmware
1 Arduino micro should have custom firmware
Application is running Johnny Five
I'm looking for the minimum amount of code required to read and write data over I2C. Can someone provide a basic sketch? I succeded to write data, but I'm unable to read data. I like to retrieve the data in my Johnny Five application.
Also, is it possible to request specific data?
I hope someone can help,
Roy