Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Battery monitor feature v2 - based on INA219 Current&Power Monitor #1038

Open
wants to merge 30 commits into
base: beta
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
682fbe3
Added Battery monitor functionality
Dec 6, 2020
b9752dc
Merge branch 'beta' of https://github.com/gvidinski/sensors-software …
Dec 6, 2020
ddc86c5
Clean-up;
Dec 8, 2020
320567c
Removed "adc_range_max" from "cfg" namespace;
Dec 9, 2020
e35cc1c
Merge branch 'beta' into feature/Battery_monitor
Apr 26, 2021
26e5177
Removed unused variable 'battery_last_value';
Apr 27, 2021
cfabfef
Cleanup - removed commented out 'battery_last_value';
Apr 27, 2021
a416c19
Replaced BATTERY_CAPACITY with BATTERY_CHARGE; Also added additional …
Apr 28, 2021
32d8b6a
Fixed issue with the map() function and % when the value of the 'batt…
Apr 28, 2021
c34cc5e
Updated Memory Usage at comment area at the beginning of the airrohr-…
Apr 28, 2021
6b150df
Added .vs to .gitignore
Nov 14, 2021
b9ad2b9
Merge after conflicts has been resolved with 'beta';
Nov 14, 2021
29620d5
airrohr-firmware.ino: Updated memory usage comment
Nov 14, 2021
24998e6
Merge branch 'beta' into feature/Battery_monitor
Nov 14, 2021
6eb2ce6
Added Adafruit's INA219 lib and its initial implementation
gvidinski Jan 15, 2022
c07e49e
Added workflows files;
gvidinski Jan 20, 2022
d03c6b1
Merge pull request #14 from gvidinski/List_of_known_i2c_addresses
gvidinski Jan 20, 2022
05f7b96
changed release tag
gvidinski Jan 21, 2022
1bb2c41
Changes in workflow files
gvidinski Jan 21, 2022
24af4d6
Merge pull request #17 from gvidinski/Release-beta-workflow
gvidinski Jan 22, 2022
028b311
build workflow: make it run only if ref_type != 'tag'
gvidinski Jan 22, 2022
025eae3
Merge pull request #18 from gvidinski/Release-beta-workflow
gvidinski Jan 22, 2022
523b8a2
Merge branch 'beta' into beta-ssn
gvidinski Oct 17, 2022
c1924a4
Merge branch 'beta-ssn' into feature/Battery_monitor_v2
gvidinski Oct 18, 2022
5bd6fd1
Fixed issue with html after merge from 'beta'
gvidinski Oct 18, 2022
d85900b
Add support for INA219 based voltage & current monitor board;
gvidinski Sep 19, 2024
7958a19
Merge branch 'beta' into feature/Battery_monitor_v2
gvidinski Sep 19, 2024
a118567
Resolve conflicts after merge from 'beta'
gvidinski Sep 19, 2024
896ba53
Add final touches on INA219 implementation; Add language translations;
gvidinski Sep 29, 2024
421d747
Crear unrelated workflow files
gvidinski Sep 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changed release tag
gvidinski committed Jan 21, 2022
commit 05f7b966fc02c67cf12eedda31128c6e48832841
2 changes: 1 addition & 1 deletion .github/workflows/release_ssn.yml
Original file line number Diff line number Diff line change
@@ -82,4 +82,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
# Use tag on push event
#tag: SSN-NRZ-2022-134-B${{ github.run_number }}
tag: $GITHUB_REF_NAME
tag: ${{ github.ref_name }}