Hi - sorry for the delay on this - but what you've got there looks like it could work well. It's really just a matter of trying to digest what the datasheet says you can do and come up with the series of bytes. The CRC is handled for you at least.
Once you've got the command name you're interested in from the datasheet you may also have some success googling and seeing if anyone has used it anywhere else.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi - sorry for the delay on this - but what you've got there looks like it could work well. It's really just a matter of trying to digest what the datasheet says you can do and come up with the series of bytes. The CRC is handled for you at least.
Once you've got the command name you're interested in from the datasheet you may also have some success googling and seeing if anyone has used it anywhere else.