Embedded Rust : pulse sensor reading from a STM32F303 Discovery Board

Описание к видео Embedded Rust : pulse sensor reading from a STM32F303 Discovery Board

Shows how to use a STM32F303 Discovery board to read data of a small pulse sensor.

Example project availabe on GiHub at
https://github.com/andy31415/rust-stm...

Sensors similar to what the project uses can be found around the web, like https://www.aliexpress.com/wholesale?...

I used a STM32 Discovery board: https://www.st.com/en/evaluation-tool...

If getting started with rust embedded development, the embedded book is useful: https://docs.rust-embedded.org/book/

To start a new project easily for Cortex-M devices, you can use cargo generate and https://github.com/rust-embedded/cort.... This video presents a more "start from scratch approach" however it cuts some corners doing so, where as the quickstart is more torough.

Комментарии

Информация по комментариям в разработке