Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Firmware Firmware
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ACS
  • Public
  • Teaching materials
  • LEGOSLEGOS
  • FirmwareFirmware
  • Merge requests
  • !1

Small fixes in House, Powerplant & Solar Farm

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Matthias Marcus Nowak requested to merge matthias.marcus.nowak/firmware:matthias-fix into master Jan 21, 2022
  • Overview 1
  • Commits 5
  • Pipelines 0
  • Changes 4

Changed things:

  • tmp100.c :
    • Order of Bytes read from the sensor is flipped now, fixing the temperature readout (2 bytes)
  • power_plant.c :
    • Avoiding "divide-by-0" when the touch values are read and dont differ from the "calibration"-touchvalues from boot up.
    • (Problem still: When you plug in the entity you shouldn't touch the touchpad, else the calibration-values are wrong)
  • CMakeList :
    • removed "test" due to build errors
  • solar_farm.c :
    • changed sensitivity of the ADC (still needs tweaking with new opamp amplification)
    • limited the maximum change of the servo motor positions per task execution
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: matthias-fix