Uploading the KontroLIR Firmware: Difference between revisions

From AnalysIR WiKi
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[KontroLIR - Arduino compatible IR remote control|=> KontroLIR Home]]
'''''[[KontroLIR - Arduino compatible IR remote control|> KontroLIR Home]]'''''


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.
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.
Line 18: Line 18:
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.
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.


[[KontroLIR - Arduino compatible IR remote control|=> KontroLIR Home]]
'''''[[KontroLIR - Arduino compatible IR remote control|> KontroLIR Home]]'''''

Revision as of 05:21, 6 October 2019

> KontroLIR Home

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.

> KontroLIR Home