Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kanflo/opendps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: art103/opendps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 30 files changed
  • 1 contributor

Commits on May 25, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c3aead8 View commit details
  2. Reduce jitter in ADC values / readings.

    Apply oversampling to the ADC values to reduce jitter (OVP / OCP) and LCD readings.
    art103 committed May 25, 2021
    Copy the full SHA
    548a4c5 View commit details
  3. Add limit checking to fast loop.

    Turn output off if v_in drops below threshold for current output voltage.
    Control the fan automatically on DPS5020 to mimic original firmware.
    art103 committed May 25, 2021
    Copy the full SHA
    77a1b93 View commit details
  4. Copy the full SHA
    dd035a2 View commit details
  5. Copy the full SHA
    7b574b6 View commit details
  6. Add Watts display and implement original CC/CV behaviour.

    This replaces CC / CV / CL with a CCCV screen.
    The use of a SW i_limit is replaced with the HW DAC for limiting current.
    This makes the unit behave much like the original, without the SW limit cutting power.
    The SW limit is now set to the maximum output current supported by the DPS model.
    art103 committed May 25, 2021
    Copy the full SHA
    427e623 View commit details
  7. Add MPPT support / screen.

    Be careful with this!
    This screen automatically enables the output (so it starts when the solar panel generates power).
    It uses a binary tree search to quickly find the maximum power point of the input source.
    The output is limited to the voltage / current limits set on the screen.
    art103 committed May 25, 2021
    Copy the full SHA
    27147ac View commit details
  8. Add CC/CV and MPPT graphics.

    art103 committed May 25, 2021
    Copy the full SHA
    d8b56d2 View commit details
  9. Copy the full SHA
    1ee3f37 View commit details

Commits on May 26, 2021

  1. Copy the full SHA
    469da3c View commit details
  2. Update MPPT settings slightly.

    Change screen colours.
    art103 committed May 26, 2021
    Copy the full SHA
    59be893 View commit details
Loading