Skip to main content
Ecosystem News

Rust on Apache Nuttx OS | Lup Yuen Lee, Mr. Tech Blog

Apache NuttX is an embedded operating system that’s portable across many platforms (8-bit to 64-bit) and works like a tiny version of Linux (because it’s POSIX Compliant).

Can we create (safer) Embedded Apps with Rust on NuttX?

Can we take a Device Driver from Rust Embedded… And run it on NuttX?

Today we shall…

  1. Build and run Rust programs on NuttX
  2. Access GPIO and SPI ports with Rust Embedded HAL
  3. Run the Semtech SX1262 LoRa Driver from Rust Embedded
  4. And transmit a LoRa Message over the airwaves with Rust on NuttX!

See the full tutorial.