mikaelnousiainen / RS41ng

Custom firmware for Vaisala RS41 and Graw DFM-17 radiosondes with support for amateur radio use. Ideal for tracking high-altitude balloons. Supported modes include APRS, Horus 4FSK mode, CATS, morse code (CW) and additional digital modes like WSPR and FT8 via Si5351.
GNU General Public License v2.0
109 stars 28 forks source link

Radiosonde not detected by RTL-SDR #41

Closed prasadnoolu closed 1 year ago

prasadnoolu commented 1 year ago

Hi, i have RTL-SDR and SDR++ application to see the responce from the radiosonde, i have programmed RS41ng firmware into my radiosonde and i tried to tune my sdr++ to below frequency, but no luck **// Transmit frequencies for the Si4032 transmitter modes

define RADIO_SI4032_TX_FREQUENCY_CW 432500000

define RADIO_SI4032_TX_FREQUENCY_PIP 432500000

define RADIO_SI4032_TX_FREQUENCY_APRS_1200 432500000**

My SDR is not detecting any signal in the programmed frequency range, can anybody help me on this.

iz2fly commented 1 year ago

Try only one mode first, say CW only and see if that works. I don't know if it supports multi-mode transmission.

iz2fly commented 1 year ago

config.zip Try this config.h, transmit CW at 432.500MHz

prasadnoolu commented 1 year ago

Hi I am able to resolve the issue by changing some settings in the Hours and SDR++.

Thanks for your help. Prasad

On Wed, 21 Jun 2023, 8:51 pm iz2fly, @.***> wrote:

config.zip https://github.com/mikaelnousiainen/RS41ng/files/11819494/config.zip Try this config.h, transmit CW at 432.500MHz

— Reply to this email directly, view it on GitHub https://github.com/mikaelnousiainen/RS41ng/issues/41#issuecomment-1601043301, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADD2P64IVQLUDBQ4Y5NIWBDXMMGOBANCNFSM6AAAAAAZKLVOQU . You are receiving this because you authored the thread.Message ID: @.***>

mikaelnousiainen commented 1 year ago

Ok, sounds like it was an issue in SDR++ settings. Closing.