| Commit message (Expand) | Author | Age | Files | Lines |
| * | merged upstream fsm branch to get fix for laggy voltage readings on FW3A | Selene ToyKeeper | 2020-09-14 | 1 | -5/+4 |
| |\ |
|
| | * | attempt to fix laggy voltage readings right after waking, on FW3A | Selene ToyKeeper | 2020-08-23 | 1 | -5/+4 |
| * | | added a voltage calibration / correction function, 7C from battcheck to confi... | Selene ToyKeeper | 2020-07-31 | 1 | -2/+12 |
| |/ |
|
| * | set default thermal response magnitude back to how it was before the KR4 upda... | Selene ToyKeeper | 2020-04-27 | 1 | -1/+1 |
| * | added tweakable thermal_response_magnitude option, adjusted KR4 thermal vars,... | Selene ToyKeeper | 2020-04-19 | 1 | -10/+10 |
| * | made thermal response larger when error is large, smaller when error is small | Selene ToyKeeper | 2020-04-19 | 1 | -2/+8 |
| * | made thermal regulation use a smaller target window, and prioritize cooling more | Selene ToyKeeper | 2020-03-26 | 1 | -3/+3 |
| * | fixed calc_voltage_divider() (use 10-bit calibration values, not 8-bit) | Selene ToyKeeper | 2020-03-16 | 1 | -1/+1 |
| * | merged fsm branch (to get adc-rework branch with new thermal regulation) | Selene ToyKeeper | 2020-03-16 | 1 | -243/+253 |
| |\ |
|
| | * | merged some misc fixes from pakutrai, cleaned up comments, removed unused sym... | Selene ToyKeeper | 2020-03-16 | 1 | -2/+3 |
| | * | reduced regulation jitter by biasing errors toward zero by a constant amount, | Selene ToyKeeper | 2020-03-16 | 1 | -1/+14 |
| | * | the ADC sample count doesn't need to be 16-bit any more, and isn't really a c... | Selene ToyKeeper | 2020-03-15 | 1 | -2/+3 |
| | * | removed dead comments and dead code | Selene ToyKeeper | 2020-03-15 | 1 | -28/+2 |
| | * | replaced temperature_timer (which wasn't even being used) with a variable del... | Selene ToyKeeper | 2020-03-15 | 1 | -27/+43 |
| | * | tried to make thermal code a bit less twitchy... | Selene ToyKeeper | 2020-03-13 | 1 | -7/+10 |
| | * | went back to continuous lowpass because it had the best noise reduction | Selene ToyKeeper | 2020-02-28 | 1 | -51/+73 |
| | * | brute force method for reducing ADC noise -- average a ridiculous number of s... | Selene ToyKeeper | 2020-02-05 | 1 | -19/+13 |
| | * | still doesn't work, but at least it's a bit less broken than before... | Selene ToyKeeper | 2020-02-05 | 1 | -8/+12 |
| | * | first pass at a smaller simpler thermal regulation algorithm... | Selene ToyKeeper | 2020-02-05 | 1 | -75/+52 |
| | * | saving state of ADC / WDT refactoring before doing more changes... what chan... | Selene ToyKeeper | 2020-01-30 | 1 | -69/+38 |
| | * | switched to a pseudo-rolling-average method to reduce noise, set prescaler ba... | Selene ToyKeeper | 2020-01-30 | 1 | -8/+13 |
| | * | increased effective ADC resolution by switching from continuous-lowpass to su... | Selene ToyKeeper | 2020-01-29 | 1 | -64/+43 |
| | * | remove truncation noise by adding 0.5 to each result | Selene ToyKeeper | 2020-01-29 | 1 | -24/+22 |
| | * | rewrote ADC code to use a continuous lowpass system on all measurements, to e... | Selene ToyKeeper | 2020-01-29 | 1 | -121/+175 |
| * | | initial support for Noctigon KR4 | Selene ToyKeeper | 2020-03-05 | 1 | -0/+6 |
| * | | merged from fsm, mostly to get thermal regulation updates | Selene ToyKeeper | 2019-12-17 | 1 | -5/+8 |
| |\| |
|
| | * | fixed too-slow thermal response (was introduced in the irq-refactor branch) | Selene ToyKeeper | 2019-12-17 | 1 | -5/+8 |
| * | | calibrated Noctigon K1, changed voltage divider calibration values to 10-bit ... | Selene ToyKeeper | 2019-11-25 | 1 | -1/+1 |
| * | | merged more updates from fsm / irq-refactor branches, finishing up previous c... | Selene ToyKeeper | 2019-11-20 | 1 | -9/+9 |
| |\| |
|
| | * | reduced build size by a few bytes | Selene ToyKeeper | 2019-11-19 | 1 | -1/+1 |
| | * | fixed ADC cycles running 2X as fast as intended | Selene ToyKeeper | 2019-11-19 | 1 | -8/+8 |
| * | | merged fsm updates / irq-refactor branch, to get more stable voltage readings | Selene ToyKeeper | 2019-11-14 | 1 | -224/+244 |
| |\| |
|
| | * | added a lowpass filter for battery voltage measurements | Selene ToyKeeper | 2019-11-14 | 1 | -37/+22 |
| | * | fixed ADC code; measures and behaves correctly now, and is easier to read... | Selene ToyKeeper | 2019-11-14 | 1 | -39/+37 |
| | * | started refactoring ADC code to split voltage and temperature into their own ... | Selene ToyKeeper | 2019-11-14 | 1 | -210/+222 |
| | * | refactored how interrupts work... | Selene ToyKeeper | 2019-11-14 | 1 | -10/+35 |
| | * | merged a sanitized copy of the Emisar D4v2 branch; history summarized below: | Selene ToyKeeper | 2019-08-05 | 1 | -29/+108 |
| * | | remapped D1S V2 pins to match new driver | Selene ToyKeeper | 2019-09-28 | 1 | -2/+2 |
| * | | merged a sanitized copy of the Emisar D4v2 branch; history summarized below: | Selene ToyKeeper | 2019-07-26 | 1 | -29/+108 |
| |/ |
|
| * | Rewrote thermal regulation. Seems to be much more stable now... doesn't boun... | Selene ToyKeeper | 2019-05-22 | 1 | -71/+40 |
| * | removed redundant clock speed lines, updated some comments | Selene ToyKeeper | 2019-01-03 | 1 | -1/+1 |
| * | Moved pseudo_rand() into its own header, and made it gather entropy from ADC ... | Selene ToyKeeper | 2018-06-23 | 1 | -0/+5 |
| * | Made voltage ADC readings work on pin7 if USE_VOLTAGE_DIVIDER is defined. | Selene ToyKeeper | 2018-05-01 | 1 | -9/+39 |
| * | FSM: added ability to adjust temperature calibration in UI (lower-case therm_... | Selene ToyKeeper | 2018-01-24 | 1 | -1/+1 |
| * | Work around issues related to ADC interrupt auto-triggering itself. | Selene ToyKeeper | 2018-01-24 | 1 | -8/+17 |
| * | Updated more temperature bits to be 14.1 instead of 13.2. | Selene ToyKeeper | 2017-10-06 | 1 | -3/+3 |
| * | Slightly increased resolution of VOLTAGE_FUDGE_FACTOR. | Selene ToyKeeper | 2017-09-22 | 1 | -1/+2 |
| * | Adjusted thermal regulation based on results of some handheld runtime tests. | Selene ToyKeeper | 2017-09-10 | 1 | -2/+2 |
| * | Made thermal regulation slightly more prediction-heavy, less noisy at stable ... | Selene ToyKeeper | 2017-09-10 | 1 | -8/+11 |
| * | Reworked thermal regulation. | Selene ToyKeeper | 2017-09-09 | 1 | -31/+54 |