Skip to content

Releases: chiefenne/JETI_EX_BUS

JETI EXBUS PYTHON v0.8

17 Aug 10:00
d4ae0fe
Compare
Choose a tag to compare

filter updates
code declutter
add frequency and rpm measurements (not finished, and not activated due to low speed)

What's Changed

Full Changelog: v0.7...v.08

JETI EXBUS PYTHON v0.7

08 Aug 08:44
0078f49
Compare
Choose a tag to compare

Added alpha-beta vario smoothing and several smaal updates

What's Changed

Full Changelog: v0.6...v0.7

JETI EXBUS PYTHON v0.6

03 Aug 06:31
bc11c9f
Compare
Choose a tag to compare
  • Major refactoring
  • Send labels and units only at the beginning (outside endless loop of core 1)

What's Changed

Full Changelog: v0.5...v0.6

JETI EXBUS PYTHON v0.5

25 Jul 20:42
437a031
Compare
Choose a tag to compare

Added MS5611 pressure sensor
Refactored and improved pressure and climbrate smoothing

What's Changed

Full Changelog: v0.4...v0.5

JETI EXBUS PYTHON v0.4

24 Jul 06:33
23c3a5f
Compare
Choose a tag to compare

Update of vario filter
New driver for the BME280 sensor (with oversampling and filtering)
Docomentation (installation instructions)

What's Changed

Full Changelog: v0.3...v0.4

JETI EXBUS PYTHON v0.3

18 Jul 18:47
cf5d914
Compare
Choose a tag to compare

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

12 Jul 11:20
2373cc6
Compare
Choose a tag to compare

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

20 Jun 06:37
Compare
Choose a tag to compare

This is the first release of the library. It works on a Pimoroni Tiny2040 based on the RP2040 chip.