SpiConnection example | Telit Cinterion IoT Developer Community
November 23, 2016 - 12:43pm, 1655 views
Hello,
I want to use an SPI flash memory device by using SpiConnection interface which is in package com.cinterion.io. Documentation does not give concrete example regarding how to use the api and there is not any concrete java project example in examples.
Have you got a simple example using SpiConnection? If there is an example especially writes/reads an spi flash memory, it will be more helpful.
Best Regards,
Hello,
Currently I don't see any SPI example that would read/write to the SPI memory.
But there are several example projects that use i2s interface which is similar, for example:
https://iot-developer.thalesgroup.com/showcase/really-simple-way-integra...
Additionally there are broad descriptions of SPI messages, data transfer, errors etc. in the Java API and AT commands specification.
Regards,
Bartłomiej
Hello Bartlomiej,
Thanks for the answer and example. I could write/read to/from spi memory using SpiConnection API.
Best Regards,