Is 26 dBm EIRP the correct output power for US915. FCC allows +36 dBm EIRP for 500 KHz transmissions, +30 conducted with upto +6 dBi antenna gain.
The gain is subtracted from the s2ctx->txpow before being sent to the hal, this makes US915 with this code output at radio power +23 dBm if +3 dBi antenna is configured.
|
s2ctx->txpow = 26 * TXPOW_SCALE; |
Is 26 dBm EIRP the correct output power for US915. FCC allows +36 dBm EIRP for 500 KHz transmissions, +30 conducted with upto +6 dBi antenna gain.
The gain is subtracted from the s2ctx->txpow before being sent to the hal, this makes US915 with this code output at radio power +23 dBm if +3 dBi antenna is configured.
basicstation/src/s2e.c
Line 1024 in ba4f85d