Sidebar

Rust: Embedded Systems

embedded
Rust: Embedded Systems maiskanzler 1 year ago 80%
Running Rust on the Pico W youtu.be

Hey, just found this gem of a video and thought I'd share. Covers a great deal of information about embassy and the pico within the first two and a half minutes and is nicely paced overall!

3
0
embedded
Rust: Embedded Systems balp 1 year ago 100%
Show-and-tell: signalk-multidisplay: A gui for a multi display instrument reading SignalK data github.com

I started an embedded display for showing sailing (or general boat data) from a SignalK server. Using a target platform of a RasberryPi (3B+) with the old 7" display. [SignalK](https://signalk.org) is a service for handling boat data using a little more modern and distributed protocols that the skipping standards of NMEA-0183 (peer-to-peer serial) or NMEA-2000 (Can bus). I have made my first Rust library (signalk) to handle the signalk data either over REST or web sockets. On top of that and with frame, egui, and ewebsock I made a GUI that should run in full screen on the raspberry and make it possible to see some of the data inside the boat as well. I'm quite new to rust as a language, so any feedback would be really helpful. There is a demo running against signalk's [demo server](https://balp.github.io/signalk-multidisplay/demo/) on the GitHub pages.

3
0
embedded
Rust: Embedded Systems Vorpal 1 year ago 75%
ESP32 Standard Library Embedded Rust: GPIO Control apollolabsblog.hashnode.dev

A look at embedded programming on ESP32 using STD. This is quite unusual, as I belive most other embedded targets only support no-std. Note: I'm not the author, I just find this interesting, as I have a personal project using std on ESP32 as well.

2
0
embedded
Rust: Embedded Systems Vorpal 1 year ago 100%
This Month in Rust OSDev: June 2023 | Rust OSDev https://rust-osdev.com/this-month/2023-06/

I'm not the author, and it isn't an exact fit to this embedded community, but it is related. We deal with many of the same issues. One thing in particular I found interesting was the section about the crate `volatile`.

1
0
embedded
Rust: Embedded Systems Vorpal 1 year ago 100%
ESP32 Embedded Rust at the HAL: Remote Control Peripheral apollolabsblog.hashnode.dev

I'm not the author, but thought I should get the ball rolling in the embedded community. This is the latest post, from last week. However, this blog has a lot of useful tutorial style posts about embedded Rust.

1
0