| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implemented halfsleep mode. | Selene ToyKeeper | 2018-06-17 | 1 | -7/+31 |
| | | | | | | | Will probably change it quite a bit though, so I'm checking in changes first. Needs to be "tick during standby" instead of "half sleep". | ||||
| * | Debouncing finally works (at least, it does on my two test hosts). | Selene ToyKeeper | 2017-12-12 | 1 | -1/+1 |
| | | |||||
| * | Greatly improved button debouncing. Helps a lot on FW3A and my light saber. | Selene ToyKeeper | 2017-12-11 | 1 | -0/+1 |
| | | | | | | Debouncing isn't 100% yet though. | ||||
| * | Rearranged some build options and made sure the build still works if some ↵ | Selene ToyKeeper | 2017-09-28 | 1 | -0/+2 |
| | | | | | are turned off. | ||||
| * | Added idle_mode() for slightly lower power use without turning off any ↵ | Selene ToyKeeper | 2017-09-24 | 1 | -0/+17 |
| | | | | | | | | | regular functions. (PWM, ADC, WDT all still enabled; only useful in moon mode) Changed default ceilings in Anduril FW3A config. | ||||
| * | Reworked thermal regulation. | Selene ToyKeeper | 2017-09-09 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | Now actually works on turbo (was previously emitting "temp low" instead of "temp high" while in direct-drive, probably due to an overflow). Made stepdown work based on an average of the last few temperature predictions instead of just the most recent one. (reduced noise sensitivity) Made each temperature sample based on 8 measurements instead of 4, to reduce noise. Made standby mode re-init thermal measurement arrays, to avoid weird behavior next time light is used. Reduced fixed-point precision to avoid overflows. Reduced prediction strength to encourage stepping down faster while hot. (unfortunately also steps down later, I think, if it wasn't already hot) Not totally happy with new algorithm, but it's the least crappy of a whole bunch of things I tried. (for example, a PID approach with correction based mostly on I... didn't work very well) (taking an average of the last few predictions is very similar though, and works) (but the result is still kind of meh) Saving this so I'll have a functional base next time I try to improve it. | ||||
| * | Made event handling a bit more reliable while asleep. | Selene ToyKeeper | 2017-08-30 | 1 | -1/+3 |
| | | | | | | (was sometimes having difficulty getting out of soft lockout mode) | ||||
| * | Completely reorganized SpaghettiMonster code into smaller logical pieces: ↵ | Selene ToyKeeper | 2017-08-19 | 1 | -0/+53 |
| fsm-*.c and fsm-*.h. | |||||
