member-projects:m0jqq_-_bpq_for_beginners
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
member-projects:m0jqq_-_bpq_for_beginners [2024/12/15 12:27] – [Monitoring a Remote Battery Voltage] m0jqq | member-projects:m0jqq_-_bpq_for_beginners [2024/12/15 12:44] (current) – [Monitoring a Remote Battery Voltage] section added m0jqq | ||
---|---|---|---|
Line 484: | Line 484: | ||
</ | </ | ||
Make it executable < | Make it executable < | ||
- | + | ||
+ | == Create bash startup script – getBattMonitor.sh == | ||
+ | < | ||
+ | nano getBattMonitor.sh | ||
+ | |||
+ | # | ||
+ | sudo python3 / | ||
+ | sleep 1 | ||
+ | </ | ||
+ | |||
+ | Make it executable < | ||
+ | |||
+ | == Create beacon file == | ||
+ | |||
+ | < | ||
+ | |||
+ | Now is the time to test your work. Connect a variable power supply set to less tha 5 volts to the batt+ and Gnd connections of your Arduino and measure the voltage between GND & A0 It should be about one third of your variable power supply voltage. | ||
+ | Start the script with < | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | a < | ||
+ | |||
+ |
member-projects/m0jqq_-_bpq_for_beginners.1734265630.txt.gz · Last modified: 2024/12/15 12:27 by m0jqq