Releases: chiefenne/JETI_EX_BUS
JETI EXBUS PYTHON v0.8
filter updates
code declutter
add frequency and rpm measurements (not finished, and not activated due to low speed)
What's Changed
- Develop by @chiefenne in #16
- Develop by @chiefenne in #17
- Develop by @chiefenne in #18
- Develop by @chiefenne in #19
- Develop by @chiefenne in #20
Full Changelog: v0.7...v.08
JETI EXBUS PYTHON v0.7
Added alpha-beta vario smoothing and several smaal updates
What's Changed
- Develop by @chiefenne in #13
- Develop by @chiefenne in #14
Full Changelog: v0.6...v0.7
JETI EXBUS PYTHON v0.6
- Major refactoring
- Send labels and units only at the beginning (outside endless loop of core 1)
What's Changed
- update README by @chiefenne in #11
- Develop by @chiefenne in #12
Full Changelog: v0.5...v0.6
JETI EXBUS PYTHON v0.5
Added MS5611 pressure sensor
Refactored and improved pressure and climbrate smoothing
What's Changed
- Develop by @chiefenne in #7
- Develop by @chiefenne in #8
- new MS5611 driver by @chiefenne in #9
- Develop by @chiefenne in #10
Full Changelog: v0.4...v0.5
JETI EXBUS PYTHON v0.4
Update of vario filter
New driver for the BME280 sensor (with oversampling and filtering)
Docomentation (installation instructions)
What's Changed
- Merge pull request #2 from chiefenne/develop by @chiefenne in #3
- Develop by @chiefenne in #4
- Develop by @chiefenne in #5
- Develop by @chiefenne in #6
Full Changelog: v0.3...v0.4
JETI EXBUS PYTHON v0.3
Refactoring: run_forever() method in Ex.py, similar to the method in ExBus.py
The EX BUS frame is now completely handled in Ex.py, except the ID from the telemetry request, which is put into the exbus frame inside ExBus.py
Activate IIR filter inside the BME280 sensor driver; "indoor" settings applied, which should give best pressure reading accuracy
Added a few signal filters, these need to be validated
Removed some hardcoded code sections; still not fully general implementation
JETI EXBUS PYTHON v0.2
This is the first really working version. Nevertheless, a few things are hardcoded for the time being.
These are:
- Two telemetry values (altitude, climb) are available
- This version works only with the BME280 pressure sensor
JETI EXBUS PYTHON v0.1
This is the first release of the library. It works on a Pimoroni Tiny2040 based on the RP2040 chip.