It gets quite tiring hunting for the drivers ... And porting the drivers to #BL602 Mynewt (or any RTOS)
Is there an easier way? 🤔
BL602 Rust HAL in the works: https://github.com/sipeed/bl602-hal
@lupyuen Well one of your stash looks like a DHT11, and that's even on the first page of https://crates.io/keywords/embedded-hal-driver
@chrysn Unfortunately the BL602 Rust HAL doesn't support I2C and SPI yet... So the more complex drivers won't work
Not sure about the current status of BL602 Rust HAL (I2C, SPI, etc)... But I could take the Rust Drivers for the sensors and host them on top of Mynewt... Like I did with PineTime previously 🤔