Own RNodes not startup ,report radio parameters did not match your configuration #514
Replies: 2 comments
-
Same problem here (with the same configuration, ESP32 with Ra-01H Tx).
Note however I a trying to run this within an lxd container (which is my build environment, so, connected to network and serial devices). Any help is welcome. |
Beta Was this translation helpful? Give feedback.
-
I have been in the same trouble. I saw that in the screen, I've a lilygo says "corrupted" . What I've did: And now I see this: Hope that helps... |
Beta Was this translation helpful? Give feedback.
-
hi all ,
what happen ,it seem the radio open fail?when Modem chip unknow and Radio state mismatch
how to check the issue?
Own RNodes ,i build own Rnodes with esp32
$> rnodeconf --info COM3
[09:06:42] Opening serial port COM3...
[09:06:46] Device connected
[09:06:46] Current firmware version: 1.72
[09:06:46] Reading EEPROM...
[09:06:46] EEPROM checksum correct
[09:06:46] Device signature validated
[09:06:46]
[09:06:46] Device info:
[09:06:46] Product : Hombrew RNode (Band capabilities unknown) (f0:ff:35)
[09:06:46] Device signature : Validated - Local signature
[09:06:46] Firmware version : 1.72
[09:06:46] Hardware revision : 1
[09:06:46] Serial number : 00:00:00:02
[09:06:46] Modem chip : Unknown
[09:06:46] Frequency range : 100.0 MHz - 1100.0 MHz
[09:06:46] Max TX power : 14 dBm
[09:06:46] Manufactured : 2024-06-15 23:20:30
[09:06:46] Device mode : Normal (host-controlled)
rnsd -vvvv
[2024-06-16 09:11:50] [Debug] Started shared instance interface: Shared Instance[37428]
[2024-06-16 09:11:51] [Extra] Cleaning resource and packet caches...
[2024-06-16 09:11:51] [Verbose] Bringing up system interfaces...
[2024-06-16 09:11:51] [Notice] Opening serial port COM3...
[2024-06-16 09:11:53] [Notice] Serial port COM3 is now open
[2024-06-16 09:11:53] [Verbose] Configuring RNode interface...
[2024-06-16 09:11:53] [Verbose] Waiting for radio configuration validation for RNodeInterface[RNode LoRa Interface]...
[2024-06-16 09:11:53] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting frequency is 867.2 MHz
[2024-06-16 09:11:53] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting bandwidth is 125.0 KHz
[2024-06-16 09:11:53] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting TX power is 7 dBm
[2024-06-16 09:11:53] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting spreading factor is 8
[2024-06-16 09:11:53] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting coding rate is 5
[2024-06-16 09:11:53] [Verbose] RNodeInterface[RNode LoRa Interface] On-air bitrate is now 3.12 kbps
[2024-06-16 09:11:53] [Debug] RNodeInterface[RNode LoRa Interface] Radio reporting state is offline
[2024-06-16 09:11:53] [Error] Radio state mismatch
[2024-06-16 09:11:53] [Error] After configuring RNodeInterface[RNode LoRa Interface], the reported radio parameters did not match your configuration.
[2024-06-16 09:11:53] [Error] Make sure that your hardware actually supports the parameters specified in the configuration
[2024-06-16 09:11:53] [Error] Aborting RNode startup
build select item
Beta Was this translation helpful? Give feedback.
All reactions