waybyte / logicromsdk

Logicrom Software Development Kit is a framework for Wireless IoT development on 4G LTE Cat.1 (RDA8910, ASR1601, ASR1603), GSM (MT2503, MT6261, RDA8955) and NBIoT (MT2625) chipsets/modules
25 stars 10 forks source link

problem with A9 GSM/GPRS Module and Arduino #4

Closed behi88 closed 1 year ago

behi88 commented 1 year ago

Hi I try to use A9 (RDA8955) Module with Arduino and Logicrom in VScode PlatformIO. but the Firmware. Lod File is so small after the compiling (about 270kB) any way I burn the the file in to the a( flash with CoolTrace program and It did not work. for testing I try to compile a Blinky program with GPRS_C_SDK and it just work out of the box so there is no problem with Hardware please advise

ajaybhargav commented 1 year ago

Arduino support is not yet complete for RDA8955, but Logicrom is fully supported. I hope you have activated your device to use Logicrom, if not Please follow this: https://github.com/waybyte/platform-logicrom#get-free-personal-license

ajaybhargav commented 1 year ago

Please also make sure you use following core firmware with Logicrom: https://github.com/waybyte/logicrom_core/tree/master/2G_RDA8955

behi88 commented 1 year ago

it works! I did not activate my device. thank you.