Monitor power and shut down if voltage gets below limit in webform (software) #49
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
KB1OIQ has discharge protection in his arduino controller:
https://master.dl.sourceforge.net/project/kb1oiq-ham-radio-projects/80m_ardf/80m_fox.pdf?viasf=1
If I add a terminal for controller power via VIN (https://olddocs.zerynth.com/latest/official/board.zerynth.doit_esp32/docs/index.html#power), I think voltage can be monitored. Can let user do the math on what voltage to not drop below, and enter that value into a field on the webform.
Quick search suggests that I would still need a voltage divider circuit (for a different board, but probably similar): https://forum.arduino.cc/t/monitoring-vin-on-a-esp32/894785/4
Monitor power and shut down if voltage gets below limit in webformto Monitor power and shut down if voltage gets below limit in webform (software)Moved hardware part of this question to W1CDN/vulpes_hardware#3.