Drivers and documentation for EXS62 module | Telit Cinterion IoT Developer Community
September 17, 2020 - 9:34pm, 2760 views
Hello,
I am having tough time getting drivers and documentation for EXS62 module. Does anyone know where I could find it ?
I am looking for win 10 and/or linux drivers for EXS62 modem.
I am also looking for following information if available for this module
- AT commands for EXS62
- Gemalto Trusted key management
AT commands to manage keys/certificates- Pre- configured Cloud certificate
- Unique identity key management
- User Guide/App notes for
- AWS/Azure cloud integration guide
- TCP/IP socket communication using DTLS/TLS or SSL
- MQTT using DTLS/TLS or SSL
- LwM2M using DTLS/TLS or SSL
Any help would be greatly appreciated.
Regards
ML
Hello,
You need quite a lot of information. You should generally get it all from your sales person.
I'll send you a few documents.
Best regards,
Bartłomiej
I also looking for all this info in order to connect in to the Azure IOT cloud by the bult in client in the EXS62 modem. I find limited info on this on the pages hear and on the web.
Hello,
Regarding the documentation you should be able to get necessary documents from your distributor. Please see here for the most essential information and documents: https://www.thalesgroup.com/en/markets/digital-identity-and-security/iot...
Please write more about what exactly you want to do and the information you found.
Regards,
Bartłomiej
Hi
1. I try to get connected to the clode and i am able to connect to the free open clode of HIveMQ but if i register ant want to log in to my own HiveMQ by setting user id and password i don't get it to work. It demands TLS, and i have set the uri string to start whit mqtts:// but still not ok.
Step two is to connect to Azure MQTT server and then i need to find out bot the certificate way to do this and also the way to do this by the SAS Token.
Currently i have tried the SAS Token, but then i think the length of the User and Password string needed for this is getting to long. I get a error from the modem when i enter it in. (user name is 73 byte long and then the password is 153) this is defined by Azure cloud. (Need inf on the certificate and keys handling du to this. No good samples on how to configure this)
I have identified how to do this in the MQTT.fx software so i know i have the right info, but not the right setup in the embeded software.
Can you advice me to some demo setup to do this over ?
Its limited info on the web for this. I have bought this devices from Microe as a click board so no local support is identified.
Finally i also have the following question :
Is there a prepared way for this modem to upload the firmware to my client MCU? need documentation for this.
Hello,
Are you doing this with AT commands or in some other way? Could you paste the log that shows how you configure the connection and what the result is? It would be better to move it to a dedicated thread as this is about the documentation.
As for the SAS token I've never tried it with the modules. If it's about user and password (for simple HTTP authentication) there are generally two ways - to set user and pass separately with dedicated AT commands or to construct the URL containing user and password. But SAS token is something different, you probably generate the special URL for this. So that would be the matter if this URL do not exceed the maximum length.
Anyway it should be possible to connect with certificates. You probably need a user and server certificates to install on the module. There is a special application note document dedicated to TLS issues which should be helpful for this.
Here is also a link to some help about certs loading:
https://iot-developer.thalesgroup.com/documentation/exsx2-tls-certificat...
If we speak about AT commands it is possible to download the data (could be file) with HTTP or FTP or just via a client socket connection. There are a few simple examples in the AT commands specification document.
BR,
Bartłomiej
Ok, but i still need the AN62 and the files to accommodate this as described in the TSL document. I can make a new string on this for how it look now..
Document sent via email.
Hi Arne, I am having problem with the communication between Azure and module via MQTT and think you could be able to help me.
Would you bother to explain me how did you manage to create and write the certificate on the module, in order to get the communication working.
Thanks in advance.