AeroRust / AeroRust/nanosat-workshop
Internal temperature sensor measurements
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 39
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Use the internal Pico W temperature sensor to track the temperature of the chip inside the frame.
- [x] Use median and multiple readings (e.g. 10) in order to get a more accurate temperature #12
- [ ] Use a HistoryBuffer to store the last 30 readings, e.g. every 2 seconds for more accurate 1 minute reading - f32? Or better u16, u8
- [ ] Use another HistoryBuffer to store longer period of time with less accuracy, e.g. u8
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.