Skip to content

gokl/sk720-status-converter

Repository files navigation

#SK720 State Converter

Convert Skookum SK720(BE) LED states into distinct voltages for easy transfer via telemetry. This way one can setup alarms etc. on the radio based on the different states of the SK720(BE).

#Manual ##SK720(BE) states

#Hardware

#Development setup

##Downloads

##Setup

  • Merge the ATtiny core into 1.6.1 folder (until the eclipse arduino plugin works with this library out of the box)
  • Setup avrdude for attiny:

Project properties -> C/C++ Build -> Environment

Change A.TOOLS.AVRDUDE.UPLOAD.PATTERN from: "${A.CMD.PATH}" "-C${A.CONFIG.PATH}" ${A.UPLOAD.VERBOSE} -p${A.BUILD.MCU} -c${A.UPLOAD.PROTOCOL} -P${A.SERIAL.PORT} -b${A.UPLOAD.SPEED} -D "-Uflash:w:${A.BUILD.PATH}/${A.BUILD.PROJECT_NAME}.hex:i"

to: "${A.CMD.PATH}" "-C${A.CONFIG.PATH}" ${A.UPLOAD.VERBOSE} -p${A.BUILD.MCU} -c${A.UPLOAD.PROTOCOL} "-Uflash:w:${A.BUILD.PATH}/${A.BUILD.PROJECT_NAME}.hex:i"

Add variable A.UPLOAD.PROTOCOL = usbtiny

About

Convert the Skookum SK720 LED states into a constant voltage for usage with telemetry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published