bluerobotics / bluerobotics/tsys01-python
check out ian black's work
- 主要言語
- Python
- スター
- 4
- フォーク
- 14
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
https://github.com/IanTBlack/br_sensors
1) Changed variable/function names to more closely match TSYS01 manual.
2) Combined read() and temperature() functions into one.
3) Split _calculate into two functions (_read_adc and _adc2temp).
4) Added multiple selection options to give user options for selecting temperature conversion units.
5) Changed Kelvin conversion from 273 to 273.15.
6) Added experimental burst_avg_temperature. Rapidly takes X number of samples, drops the first and last, and averages the rest. Need to run tests to determine if it provides any benefit.
7) Added serial number function. I'm still trying to understand how bit manipulation works, so I may have gotten this wrong. I assumed it could be manipulated the same way as _calculate.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
https://github.com/IanTBlack/br_sensors の実装を確認し、その TSYS01 の変更をこのリポジトリと比較してください。まず、列挙されている read、temperature、_calculate、_read_adc、_adc2temp、burst_avg_temperature、およびシリアル番号の動作を確認します。完了とは、どの変更をここに取り込むべきかを判断し、受け入れる動作をテストで検証することです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- embedded-iot
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100