Simba-Avionic / Simba-Avionic/srp

Testowanie poboru oraz logowanie

Open
#349 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
1
Forks
3
Avg merge
34m
Merged PRs (30d)
1

Description

User Story

Mamy na serwach mierniki prądu, mają one napisany driver, trzeba tylko dokończyć implementacje ich pomiarów w ServoService oraz wymyślić przrez jaki czas mają mierzyć prąd i co zwracać jako wynik. Myślałem o logowaniu do pliku wartosci napięcia i prądu co x ms albo logowaniu do pliku wartości maksymalnej pobranej mocy [W], średniej mocy w czasie działania oraz czasu działania gdzie czas działania byłby wyznaczany przez pobór prądu większy niż X.

TODO
  • dokończyć implementację w ServoService
  • wykonać testowe pomiary przebiegów
  • zrobić wczytywanie konfiguracji z pliku
  • zaimplementować zapis do pliku wybranych wartości w wybranej formie (powyższe dane powinny być również logowane po dlt)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the ServoService implementation and the existing current and voltage driver interfaces. Clarify the measurement duration, output values, threshold for active operation, configuration-file format, and logging format before implementing. Validate the chosen behavior with test measurements and confirm that the selected values are written to a file and logged through the existing mechanism.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
embedded-iot
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.