aboutsummaryrefslogtreecommitdiff
path: root/MODELS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'wurkkos-ts26' into trunkHEADtrunkSelene ToyKeeper13 days1-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I guess the hardware is shipping now? So, time to release. I never heard back about some calibration details, particularly about whether the floor level is reliable on many items or just mine... but I guess it must have been fine if it's shipping. * wurkkos-ts26: calibrated for latest TS26 sample wurkkos-ts26: increase default floor to 5/150 to reduce flicker (by request) renamed wurkkos-ts25-boost to wurkkos-ts26 wurkkos ts25-boost: calibrated for 20250210 prototype ts25-boost: calibrated for new prototype - battery voltage readings - RGB button aux - less moon flicker (but brighter, less efficient moon) - reduced blink brightness (old brightness was so high it was throwing off battery readings) ts25-boost: reduced visible PWM, made party strobe less blurry wurkkos-ts25-boost: calibrated the battery voltage measurements attiny1616 mcu_vdivider_raw2cooked: factor in the offset, not just slope added wurkkos-ts25-boost (early version made from spec, no clue if it works) # Conflicts: # MODELS
| * renamed wurkkos-ts25-boost to wurkkos-ts26Selene ToyKeeper2025-06-041-2/+1
| | | | | | | | (the product name changed upstream)
* | added &hank-kr1aa build for new Emisar / Noctigon KR1AASelene ToyKeeper2026-02-231-1/+2
|/ | | | | | | | | It's the same as &hank-emisar-d3aa, but needed some minor tweaks: - wait longer before measuring the battery, because it's hard to tighten the tailcap fast enough - ramp adjustments to compensate for slightly different "gear ratio"
* fixed model number of hank-lume-x1 in MODELSSelene ToyKeeper2025-04-291-1/+1
|
* hank-lume-x1 cleanup and calibration, part 1:Selene ToyKeeper2024-09-221-1/+1
| | | | | | | | | | | | | | | - changed model number from 0281 to 0171 - cleaned up blink_negative and AUXLED_RGB_DIFFERENT_PORTS a little (but the latter needs a complete refactor, as soon as the hardware abstraction code can handle aux LEDs better) - cleaned up USE_LONG_BLINK_FOR_NEGATIVE_SIGN a little - removed USE_OTG_IN_MOMENTARY since it's not actually used - moved hw/loneoceans/lume-x1-avr32dd20/* files into hw/hank/lume-x1/ - superficial cleanup on hank/lume-x1/hwdef.* - removed some of the extra stuff from hank/lume-x1/anduril.h - adjusted calibration (especially ramp table) on hank-lume-x1 (ramp shape is pretty close to a D4K-boost now, but with more firefly modes) (calibration is based on a sample size of 1, further testing needed)
* cherry-picked hank-lume-x1 code from ↵Selene ToyKeeper2024-09-221-0/+1
| | | | | | | | | | https://github.com/loneoceans/anduril/commit/d83ebb75dab8c462b7efa841bccc00a136ff15a2 The [PR](https://github.com/ToyKeeper/anduril/pull/37) has a lot of other stuff in it, so I'm just picking out the parts needed for this particular light, and leaving the rest for later. Will need further edits before merging into trunk.
* Add Wurkkos TS10 RGB with reduced FET outputSammysHP2024-08-041-0/+1
|
* Forgot to update model count after the last couple additionsSelene ToyKeeper2024-04-191-1/+1
|
* Merge branch 'ff-pl47g2-219' of github.com:jim-p/anduril into ↵Selene ToyKeeper2024-04-191-0/+1
|\ | | | | | | | | | | | | pr43-jim-p-ff-pl47g2-219 * 'ff-pl47g2-219' of github.com:jim-p/anduril: Add Fireflies PL47G2-219 variant.
| * Add Fireflies PL47G2-219 variant.jim-p2024-01-211-0/+1
| | | | | | | | | | | | | | | | Same as PL47G2 but with FET PWM levels safe for 219 emitters. Same as difference between PL47 and PL47-219. PL47G2 base allows low mode for aux LEDs, PL47 does not.
* | MODELS: added emisar-d3aaSelene ToyKeeper2024-04-011-1/+2
|/
* added "emisar-2ch-fet-joined" build, for D4S w/ lighted switchSelene ToyKeeper2024-01-101-0/+1
| | | | (it's an odd case with a 2 channel driver which only uses 1 set of LEDs)
* documented Wurkkos TS25/TS11/FC13 distinctionsSelene ToyKeeper2023-12-171-6/+6
|
* updated MODELS, bin/models.py, and hw/BRANDS...Selene ToyKeeper2023-12-031-76/+78
| | | | | | | | - changed column order to (model, mcu, name) - changed column sizes (auto-sized w/ 2 spaces between columns) - made it handle hex digits in model numbers - reserved 1900 to 2199 for years only, not model numbers - noted gChart and thefreeman sharing a brand ID
* moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper2023-11-031-59/+55
| | | | and updated other scripts and files accordingly
* reorganized project files (part 1)Selene ToyKeeper2023-11-021-0/+85
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)