GSM library for Contiki OS on STM32F411RET6
Hello,
I've integrated the following
https://github.com/MaJerle/GSM_AT_commands_parser
library(with some changes) ,along withhttps://github.com/eclipse/paho.mqtt.embedded-c
device client on STM32F411RET6. I'm using ahttp://simcomm2m.com/En/module/?type=23
LTE module for communication with the cloud (on the gateway side ) andhttp://www.st.com/en/wireless-connectivity/spirit1.html
modules for communication with the nodes. The RTOS I'm currently using is for managing threads and synchronizing between them.Now, I want to integrate this with
as we have a working 6lowPAN mesh over subGHZ implemented using Contiki's 6lowPAN stack. Although it will be trivial to do so, I still wanted to know a few things :- Is using the aforementioned GSM library the recommended approach.
- Are there any alternatives to the above library that might be more popular?
- Is Contiki a better solution for STM32F4xx series or should I be using FreeRTOS, any other RTOS ?
The current use-case is Smart Street Lighting so availability of power is not an issue, however we would like to extend it to other use-cases where conserving power might be needed.
Thanks,
Aishwarye Chauhan
#mqtt #contiki-spirit1 #contiki-stm32 #6lowpan #contiki-os #gsm-modem #mesh #simcom