cariboulabs / cariboulite

CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR
1.06k stars 96 forks source link

Exceeding Band limits deactivates channel and requires app restart #159

Open K7MDL2 opened 7 months ago

K7MDL2 commented 7 months ago

S1G (and HiF) device work as long as I do not go outside the frequency limits. When I do, the channel is disabled. I have to disable the SDR app, set the frequency to something valid, then start the SDR app. This applies to any of 3 apps I tested (SparkSDR, sdrpp, CubicSDR).

Log snippet for S1G channel:

12-06 18:22:53.628 1815 217049 E CARIBOULITE Radio cariboulite_radio_set_frequency@cariboulite_radio.c:843 Unsupported frequency for the ISM S1G channel - 345712106.00 Hz, deactivating channel

Log Snippet for 6GHz channel. This is a legit scenario due to my invalid band offset entered in Cubic SDR (accepts only KHz, not Hz). As above, I have to restart the app with the correct value in place first.

12-06 19:50:12.210 233053 233180 E CARIBOULITE Radio cariboulite_radio_set_frequency@cariboulite_radio.c:960 Unsupported frequency for 6GHz channel - 2000007046000.00 Hz, deactivating channel

great9 commented 7 months ago

nice catch!