An open API service indexing awesome lists of open source software.

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

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.