Skip to content

Releases: SanaaHamel/nevermore-controller

v0.8.0 - auto-reboot if left idle

22 Aug 13:48
ade9813
Compare
Choose a tag to compare
Pre-release

Minor feature update: The bootloader will automatically reboot if left idle for 60 seconds.

v0.7.0 - Thermal Limiting

19 Aug 00:47
e592cc2
Compare
Choose a tag to compare
Pre-release
  • Added thermal limiting feature. Useful for extending the life-time of your carbon. See documentation for details.

v0.6.1 - Sensor Bug Fixes

16 Aug 16:16
4b84461
Compare
Choose a tag to compare
Pre-release
  • BME280 should now operate correctly
  • A critical concurrency bug in I2C communication has been fixed

v0.6.0 - Wireless Updating 3: Now Over BT

11 Aug 20:07
ee5ddab
Compare
Choose a tag to compare

Some major background improvements (shared CYW43 firmware between bootloader/application), but what you're here for is OTA-over-Bluetooth support.

You run update_ota.py with --tcp to update your v0.5 controller using WiFi, or just reflash the UF2 manually.

update_ota.py now defaults to updating over Bluetooth.

v0.5.0 - Wireless Updating 2: Bootloader Boogaloo

04 Aug 23:07
e3822b7
Compare
Choose a tag to compare

Starting from this release on wards, you can fully update your controller wirelessly, bootloader included.

v0.3.0 - Wireless Updating

01 Aug 21:50
fba192c
Compare
Choose a tag to compare
Pre-release

Starting from this release, we now support wireless updating (aka over-the-air or OTA).
You will need to flash your controller using a new OTA capable UF2, but once that's done you can update your controller using the script nohup ./tools/update_ota.py. It should handle everything for you.

NOTE: If you're SSH-ing into your Klipper Host (you almost certainly are), you must use nohup or an equivalent to keep the task alive whilst it temporarily switches network to upload the update.

v0.2.0 - Fan Additional Options

26 Jul 16:26
c3abe32
Compare
Choose a tag to compare
Pre-release
  • added fan_power_automatic and fan_power_coefficient
  • faster connecting & more stringent checks for connection_initial_timeout

v0.1.0 - Faster display & experimental ENS16x support

24 Jul 14:57
97f0ae2
Compare
Choose a tag to compare
  • Display should now refresh much faster (2x or more)
  • Experimental support for ENS160 and ENS161 sensors

v0.0.11 - New fan UI & touch sensor fix

17 Jul 21:57
90aca06
Compare
Choose a tag to compare
Pre-release
  • Fan power is now displayed using an arc around the edge of the screen.
  • Fix a deadlock when using a CST816S

v0.0.10 - Sensor fallback options & bugfixes

17 Jul 20:08
0395bf8
Compare
Choose a tag to compare
  • Sensor fallbacks are now supported (e.g. use a single humidity sensor for the both intake/exhaust)
  • Fix error when using certain config options such non-default fan policies