After hours of work, I finally got a real SD card working over SPI. On the screenshot you can see it reading the first sector (the Master Boot Record) of a real microSDHC card.
Log in to leave a comment
After hours of work, I finally got a real SD card working over SPI. On the screenshot you can see it reading the first sector (the Master Boot Record) of a real microSDHC card.
Log in to leave a comment
I’m so back!
Today I added file reading, API compatible with embedded-io-async. sd-fat now reads whole files with .read_exact(). Also did a bit of cleanup around the project and updated dependencies.
Log in to leave a comment
Driver already works! Implemented sensor initialization and command mode reading. There’s also a convenience function for reading both pressure and temperature. Readings are accurate. Returns values in hectopascals (hPa) and degrees Celsius (°C).
I created a crates.io page for trying out the package if you happen to have this sensor.
https://crates.io/crates/dps310-async
I also wrote a little readme.
Log in to leave a comment
What I did today:
Log in to leave a comment
Started the project. Here are a few things that are already working:
Log in to leave a comment
I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.
Log in to leave a comment