Video Demo of Embedded Rust on STM32 Blue Pill with Quectel BC95-G NB-IoT module, Apache Mynewt, StarHub NB-IoT network, thethings.io:
https://youtu.be/MgK72dqwDuM
Rust Source Code:
https://github.com/lupyuen/stm32bluepill-mynewt-sensor/tree/rust-nbiot/rust
Repository including Apache Mynewt and C code:
https://github.com/lupyuen/stm32bluepill-mynewt-sensor/tree/rust-nbiot
Based on the C code from the article:
https://medium.com/@ly.lee/connect-stm32-blue-pill-to-nb-iot-with-quectel-bc95-g-and-apache-mynewt-c99a9d8417a9
Rust Safe Wrappers for Apache Mynewt were autogenerated by this Procedural Macro:
https://github.com/lupyuen/stm32bluepill-mynewt-sensor/blob/rust-nbiot/rust/macros/src/safe_wrap.rs
Watch out for the new tutorial at
https://medium.com/@ly.lee