Releases: vyruz1986/FlyballETS-Software
Releases · vyruz1986/FlyballETS-Software
Bugfix release
Release 1.1.0
Serial Commands
Added support for following SERIAL commands:
- START/STOP
- RESET
- D0F : Toggle dog 1 fault
- D1F : Toggle dog 2 fault
- D2F : Toggle dog 3 fault
- D3F : Toggle dog 4 fault
- DEBUG: Toggle debug on/off
WS281x Lights
We can now control WS2811/WS2812 RGB LEDs. Leave #define WS281x
in config.h
to use WS281x lights, comment out to revert back to shift-register controlled lights
First stable release
This is the first stable release of the FlyballETS-Software project.
It has been tested in the field and found to work stable and support al implemented features.
hotfix-0.1.1 release
- Cleanup of code
- Remove shorthand ifs
- Add support for serial interface
First alpha release
This is the first alpha release of this project.
What works:
- 40x4 LCD display showing the following information:
- Race state
- Battery level
- Total race time
- Total crossing time
- Times + crossing times for dogs 1-4
- Rerun indicator + rerun number for each dog
- Remote control for starting/stopping/resetting a race and lighting fault lights for dogs 1-4
- Controlling 5 race race lights to show start sequence and error lights for dogs 1-4
- Normal race with crossings wider than 100ms between the dogs
- Fault detection and automatic rerun handling, each dog can do up to 3 reruns. the display will alternate each 2 seconds between rerun data
I want to rework the whole sensor trigger handling mechanism, and this will likely break what I have so far before I get it working correctly.
Therefor I'm tagging this is a pre-release in case someone wants to use this already. Or for myself to go back to in case I can't get my new idea working...