Skip to content

Releases: openppg/eppg-controller

[6.2] Runtime hardware configuration

05 Jun 02:18
a60c9c2
Compare
Choose a tag to compare

What's Changed

v6.1 was only for 2040 hardware. 6.2 is the combined release for both

Full Changelog: v6.0...v6.2

v6.1-b1

16 May 21:14
Compare
Choose a tag to compare
v6.1-b1 Pre-release
Pre-release

RP2040 module support

Full Changelog: v6.0...v6.1-b1

[6.0] FreeRTOS, screen rewrite

18 Aug 04:43
3fb3be7
Compare
Choose a tag to compare

What's Changed

  • Introduce FreeRTOS for true multithreading on both cores on RP2040
  • Rewrite screen logic to use frame buffering for a cleaner, more reliable info display (inspired by @thandal efforts)
    • Dark mode is now an option - pick your theme in the config tool
    • Show ESC temperature on the screen
    • Allow viewing of version and run time without rebooting (hold down button while disarmed)

Code improvements

  • Break out code for altimeter into CPP files
  • More reliable EEPROM writes

Note: SAMD21/M0 controllers are not yet compatible with v6.0

[5.9] Updated arm/disarm button sequence

04 Aug 02:55
Compare
Choose a tag to compare

What's Changed

New arming sequence to prevent accidental arms/disarms

  • Rather than double tapping, the new sequence is tap, release, hold.
    The controller will indicate it has been armed/disarmed in the same way (tones + changing of bottom screen color)

  • We also added the ability to view the stats screen (normally shown on boot-up) by holding down the button while disarmed.

(no major changes since v5.9-b1)

[5.8] Support V2 ESC Telemetry

12 Jul 21:25
34aa9ae
Compare
Choose a tag to compare

What's Changed

APD ESC Telemetry v2 support
See https://docs.powerdrives.net/products/uhv/uart-telemetry-output

(no major changes since v5.8-b1)

[5.9] Beta 1

11 Mar 19:00
d41a67b
Compare
Choose a tag to compare
[5.9] Beta 1 Pre-release
Pre-release

What's Changed

[SP140] Add mode switching in flight

01 Nov 20:33
e06cc3c
Compare
Choose a tag to compare

What's Changed

New: Add ability to change performance mode (chill/sport) in flight
Fix: Re-enable vibe motor for older SAMD21 chips

Full Changelog: v5.6...v5.7

[5.7 Beta 1]

30 Sep 02:03
Compare
Choose a tag to compare
[5.7 Beta 1] Pre-release
Pre-release

New

  • Add ability to change performance mode (chill/sport) in flight

Fix

  • Re-enable vibe motor for older SAMD21 chips

[SP140] Fix cruise tone on RP2040

27 Aug 22:53
7fb5b59
Compare
Choose a tag to compare

Bug fix release

What's Changed

Full Changelog: v5.5...v5.6

[SP140] v5.5 Bootup tweaks. RP2040

07 Aug 22:36
Compare
Choose a tag to compare

What's Changed

  • Initial release for RP2040 chip
  • Allowed more time for holding down the button on boot to change power modes.