Replies: 2 comments 4 replies
-
There is interest and effort. We'd very much like to support the STM32 family of MCUs. There's a company that has done an initial port of the XS JavaScript to STM32. Unfortunately, that hasn't been published yet, as far as I know. Porting to an entirely new device is non-trivial, though if you already know the SDK (tools & APIs) for the target device that's a big head-start. Our Raspberry Pi Pico port is a good reference point for new ports. Regarding LoRa, we have support for an ESP32 LoRa device, the Heltec LoRa 32. That uses the ST127x LoRa part. @cmidgley did the ST127x LoRa driver, starting from an Arduino implementation and reworking it into an ECMA-419 style peripheral. It works very nicely. If you want to experiment with LoRa in the Moddable SDK (and onward to Node-RED!) that's an easy starting point. |
Beta Was this translation helpful? Give feedback.
-
Maybe the byte alliance wamr project is an option. Moddable already supports a mcconfig to wasm. |
Beta Was this translation helpful? Give feedback.
-
Naive question: has there been any effort/interest in supporting STM32 MCUs? I'm particularly interested in the STM32WLE5, which combines the cpu and an sx1262 LoRA radio...
Beta Was this translation helpful? Give feedback.
All reactions