Articles
(feed)-
Using ownership-based APIs with RTIC
Last updated:Many APIs in the Embedded Rust ecosystem utilize Rust's ownership system to encode state at compile time, consuming an old instance of a type and returning a new one when changing state. How can such an API be used with RTIC, when RTIC only gives us mutable references to resources?
Go to article... -
DW1000 Driver in Rust
Last updated:The DW1000 is a radio transceiver chip that is capable of IEEE 802.15.4 communication and position tracking. This article introduces the chip and its Rust driver.
Go to article... -
Using the Tlera Corp Gnat without Arduino
Last updated:The Tlera Corp Gnat is a very compact Asset Tracker board using LoRA and GNSS technology. This article is for anyone who's interested in using the board while steering clear of anything Arduino.
Go to article...