sysinfo & radioinfo

gullradriel 2024-01-15 15:08:40 +01:00
parent 9fe0f50a98
commit 205e87df13

@ -65,3 +65,33 @@ The terminal exposes the ChibiOS/RT Shell:
![291070841-9e4ecef9-89bb-4a47-be0c-710384a84a22](https://github.com/eried/portapack-mayhem/assets/13151053/b7156f62-537a-4a7b-9d76-0c197992a040)
> [!TIP]
> there is a faster binary write option: `fwb`
* `sysinfo`: show system hardware informations.
```
ch>sysinfo
M0 heap: 32400
M0 stack: 407
M0 cpu%: 0
M4 heap: 0
M4 stack: 0
M0 cpu%: 0
M4 miss: 0
uptime: 15
ch>
```
* `radioinfo`: show radio settings.
```
ch>radioinfo
receiver_model.target_frequency: 1090000000
receiver_model.baseband_bandwidth: 1750000
receiver_model.sampling_rate: 3072000
receiver_model.modulation: 1
receiver_model.am_configuration: 0
receiver_model.nbfm_configuration: 0
receiver_model.wfm_configuration: 0
transmitter_model.target_frequency: 1090000000
transmitter_model.baseband_bandwidth: 1750000
transmitter_model.sampling_rate: 3072000
ch>
```