Jalapeno power consumption

  • All power consumption tests are done with 8DEV_3001_Jalapeno_DVK. Both Gold (receiving) and DUT(transmitting).
  • Power measurement are done with UNI-T UT658 USB power meter.

Base power consumption, no wireless throughput

Work Mode Power Consumption, W
module on, no ETH port plugged in, radios Down 2.2
1 ETH port plugged in 2.5
2 ETH port plugged in 2.7
2 ETH port plugged in, using as bridge and 1G throughput 3.1
2 ETH and 2G radio Up 3.2
2 ETH and 5G radio Up 3.5
2 ETH and 2+5G radios Up 4
Disabling USBModule has no way to externally disable USB, disabling driver was not tried

Power consumption with wireless throughput, using different CPU clock frequencies

CPU Rates Throughput(5G+2G), Mbps Temp(SoC/Radiator), TCP/UDP Voltage, V Current, I Power, W
718Mhz Max 450+70 81/72 TCP 5.26 2.1 11
718Mhz Max 600+100 83/74 UDP 5.26 2.3 12.1
500Mhz Max 300+49 76/68 TCP 5.26 1.7 8.9
500Mhz Max 300+50 76/68 UDP 5.26 1.8 9.5
200Mhz Max200+5075/67TCP5.261.357.1
200Mhz Max230+6075/67UDP 5.261.57.9

Power consumption with wireless throughput, reducing transmit power

CPU Tx Power, dBm Throughput(5G+2G), Mbps Temp(SoC/Radiator), TCP/UDP Voltage, V Current, I Power, W
200Mhz540+6072/64TCP5.261.15.7
200Mhz5200+7073/65UDP 5.261.36.7
200Mhz1050+6172/65TCP5.261.26.2
200Mhz10200+7173/66UDP 5.261.36.8

Changing transmit power

iw dev <dev name> set txpower <limit/auto/fixed> <txpower in mBm>
  • <dev name>: device name, wlan0 for 2G radio, wlan1 for 5G radio
  • <txpower in mBm>: transmit power is set in mBm (mili Bell miliwat), mBm to dBm ratio is 100:1
  • iw –help for more help

CPU Frequency

To change CPU frequency

echo <frequency> > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo <frequency> > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
  • Available frequencies are: 200000 500000 718000

To see current CPU frequency

cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq

Low power mode for RF power amplifier. Requires factory recalibration

Tx Power, dBm Throughput(5G+2G), Mbps TCP/UDP Voltage, V Current, I Power, W
MAX -10300+98TCP5.261.15.7

This mode sets the power amplifier to power save mode, reducing the output power by 10 dBm. This option requires factory recalibration to function properly.

CPU power consumption

CPU FrequencyPower consumption, W
No load2.2
666000MHz3.9
500000MHz3.3
200000MHz2.6

cpuburn-a7-arm_cortex-a15+neon-vfpv4_gcc-5.4.0_musl was used for CPU load.