From 1d57e4a89ebe628ef8bcf9e324c9d1c2070d3685 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 10 Dec 2023 17:47:50 -0700 Subject: fw3x: reduced pulsing on low modes --- hw/lumintop/fw3x-lume1/anduril.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/lumintop') diff --git a/hw/lumintop/fw3x-lume1/anduril.h b/hw/lumintop/fw3x-lume1/anduril.h index cd06c6a..852e1c4 100644 --- a/hw/lumintop/fw3x-lume1/anduril.h +++ b/hw/lumintop/fw3x-lume1/anduril.h @@ -34,8 +34,8 @@ #define DEFAULT_LEVEL 56 #define MAX_1x7135 149 #define MIN_THERM_STEPDOWN 50 -#define HALFSPEED_LEVEL 21 -#define QUARTERSPEED_LEVEL 11 +#define HALFSPEED_LEVEL 11 +#define QUARTERSPEED_LEVEL 2 #define RAMP_SMOOTH_FLOOR 1 #define RAMP_SMOOTH_CEIL 149 -- cgit v1.2.3 From 312f7442c31d72dd36f108de9542f81960526658 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 17 Dec 2023 00:18:14 -0700 Subject: documented FW3X swapped pins better --- hw/lumintop/fw3x-lume1/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'hw/lumintop') diff --git a/hw/lumintop/fw3x-lume1/README.md b/hw/lumintop/fw3x-lume1/README.md index 190cd0e..d155eba 100644 --- a/hw/lumintop/fw3x-lume1/README.md +++ b/hw/lumintop/fw3x-lume1/README.md @@ -6,9 +6,10 @@ sensor. ## Notes of interest -**Flashing firmware**: The MOSI and MISO pin are swapped, compared to a Hanklight. -LoneOceans sent a fixed driver design to Lumintop, but the new design didn't -get produced. So to flash firmware, swap the wires for those two pins first. +**Flashing firmware**: The MOSI and MISO pin are swapped on PCBs dated 01/20, +compared to a Hanklight. LoneOceans sent a fixed driver design (dated 06/20) +to Lumintop, but the new design didn't get produced. So to flash firmware, +swap the wires for those two pins first. **Fuses**: Lumintop seems to have shipped the FW3X with the wrong fuse values, so it has the MCU severely underclocked and everything runs much slower than it @@ -29,3 +30,6 @@ output is unstable so there is very visible ripple. The user can either raise the ramp floor to a level high enough to avoid these issues, or learn to live with the ripple and preflash. +LoneOceans has some extra notes here, which mostly apply only to older versions +of the code: https://budgetlightforum.com/t/anduril-2/62656/531 + -- cgit v1.2.3