Skip to content

STM32 + Rust + RTIC embedded project

Notifications You must be signed in to change notification settings

VersBinarii/pomia-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomia-rs

Were testing here how well Rust works for an embedded project

So far we have up and running:

  • RTIC
  • Timer3 interrupt
  • PWM used for generating music
  • SPI for driving 128x160 LCD display
  • Some basic graphics based on embedded_graphics
  • Basic UI allowing changing views and basic edit mode.
  • I2C based temperature/humidity/pressure sensor BME280
  • EXTI interrupt based button handling
  • RTC based clock

Youtube video

There is a bunch of videos on youtube showing progress in implementing the above functionality. You can find it here