Skip to content

Commit b8ab453

Browse files
committed
minor fixes
1 parent 01984cb commit b8ab453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learn/04.electronics/11.power-consumption/power-consumption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For the power consumption tests in this article, we used the following hardware
2424

2525
## Measuring Power Consumption
2626

27-
Power consumption measurements are done by connecting a power profiler between your Arduino and computer. The power profiler is connected to the computer via USB, and then to the Arduino via jumper wires. For power consumption measurements, we simply use two wires: **power** and **ground**. The power cable is connected to your Arduino's power pins, and the ground cable goes to one of the GND pins on the board.
27+
Power consumption measurements are done by connecting a power profiler between your Arduino board and computer. The power profiler is connected to the computer via USB, and then to the Arduino board via jumper wires. For power consumption measurements, we simply use two wires: **power** and **ground**. The power cable is connected to your Arduino board's power pins, and the ground cable goes to one of the GND pins on the board.
2828

2929
When connected, the power profiler can measure the power consumption of your board with high accuracy. Any power that your board consumes can now be detected, and with a software tool (such as the [nRF Connect for Desktop](https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-Desktop/Download)), we can record power consumption over time.
3030

@@ -122,7 +122,7 @@ In the table below, you can see the results of each board tested with the sketch
122122

123123
### Arduino Cloud Basic
124124

125-
The **Arduino Cloud Basic** sketch sends sensor data to the Arduino Cloud, and turns on the built-in LED whenever activated from a dashboard.
125+
The **Arduino Cloud Basic** sketch sends sensor data to the Arduino Cloud and turns on the built-in LED whenever activated from a dashboard.
126126

127127
```arduino
128128
/*

0 commit comments

Comments
 (0)