Skip to content

Commit cd62e6f

Browse files
committed
Add power usage docs
1 parent 3b1bd78 commit cd62e6f

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

docs/hardware_overview.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,23 @@ Two GPIOs capable of ADC are broken out for potential future use.
129129
*Zero ohm jumper resistor and U.FL connector*
130130

131131
For advanced users, the 915/868MHz modules feature a U.FL connector. This can be helpful if you need to embed the radio in an enclosure and need an external bulkhead RP-SMA connector. To use the U.FL connection, desolder the 0402 0Ω jumper and move it to the U.FL's RF path.
132+
133+
### Power Selection
134+
135+
LoRaSerial uses an onboard 'ideal' MOSFET to select the high voltage source between the USB connector and the VCC/GND of the UART connector. This allows dual power supplies to be applied without fear of back-feeding a higher voltage onto a lower voltage system. RF path.
136+
137+
## Power Usage
138+
139+
The SX1276 based radio module is rated for 1 Watt. The radio can be adjusted from 14dBm up to 30dBm (default).
140+
141+
**Note:** The **AT-TxPower** command ranges from 14 to 30 in dBm. The radio uses an internal lookup table to map the correct power output (30dBm by default) to the associated power level for the power amplifier (20 in this case).
142+
143+
![A 1W radio using 2.5W](img/SparkFun%20LoRaSerial%20Power%20Usage.png)
144+
145+
During broadcast, the radio can use much more than 1W. Use a good 5V supply capable of outputting at least 1A at 5V. A USB 3.0 port is good. A USB 2.0 port will considerably limit the capabilities of the radio.
146+
147+
![Power output vs Power input](img/SparkFun%20LoRaSerial%20Power%20Measurements.png)
148+
149+
The power meter and hardware setup limited the ability to get to the full 30dBm output. The above measurements should be used as a rule-of-thumb for power considerations.
150+
151+
51.2 KB
Loading
451 KB
Loading

0 commit comments

Comments
 (0)