Skip to content

Releases: bird-sanctuary/bluejay

v0.21.0 RC1 (for testing)

21 Jan 13:12
Compare
Choose a tag to compare
Pre-release

v0.21.0

ATTENTION: Setting up min/max startup power is crucial to protect hardware as best as possible, please refer to our startup power setup guide.

Quality of life improvements

  • Massive code refactoring, everything has been refactored into smaller, more readable modules. (#99, #103, #104, #107, #116, #117, #119, #128)
  • Auto formatting has been applied and preparations have been made to check for proper formatting in PRs. (#93)

Safety features

  • EDT safety arm ensures that the ESC will only arm after a valid EDT handshake. This will only work with flight controller firmware that support EDT functionality.
  • Temp protection is disabled by default: Since temp protection has effectively not been working for a long time (probably ever), the default is no to be disabled to prevent users from running into issues where they are "losing power". If temp protection is enabled, make sure that the "power rating" setting is set correctly and best verify via EDT and temperature readout on Betaflight, that the Temperature values are in a sane range (around 50). (#95)
  • Improved defaults for min/max startup power

Misc

  • Since the current dithering implementation does not do what it is promising to do, we opted to remove it
  • New layouts have been added. We were running out of letters for new ESC layouts and thought we might just make it if no new layouts pop up, but this of course is not the case - so we future proofed this and added functionality for ESC layouts to have 2 characters instead of one. (#113)
  • Add supporter section. (#85, #89, #139)

Bugfixes

  • Bootloader was using wrong keys leading to at state where it would not be possible to save settings or flash firmware. This was only an issue after flashing v0.20.0 via C2 interface. During regular updates via esc-configurator.com the bootloader is not written and people will not be affected.
  • When fixing 3D mode, startup motor protection was inadvertently disabled which unfortunately lead to a couple fried ESCs and AIOs.
  • There was a bug where max startup power has been ignored. This is now fixed and will help prevent damage to motors/ESCs in cases where the motors are stuck. This bug is present in BlheliS and Bluejay up to 0.20.0. It has special relevance in crashes, where the motors can get stuck and power is high. This is especially true for various FC related crash Recovery features after for example clipping a gate.

Findings

A lot of the planned features for 0.20/0.21 needed to be postponed to a later release since they are not working in a satisfactory way:

  • Dynamic and variable PWM has been somewhat successful but not fully satisfactory to us. It is wasting a lot of CPU cycles, CPU cycles we do not have
  • The current dithering implementation is eating up a lot of CPU cycles and is a bit flawed since it is only applied to every DSHOT package instead of every PWM cycle. Testing has shown that there is little to no difference in having vs. not having dithering in the current implementation. We might in the future ditch dithering in favor of gaining some CPU cycles to get some other - for us - more important features implemented
  • In process of experimenting with dynamic PWM we came to the conclusion that 96kHz mode is pretty much useless and we might get rid of it in the future. The resolution on 96kHz is 256 steps in the best case. Considering deadtime, (which needs to be subtracted) - having high dead times reduces this even further.

v0.20.1 RC2 (for testing)

23 Sep 13:43
Compare
Choose a tag to compare
Pre-release

0.20.1-RC2

Bugfixes

  • Bootloader was using wrong keys leading to at state where it would not be possible to save settings or flash firmware. This was only an issue after flashing v0.20.0 via C2 interface. During regular updates via esc-configurator.com the bootloader is not written and people will not be affected.
  • When fixing 3D mode, startup motor protection was inadvertently disabled which unfortunately lead to a couple fried ESCs and AIOs.
  • There was a bug where max startup power has been ignored. This is now fixed and will help prevent damage to motors/ESCs in cases where the motors are stuck. This bug is present in BlheliS and Bluejay up to 0.20.0. It has special relevance in crashes, where the motors can get stuck and power is high. This is especially true for various FC related crash Recovery features after for example clipping a gate.

0.20.0

Quality of life improvements

  • Massive code refactoring, everything has been refactored into smaller, more readable modules. (#99, #103, #104, #107, #116, #117, #119, #128)
  • Auto formatting has been applied and preparations have been made to check for proper formatting in PRs. (#93)

Safety features

  • EDT safety arm ensures that the ESC will only arm after a valid EDT handshake. This will only work with flight controller firmware that support EDT functionality.
  • Temp protection is disabled by default: Since temp protection has effectively not been working for a long time (probably ever), the default is no to be disabled to prevent users from running into issues where they are "losing power". If temp protection is enabled, make sure that the "power rating" setting is set correctly and best verify via EDT and temperature readout on Betaflight, that the Temperature values are in a sane range (around 50). (#95)

Bugfixes

  • 3D mode is now back to working again after we broke it in 0.17.x. (#105, #138)
  • Reduced frequency of operation of EDT and temperature protection scheduler, (#102)

Misc

  • Since the current dithering implementation does not do what it is promising to do, we opted to disable it per default for the time being (more info in the following section). (#130)
  • New layouts have been added. We were running out of letters for new ESC layouts and thought we might just make it if no new layouts pop up, but this of course is not the case - so we future proofed this and added functionality for ESC layouts to have 2 characters instead of one. (#113)
  • Add supporter section. (#85, #89, #139)

Findings

A lot of the planned features for 0.20 needed to be postponed to a later release since they are not working in a satisfactory way:

  • Dynamic and variable PWM has been somewhat successful but not fully satisfactory to us. It is wasting a lot of CPU cycles, CPU cycles we do not have
  • The current dithering implementation is eating up a lot of CPU cycles and is a bit flawed since it is only applied to every DSHOT package instead of every PWM cycle. Testing has shown that there is little to no difference in having vs. not having dithering in the current implementation. We might in the future ditch dithering in favor of gaining some CPU cycles to get some other - for us - more important features implemented
  • In process of experimenting with dynamic PWM we came to the conclusion that 96kHz mode is pretty much useless and we might get rid of it in the future. The resolution on 96kHz is 256 steps in the best case. Considering deadtime, (which needs to be subtracted) - having high dead times reduces this even further.

v0.19.2

26 Feb 13:13
Compare
Choose a tag to compare

v0.19.2

Fixes

  • Fix scheduler demag metric infinite loop

v0.19.1

Fixes

  • Scheduler shall generate full telemetry only if it is enabled

v0.19.0

Features

  • EDT: Implemented diagnostics on status and demag metric frames

Fixes

  • Fix eRPM calculation in lower range
  • Fix temperature readings on 1S setups

Chores

  • Use target branch workflows on PRs
  • Artifact PR commenter
  • chore: Deprecate BB10 MCUs

v0.19.0

24 Feb 18:02
Compare
Choose a tag to compare
v0.19.0 Pre-release
Pre-release

Features

  • EDT: Implemented diagnostics on status and demag metric frames

Fixes

  • Fix eRPM calculation in lower range
  • Fix temperature readings on 1S setups

Chores

  • Use target branch workflows on PRs
  • Artifact PR commenter
  • chore: Deprecate BB10 MCUs

v0.18.1

09 Nov 21:47
Compare
Choose a tag to compare

Chores

  • BB51 Adaptations

v0.17.0

06 Oct 23:23
b41d5b9
Compare
Choose a tag to compare

Features

  • Extended dshot telemetry

Chores

  • chore: All automatic releases should be pre-releases so we can check …
  • Bumped version number and set to Beta

test-no-pulse-check

02 Sep 11:34
Compare
Choose a tag to compare
test-no-pulse-check Pre-release
Pre-release

For details see the original release notes.

Test: PWM setting & beacon melody

02 Sep 11:30
Compare
Choose a tag to compare
Pre-release

For details see the original release notes.

v0.16

02 Sep 07:55
Compare
Choose a tag to compare

For details see the original release notes.

v0.15

01 Sep 22:57
Compare
Choose a tag to compare

For details see the original release notes.