https://github.com/ftl/pswrmeter
A PWR/SWR meter using a tandem coupler and two AD8307
https://github.com/ftl/pswrmeter
ad8307 arduino ham-radio swr-meters
Last synced: about 2 months ago
JSON representation
A PWR/SWR meter using a tandem coupler and two AD8307
- Host: GitHub
- URL: https://github.com/ftl/pswrmeter
- Owner: ftl
- License: mit
- Created: 2019-02-03T10:04:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T10:05:17.000Z (over 7 years ago)
- Last Synced: 2025-09-10T17:03:02.520Z (11 months ago)
- Topics: ad8307, arduino, ham-radio, swr-meters
- Language: C++
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PWR/SWR-Meter
This arduino program reads forward and reverse power from a tandem coupler through two AD8307. It shows the average power, the peak power over the last 1.5 seconds and the SWR based on the average readings. The hardware design was inspired by [DL6GL and DG1KPN](http://dl6gl.de/digitales-swr-powermeter-mit-pep-anzeige).
## Disclaimer
I develop this tool for myself and just for fun in my free time. If you find it useful, I'm happy to hear about that. If you have trouble using it, you have all the source code to fix the problem yourself (although pull requests are welcome).
## License
This software is published under the [MIT License](https://www.tldrlegal.com/l/mit).
Copyright [Florian Thienel](http://thecodingflow.com/)