AT+CLTS Bug #4
Adrianotiger
started this conversation in
Tutorials
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The module is a Global module. This means, you can use it on any frequency and bands.
Unfortunately, a module that should be compatible worldwide is often incompatible in many places.
An example how buggy this module can be on some requests (v.17):
Command AT+CLTS=1
From the documentation, you should get ans answer like this on startup:

Unfortunately you don't get this answer in Europe:

And if it isn't enough, there is also a missing double quote in the result, so you can't parse it as string.
And if it isn't enough, the time zone should be "+01".
*PSUTTZ: 25/04/01,12:07:03","+08",1
**Shortly: do not use/activate AT+CLTS=1, if you get this time string. **
I still don't know if this is a local bug or if this is a "globally" bug
Beta Was this translation helpful? Give feedback.
All reactions