1 | initial version |
The most difficult part in order to connect your Arduino board to the IOTA will be to find a good Arduino library for working with LightweightM2M. Once you have it, you must provision the device in the agent (you can find an example in this tutorial ). Once you have both, you can look at the examples in that same tutorial or the LWM2M specification for the operations you can do on your device. I suggest you follow the tutorial with just the Agent first (and the provided client), and then, try the connection, once you have it working as you would expect.