Skip to content
Thomas edited this page Jan 25, 2018 · 14 revisions

This page contains a list of outstanding questions about the meter that can be answered by analyzing the hardware or firmware. If you answer a question, please put the answer in an appropriate place on the wiki. If you aren't sure where this is, put it underneath the question and it will be moved to a more appropriate location.

Hardware

  • Information on the LCD segments.
  • What frequency do the TIM2 and TIM3 interrupts fire at?

Firmware

  • Pull a table out of the firmware.
  • Figure out how a routine works, reimplement it and demonstrate it.
    • meas_calc_ac_freq_dependent_offset(range, digits)
    • meas_ohms_calc_5M_offset(digits)
    • meas_calc_temp_from_dcmv(dcmv)
    • calc_internal_temp_core(temp)
  • What do the various offset routines actually do? Why are they necessary? What deficiency do they address? They all seem to operate the same way. Figure this out and write a page about them.
    • meas_ohms_calc_50M_offset(digits, factor)
    • meas_calc_ac_freq_dependent_offset(range, digits)
    • meas_ohms_calc_5M_offset(digits)
    • meas_calc_temp_from_dcmv(dcmv)
    • calc_internal_temp_core(temp)
  • How does capacitance mode work?
Clone this wiki locally