ADC library | Telit Cinterion IoT Developer Community
January 9, 2016 - 4:05pm, 2705 views
Hello everyone,
I am trying to create an application with the Concept board using the TMP36 sensor. I am trying to read the data received by the ADC.
However my code seems to have errors for example : "import com.gemalto.m2m.slagent.common.Logger;". This import cannot be resolve. I am guessing that I am missing a library and as a result eclipse does not regognise it. Other functions such as "logger" and "ConcepBoardI2CuC" cannot be resolved. Do you know where i could find the library so that those functions work? How can I then import the library in JAVA?
Thank you for your help.
UK Student team, Project
Hello,
com.gemalto.m2m.slagent.common.Logger and ConcepBoardI2CuC are not the part of Java API provided with the module.
The mentioned Logger class is a part of SensorLogic Agent project which is the remote control solution that includes libraries for the module application and server account and is sold separately. ConcepBoardI2CuC class might be a part of some demo project.
If you would like to use the external libraries in Eclipse you need to open project properties, go to Java Build Path, add the library in Libraries tab and check it for export in Order and Export tab.
If you have installed the provided software you should have the Java API documentation in Programs/Cinterion. You will also find there some simple example projects and Java User's Guide document.
Best regards,
Bartłomiej