Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camilstaps/cwdecoder
WD7FHC's CW decoder using a PIC microcontroller
https://github.com/camilstaps/cwdecoder
cw-decoder ham-radio microcontroller morse-code pic
Last synced: 18 days ago
JSON representation
WD7FHC's CW decoder using a PIC microcontroller
- Host: GitHub
- URL: https://github.com/camilstaps/cwdecoder
- Owner: camilstaps
- License: gpl-2.0
- Created: 2016-11-21T01:03:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T22:15:38.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T16:27:13.230Z (2 months ago)
- Topics: cw-decoder, ham-radio, microcontroller, morse-code, pic
- Language: C
- Size: 16.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CW Decoder
CW decoder using a PIC microcontrollerThis is a CW decoder using a PIC(16F88) microcontroller, based on [WD7FHC's
Arduino decoder](http://www.mypetarduino.com/ReadCode/readCode.01.html).The code has been improved: it is much more flexible with different display
sizes and supports displays with multiple controller chips (using my [HD44780
library](https://github.com/camilstaps/hd44780_pic)).For a schematic, see [PA3GER's page](http://www.pa3ger.nl/zelfbouw/cw-decoder/)
(Dutch, but the
[schematic](http://www.pa3ger.nl/wp-content/uploads/2015/12/CW-decoder.pdf) is
in English). Simply replace the Arduino with a PIC(16F88).Copyright © [Camil Staps](mailto:[email protected]). This project is
licensed under the GPL v2.0 license. For more details, see the `LICENSE` file.