-
I get a Chinese message, but the A9G can not print the message correctly.
>>> cellular.SMS.list()[-2].message
'\x04\x03as238\x00\x00\x00\x00\x00'
-
Hi
I'm using the SDK V2112
I have 2 A9G boards setup as i'm experimenting for a new project.
Both of them no longer respond to any power?
I can see in coolwatcher - that when i press the reset…
-
Hi
I'm working on A9G.
I have two questions:
1. after activating all the IO pins, I see that the voltage of all IO pins are 2.8V while we expect IO8~IO24 have to be 1.9V!
why does this happen?
…
-
I tried writing script that send SMS that contains GPS coordinates in it. The script works fine when I test with USB to TTL Programmer attached with the A9G Board. But when I remove that and try to po…
-
Thanks for sharing your project.
I have an issue with compiling using build.bat in a9g folder, it just returns " '.' is not recognized as an internal or external command"
I have the same folder …
-
In case if A9G is used in an unattended remote sensing device, there is a legal risk of abuse of SIM card extracted from the stolen device.
That risk may be slightly mitigated by use of PIN-protected…
-
Hello, I'm working on a gps tracker based on A9G, we're planning to release this hardware and make some units soon.
Any suggestion about this design ? We're open to share ideas and experiences with t…
-
E:\BaiduNetdiskDownload\A9G\TEL>build.bat app
build folder exist
number of processors: 4
E:/BaiduNetdiskDownload/A9G/TEL/platform/compilation/cust_rules.mk:8: E:/BaiduNetdiskDownload/A9G/TEL/platfo…
-
```
case (int)Commands.Dont:
case (int)Commands.Wont:
// We should ignore Don't\Won't because that is the default state.
// Only reply on state change. This helps avoid loops.
…
-
I would like to ask if this A9G module has a character limit when doing publishing though MQTT. I tried publishing the word "test" and it worked fine (it showed up in the broker). Then, when I publish…