Skip to content

Releases: corygrant/DingoPDM_FW

Firmware v0.3.5

30 Aug 03:44
Compare
Choose a tag to compare
Firmware v0.3.5 Pre-release
Pre-release
  • Added bootloader message to enter the bootloader without having to move the boot switch

Firmware v0.3.4

13 Aug 02:31
Compare
Choose a tag to compare
Firmware v0.3.4 Pre-release
Pre-release
  • Fixed pointer issue with NewTxMsg that was breaking the release build but not debug.
  • Added some more Blink keypad stuff, working well in testing but needs more functionality

Firmware v0.3.3

20 Jul 04:20
Compare
Choose a tag to compare
Firmware v0.3.3 Pre-release
Pre-release

Fixed too many messages being sent

Firmware v0.3.2

01 Jul 04:18
Compare
Choose a tag to compare
Firmware v0.3.2 Pre-release
Pre-release
  • Moved flashers to the VarMap
  • Fixed an issue with the 2nd condition of Virtual Inputs
  • Fixed a time scale issue

Requires DingoConfigurator 0.2.3.0 or higher

Firmware v0.3.0

24 Jun 04:25
Compare
Choose a tag to compare
Firmware v0.3.0 Pre-release
Pre-release
  • Updated error handling
  • Added info/warning/error messages
  • Fixed input init issue
  • Updated status/error LEDs
  • Added CAN baud rate change

Firmware v0.2.2

18 Jun 02:17
Compare
Choose a tag to compare
Firmware v0.2.2 Pre-release
Pre-release
  • Added CAN standby pin (v7.3 PCB)
  • Added messages (info/warning/error)
  • Fixed input init
  • Updated status and error LEDs

NOTE: Config memory changed. Device will fail on first boot. Cycle power and re-download configuration to the device

Firmware v0.1.5

30 May 02:50
Compare
Choose a tag to compare
Firmware v0.1.5 Pre-release
Pre-release

Condensed the CAN Output to remove unused and duplicate messages.

  • Output current limit removed, data sent using settings Get message

Firmware v0.1.4

27 May 15:51
Compare
Choose a tag to compare
Firmware v0.1.4 Pre-release
Pre-release

Fixed a bug where disabled flashers were setting outputs to false

Firmware v0.1.3

24 May 04:23
Compare
Choose a tag to compare
Firmware v0.1.3 Pre-release
Pre-release
  • Output enable working
  • Added sleep mode
    • To enter sleep mode:
      • Timeout:
        • No outputs on for 30 seconds
        • USB not connected
        • No CAN traffic for 30 seconds
      • Sleep CAN message
        • Send a config ID (baseID-1) with the message QUIT (DLC=4)
      • PCB v7.2 does not have the CAN transceiver standby pin connected
        • Use E3 to control standby if the pin is lifted and soldered to E3
        • This is not required, but enables more power savings

Firmware v0.1.1

15 May 02:04
Compare
Choose a tag to compare
Firmware v0.1.1 Pre-release
Pre-release
  • Fixed flashers
  • Fixed virtual input conditions