RC Transmitter

From Tuxamito
Revision as of 23:03, 2 February 2017 by Daniel (talk | contribs) (Created page with "== Bill of Materials == * ST7920 * Arduino Mega2560 === Other Tools === * USB-ASP programmer == Software == === Installing Bootloader === Fuses: $ avrdude -p m2560 -c u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Bill of Materials

  • ST7920
  • Arduino Mega2560


Other Tools

  • USB-ASP programmer


Software

Installing Bootloader

Fuses:

$ avrdude -p m2560 -c usbasp -P usb -U lock:w:0x3F:m -U flash:w:mega2560_stk500v2boot_opentx.hex -U lock:w:0x0F:m

File:Mega2560 stk500v2boot opentx.zip

Bootloader:

$ avrdude -p m2560 -c usbasp -P usb -U lock:w:0x3F:m -U flash:w:mega2560_stk500v2boot_opentx.hex -U lock:w:0x0F:m

Open Companion Settings -> Configure communications