Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T-echo reports TX power 0 dBm #53

Open
fustygerbil opened this issue Dec 18, 2024 · 2 comments
Open

T-echo reports TX power 0 dBm #53

fustygerbil opened this issue Dec 18, 2024 · 2 comments

Comments

@fustygerbil
Copy link

fustygerbil commented Dec 18, 2024

When trying to start nomadnet, T-echo (CE firmware 1.73) reports TX power of 0 dBm

[2024-12-18 12:45:38] [Debug] Started shared instance interface: Shared Instance[37428]
[2024-12-18 12:45:38] [Debug] Cleaning ratchets...
[2024-12-18 12:45:38] [Verbose] Bringing up system interfaces...
[2024-12-18 12:45:38] [Notice] Opening serial port /dev/ttyACM0...
[2024-12-18 12:45:41] [Notice] Serial port /dev/ttyACM0 is now open
[2024-12-18 12:45:41] [Verbose] Configuring RNode interface...
[2024-12-18 12:45:41] [Verbose] Waiting for radio configuration validation for RNodeInterface[RNode LoRa Interface]...
[2024-12-18 12:45:41] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting frequency is 867.2 MHz
[2024-12-18 12:45:41] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting bandwidth is 125.0 KHz
[2024-12-18 12:45:41] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting symbol time is 2.05ms (at 488 baud)
[2024-12-18 12:45:41] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting preamble is 22 symbols (45ms)
[2024-12-18 12:45:41] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting CSMA slot time is 50ms
[2024-12-18 12:45:41] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting TX power is 0 dBm
[2024-12-18 12:45:41] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting spreading factor is 8
[2024-12-18 12:45:41] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting coding rate is 5
[2024-12-18 12:45:41] [Verbose] RNodeInterface[RNode LoRa Interface] On-air bitrate is now 3.12 kbps
[2024-12-18 12:45:41] [Notice] RNodeInterface[RNode LoRa Interface] is configured and powered up
[2024-12-18 12:45:41] [Verbose] System interfaces are ready
[2024-12-18 12:45:41] [Verbose] Utilising cryptography backend "openssl, PyCA 44.0.0"
[2024-12-18 12:45:41] [Verbose] Configuration loaded from /home/forest/.reticulum/config
[2024-12-18 12:45:41] [Verbose] Loaded 1 known destination from storage
[2024-12-18 12:45:41] [Verbose] Loaded Transport Identity from storage
@jacobeva
Copy link

Can you paste your interface config file here please? It looks like this configuration of 0dBm is actually set in your config file. If it wasn't, I would expect RNS to complain that the TX power does not match the configured value.

@fustygerbil
Copy link
Author

Sorry, I should have said that I saw the TX power mismatch error with any (config file) txpower value > 0. This situation applies regardless of the configured (non-negative integer) value (even though I did have it set to 0, here, to see what would happen).

Incidentally, running rnodeconf --info returns a maximum TX power level of 22 dBm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants