https://github.com/etherkit/OpenBeacon
QRSS/DFCW/CW/SMT Hell Beacon
https://github.com/etherkit/OpenBeacon
amateur-radio mept qrss
Last synced: 9 months ago
JSON representation
QRSS/DFCW/CW/SMT Hell Beacon
- Host: GitHub
- URL: https://github.com/etherkit/OpenBeacon
- Owner: etherkit
- Created: 2012-02-19T07:21:06.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T23:17:33.000Z (over 7 years ago)
- Last Synced: 2024-08-07T18:42:51.480Z (over 1 year ago)
- Topics: amateur-radio, mept, qrss
- Language: PostScript
- Homepage: http://www.etherkit.com/transmitters/openbeacon.html
- Size: 10.4 MB
- Stars: 15
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
OpenBeacon
==========
A QRSS MEPT.
Homebrewing Your Own
--------------------
If you are homebrewing OpenBeacon and are burning a copy of the firmware .hex file on your own ATtiny85, then be sure to use the following fuse settings in order for the microcontroller to work correctly:
Low: 0xE1
High: 0x5D
Ext: 0xFF
If you are using a *nix machine, I've included a handy script to burn the firmware and set the fuses called `burn_firmware.sh` in the firmware/Release folder.