Skip to content

etherkit/OpenBeacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.