-
Before months I run this benchmark test:
```
import time
def performanceTest():
millis = time.ticks_ms
endTime = millis() + 10000
count = 0
while millis() < endTime:
co…
-
Do you mind to display how to compile "platform" folder on the Windows?
Thank you.
-
SDK_VERSION: V2.112
I am hoping to develop code to run on the A9G using [Rust](https://rust-lang.org). Maybe port FreeRTOS for use with Rust on the device.
Also, can the A9G module and this SDK …
-
I am running PlatformIO on Gentoo. When I tried to initialize a new project for an `a9g` board, it gave me an `UnknownPackageError` regarding `waybyte/toolchain-gccmipselfrda8955`. After reading the p…
-
Hello everyone,
As many of you might already know, Ai-Thinker has abandoned this repository and CSDTK for more than two years, with various critical issues still unresolved. So during the last few …
-
There are no `csdk` functions available, however, the module seems to support it while `elf`/`lod` contains `hal_Usb*` functions (signatures are [here](https://github.com/cherryding1/RDA8955_W17.44_ID…
-
Hi!
We are building a custom device which is based on GPRS connectivity. A while ago we saw this repo and while thinking the SDK is open source and the AT stack being the same, we switched from SIM…
-
I looked at the SDK API, and I din't find any answer.
Any help please ?
Koxx3 updated
2 years ago
-
With the last csdk lib commit 8095f01aa67a88378cad9482082e2e1383907674
aka version 2131 .
MQTT SSL doesn't work, connect messages are sent as if they are mqtt messages.
This product can be a huge…
-
CoolWatcher is great tool to flash firmware to A9G.
However if I would like to flash by command line too,
Is there any way to flash by command line to A9G?