Uploading the KontroLIR Firmware

From AnalysIR WiKi
Revision as of 10:06, 5 October 2019 by AnalysIR (talk | contribs) (Created page with "First, you should familiarize yourself with using he Arduino IDE to compile(verify) and upload sketches. Then simply follow the instructionsbelow to upload firmware to KontroL...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

First, you should familiarize yourself with using he Arduino IDE to compile(verify) and upload sketches. Then simply follow the instructionsbelow to upload firmware to KontroLIR.

KontroLIR Firmware

  1. You will be provided a link to download the firmware source, after purchasing your own KontroLIR remote control device.
  2. Make sure you have installed support for the ATmega328PB, into the Arduino IDE. (use the minicore from MCUdude
  3. Remove the batteries from KontroLIR and connect the Serial USB adapter to KontrolIR. (This usb adapter, requires a DTR or RTS pin - refer to pin out for firmware upload using the bootloader to work.)
  4. Make sure to try out the example blink sketch or an example Serial print sketch to verify correct operation of the ATmega328PB with your Arduino IDE, before proceeding to use KontroLIR firmware.
  5. Insert the USB cable into the PC running the Arduino IDE.
  6. Select the correct COM port number of the serial USB adapter, in the Arduino IDE menu.
  7. Select clock speed of 8MHz for the KontroLIR firmware.
  8. Compile(verify) the firmware using the Arduino IDE.
  9. Upload the firmware to the KontrolIR device.
  10. Close the Arduino IDE.


Congratulations! - you are now ready to use the reference KontroLIR firmware. Of course this will not necceariloy work with your own equipment, but is an important first step.