2021-07-06 10:26 AM
I am using I-CUBE-LRWAN to create a LORA end-node device. But the documentation does not say anything about how to create your own device using this extension.
I have two questions:
1) Can this extension be integrated into CubeMX?
2) Are there instructions on how to use this extension to create your own device?
2021-07-06 11:38 AM
I think some familiarity with the Semtech LoRa stack is assumed
https://lora-developers.semtech.com/library/tech-papers-and-guides/lora-and-lorawan/
There should be examples of various devices with sensors.
People have attached GPS/GNSS, accelerometers, temperature and humidity sensors.
Certainly prior versions of the stack were more HAL centric, than for button pushing code via CubeMX/IDE.
People have built custom STM32L4 implementations where size, speed and power have been critical to their designs.