Skip to content

Commit

Permalink
update ODrive thermistor beta value to 3434K
Browse files Browse the repository at this point in the history
  • Loading branch information
madcowswe committed Nov 9, 2018
1 parent 921987a commit 025fd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Firmware/MotorControl/board_config_v3.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extern const size_t thermistor_num_coeffs;
//TODO stick this in a C file
#ifdef __MAIN_CPP__
const float thermistor_poly_coeffs[] =
{363.0172658f, -459.19773008f, 308.29273921f, -28.12731452f};
{363.93910201f, -462.15369634f, 307.55129571f, -27.72569531f};
const size_t thermistor_num_coeffs = sizeof(thermistor_poly_coeffs)/sizeof(thermistor_poly_coeffs[1]);

const BoardHardwareConfig_t hw_configs[2] = { {
Expand Down
2 changes: 1 addition & 1 deletion analysis/thermistors.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Rload = 3300
R_25 = 10000
T_25 = 25 + 273.15 #Kelvin
Beta = 3380
Beta = 3434
Tmin = 0
Tmax = 140

Expand Down

0 comments on commit 025fd7c

Please sign in to comment.