You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Hardware configurable ADC attenuation
* Add -1 option to be able to unset the attenuation value
* Only set ADC attenuation if set
* Add ADC cal characterization option
* Hardware configurable ADC attenuation
* Add -1 option to be able to unset the attenuation value
* Only set ADC attenuation if set
* Add ADC cal characterization option
* Adjustments to VBAT using eFuse calibration
* Final scale/offset for production ERx-xx RXes
---------
Co-authored-by: Bryan Mayland <[email protected]>
Copy file name to clipboardExpand all lines: src/html/hardware.html
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,19 @@ <h1><b>ExpressLRS</b></h1>
262
262
<tr><td></td><td>VBat pin<imgclass="icon-analog"/></td><td><inputsize='3' id='vbat' name='vbat' type='text'/></td><td>Analog input pin for reading VBAT voltage (1V max on 8285, 3.3V max on ESP32)</td></tr>
263
263
<tr><td></td><td>VBat offset</td><td><inputsize='7' id='vbat_offset' name='vbat_offset' type='text'/></td><td>Offset and scale are used together with the analog pin to calculate the voltage</td></tr>
</td><td>ADC pin attenuation (ESP32) and optional efuse-based calibration adjustment</td></tr>
265
278
266
279
<tr><tdcolspan='2'><b>SPI VTX</td></tr>
267
280
<tr><td></td><td>RF amp PWM pin<imgclass="icon-pwm"/></td><td><inputsize='3' id='vtx_amp_pwm' name='vtx_amp_pwm' type='text'/></td><td>Set the power output level of the VTX PA (value is calculated based on power and frequency using VPD interpolation values)</td></tr>
0 commit comments