CANedge2 Docs, Release FW 01.04.02
0.1 CANedge2 documentation
0.1.1 About this manual
0.1.1.1 Purpose
This manual describes the functionality of the CANedge2 (firmware 01.04.02) with focus on:
1. Hardware & installation
2. Configuration
3. Firmware upgrade
4. Remote access
This manual does not provide details on available software/API tools.
0.1.1.2 Other documentation
The CANedge1 Intro and CANedge2 Intro provide practical guides for getting started. The intros also
detail software & API tools that can be used with the CANedge.
0.1.1.3 Notation used
The following notation is used throughout this documentation:
Admonitions
Note: Used to highlight supplementary information
Warning: Used if incorrect use may result in major loss of data and/or time
Danger: Used if incorrect use may result in damage to the device, personal injury or death
Number bases
When relevant, the base of a number is written explicitly as 𝑥
𝑦
, with 𝑦 as the base.
The following number bases are used throughout this documentation:
• Binary (𝑦 = 2). Example: The binary number 10101010 is written as 10101010
2
• Decimal (𝑦 = 10). Example: The decimal number 170 is written as 170
10
• Hexadecimal (𝑦 = 16). Example: The hexadecimal number 𝐴𝐴 is written as 𝐴𝐴
16
The value of a number is the same regardless of the base (e.g. the values in above examples are equal
10101010
2
= 170
10
= 𝐴𝐴
16
). However, it is sometimes more convenient to represent the number using a
specific base.
0.1. CANedge2 documentation 1