24 of 73
Reference Manual ATOM one 4K mini
Value
Floating Point 4.12 Fixed Point Hex 4.12 Fixed Point Decimal
Minimum
0.0
0x0
0
Reset
1.0
0x1000
4096
Maximum
15.99
0xFFFF
65535
Examples:
To set a gain of 2.0 (double the volume) use:
audio_gain 8192
or:
audio_gain 0x2000
To set a gain of 0.5 (half the volume) use either:
audio_gain 2048
or
audio_gain 0x800
7.21 temp <sensor id>
Dumps camera temperature values in degree centigrade.
Temperature Sensor ID
Function
0
System temperature (with 0.1°C accuracy)
1
CPU temperature (with 0.1°C accuracy)
The output has the format
temp <id> <value> <name>,
see the following examples:
temp 0
temp 0 43.3 System
OK
temp 1
temp 1 61.7 CPU
OK
7.22 max_temp
Dumps the maximum logged temperature and the maximum allowed temperature (shut-
down temperature) of the camera. This command can be used to evaluate how close the
device gets to it’s maximum internal temperature of 80°C. Example:
max_temp
max_temp 54 65 80
OK