Difference between revisions of "Quick Start Guide"

From KONNEKTING Wiki
Jump to navigation Jump to search
(Created page with "This is a very short quick start guide to help you setup your environment for KONNEKTING device development. # Download Arduino IDE Go to https://www.arduino.cc/en/Main/Soft...")
 
Line 1: Line 1:
 
This is a very short quick start guide to help you setup your environment for KONNEKTING device development.
 
This is a very short quick start guide to help you setup your environment for KONNEKTING device development.
  
# Download Arduino IDE
+
This guide has been written with following version(s):
 +
 
 +
* Arduino IDE 1.8.10
 +
 
 +
 
 +
== Download Arduino IDE ==
 +
 
  
 
Go to https://www.arduino.cc/en/Main/Software and download latest Arduino IDE for your OS. If possible, use 64bit version.
 
Go to https://www.arduino.cc/en/Main/Software and download latest Arduino IDE for your OS. If possible, use 64bit version.
 +
Unzip/Install and run your Arduino IDE.
 +
  
# Download KONNEKTING Device Library
+
== Download KONNEKTING Device Library ==
  
Open Arduino IDE an got to  
+
Open Arduino IDE an go to  
  
* Menu: Sketch
+
* Menu: Tools
* Menu item: Include Library
+
* Menu item: Manage Libraries
* Sub menu: Manage Libraries ... (this will open Arduino IDE Library Manager)
 
 
* Search for "KONNEKTING" and install latest "'''KONNEKTING Device Library''' by '''Alexander Christian'''".
 
* Search for "KONNEKTING" and install latest "'''KONNEKTING Device Library''' by '''Alexander Christian'''".
  
 
'''DO NOT USE ANY OTHER SOURCE FOR GETTING KONNEKTING DEVICE LIBRARY. DO NOT DOWNLOAD FROM GITHUB OR GITLAB.'''
 
'''DO NOT USE ANY OTHER SOURCE FOR GETTING KONNEKTING DEVICE LIBRARY. DO NOT DOWNLOAD FROM GITHUB OR GITLAB.'''
 +
 +
== Download Boards ==
 +
 +
Open Arduino IDE an go to
 +
 +
* Menu: Tools
 +
* Menu item: "Board: ..."
 +
* Sub menu item: "Boards Manager ..."
 +
 +
Search for "'''Arduino AVR Boards''' by '''Arduino'''". Ensure you have the latest version installed.
 +
 +
If you work with Atmel/Microchip based SAMD-Boards, install latest "'''Arduino SAMD Boards (32-bits ARM Cortex-M0+)''' by '''Arduino'''". Install latest version.
 +
 +
 +
 +
== Experts only: Setup Arduino IDE ==
 +
 +
 +
Open Arduino IDE an go to
 +
 +
* Menu: File
 +
* Menu item: Preferences
 +
** Show verbose output during '''[x]''' compilation '''[x]''' upload
 +
** Compiler Warnings: '''[Default]''' (or more ...)
 +
** Display line numbers '''[x]'''

Revision as of 10:12, 5 January 2020

This is a very short quick start guide to help you setup your environment for KONNEKTING device development.

This guide has been written with following version(s):

  • Arduino IDE 1.8.10


Download Arduino IDE

Go to https://www.arduino.cc/en/Main/Software and download latest Arduino IDE for your OS. If possible, use 64bit version. Unzip/Install and run your Arduino IDE.


Download KONNEKTING Device Library

Open Arduino IDE an go to

  • Menu: Tools
  • Menu item: Manage Libraries
  • Search for "KONNEKTING" and install latest "KONNEKTING Device Library by Alexander Christian".

DO NOT USE ANY OTHER SOURCE FOR GETTING KONNEKTING DEVICE LIBRARY. DO NOT DOWNLOAD FROM GITHUB OR GITLAB.

Download Boards

Open Arduino IDE an go to

  • Menu: Tools
  • Menu item: "Board: ..."
  • Sub menu item: "Boards Manager ..."

Search for "Arduino AVR Boards by Arduino". Ensure you have the latest version installed.

If you work with Atmel/Microchip based SAMD-Boards, install latest "Arduino SAMD Boards (32-bits ARM Cortex-M0+) by Arduino". Install latest version.


Experts only: Setup Arduino IDE

Open Arduino IDE an go to

  • Menu: File
  • Menu item: Preferences
    • Show verbose output during [x] compilation [x] upload
    • Compiler Warnings: [Default] (or more ...)
    • Display line numbers [x]