Skip to content

Commit

Permalink
Removed DCDC enable control
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed Jan 27, 2025
1 parent 65b7e3f commit 15b1857
Show file tree
Hide file tree
Showing 3 changed files with 3,929 additions and 4,301 deletions.
15 changes: 5 additions & 10 deletions PCB/DCDC_3.3.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -2152,15 +2152,14 @@
)
(uuid "3d074004-7c4d-49f5-9d2e-3d2edffd2f12")
)
(text "Calculate resistors for undervoltage cutout:\nI_{1} = 1uA\nI_{Hyst}=3uA\nV_{Ena} = 1.25V (1.05...1.38)\n\nAssume typical V_{Ena} = 1.25V:\nR1 = (V_{start} - V_{stop})/I_{Hyst}\nR1 = (10.6V - 7.6V) / 3uA = 1MOhm\nR2 = V_{Ena} / ((V_{start} - V_{Ena})/R1+I_{1})\nR2_{rounded} = 1.25V / ((10.6V-1.25V)/1MOhm + 1uA) ≈ 120kOhm\n\nThere is a shchotky in series so actual threshold is:\nV_{stop_real} = V_{stop_typ}+D1_V{F}_ON\nV_{start_real} = V_{start_typ}+D1_V{F}_OFF\nV_{stop_real} = 7.6 + 0.4 = 8V\nV_{start_real} = 10.6 + 0.3 = 10.9V\n\n\nCap_time_const:\n12V -> 9.5V ~65ms\n0V -> On: ~150ms"
(text "Calculate resistors for undervoltage cutout:\nI_{1} = 1uA\nI_{Hyst}=3uA\nV_{Ena} = 1.25V (1.05...1.38)\n\nAssume typical V_{Ena} = 1.2V:\nR1 = (V_{start} - V_{stop})/I_{Hyst}\nR1 = (7.1V - 6.5) / 3uA = 200kOhm = (more like 100k in real world)\nR2 = V_{Ena} / ((V_{start} - V_{Ena})/R1+I_{1})\nR2_{rounded} = 1.2V / ((7.1V-1.2V)/100kOhm + 1uA) = 20kOhm\n\nThere is a didoe in series\nD1_V{F}_ON = 0.8\nD1_V{F}_OFF = 0.5\nso actual threshold is:\nV_{stop_real} = V_{stop}+D1_V{F}_ON\nV_{start_real} = V_{start}+D1_V{F}_OFF\nV_{stop_real} = 6.5 + 0.8 = 7.3V\nV_{start_real} = 7.1 + 0.4 = 7.5V"
(exclude_from_sim no)
(at 38.1 165.1 0)
(effects
(font
(size 1.27 1.27)
)
(justify left bottom)
(href "https://everycircuit.com/circuit/6478510418558976")
)
(uuid "54981c22-c5b4-4d50-b15d-461ac161c4a6")
)
Expand Down Expand Up @@ -2209,7 +2208,6 @@
)
(label "BATT_Diode"
(at 88.9 81.28 0)
(fields_autoplaced yes)
(effects
(font
(size 1.27 1.27)
Expand All @@ -2221,7 +2219,6 @@
(hierarchical_label "Vin"
(shape input)
(at 53.34 81.28 180)
(fields_autoplaced yes)
(effects
(font
(size 1.27 1.27)
Expand All @@ -2233,7 +2230,6 @@
(hierarchical_label "3.3V"
(shape input)
(at 220.98 83.82 0)
(fields_autoplaced yes)
(effects
(font
(size 1.27 1.27)
Expand All @@ -2245,7 +2241,6 @@
(hierarchical_label "Enable"
(shape input)
(at 104.14 129.54 180)
(fields_autoplaced yes)
(effects
(font
(size 1.27 1.27)
Expand Down Expand Up @@ -3418,7 +3413,7 @@
)
)
)
(property "Value" "100k"
(property "Value" "0"
(at 109.22 144.78 90)
(effects
(font
Expand Down Expand Up @@ -3453,7 +3448,7 @@
(hide yes)
)
)
(property "LCSC" "C25741"
(property "LCSC" ""
(at 106.68 145.415 0)
(effects
(font
Expand Down Expand Up @@ -3916,7 +3911,7 @@
)
)
)
(property "Value" "1M"
(property "Value" "100k"
(at 109.22 124.46 90)
(effects
(font
Expand Down Expand Up @@ -3951,7 +3946,7 @@
(hide yes)
)
)
(property "LCSC" "C26083"
(property "LCSC" "C25741"
(at 106.68 124.46 0)
(effects
(font
Expand Down
Loading

0 comments on commit 15b1857

Please sign in to comment.