SINUS RDS PROJECT
- mixfm
- no manz can test innit
- Posts: 236
- Joined: Sat Jan 31, 2015 10:34 am
Re: SINUS RDS PROJECT
friend of mine bought one last week, it came with no software emailed them. nothing any links,,
- sinus trouble
- proppa neck!
- Posts: 1421
- Joined: Fri Aug 22, 2014 11:34 pm
Re: SINUS RDS PROJECT
I am guessing you are referring to the Rigmo version? The SINUS RDS is not for sale! (Well not by me)
As far as i know? The RDS software that i posted on this forum should work? Unless someone has tinkered with it?
I am as stupid as I look! 

- rigmo
- proppa neck!
- Posts: 532
- Joined: Wed Jan 30, 2019 9:35 pm
Re: SINUS RDS PROJECT
I am guessing you are referring to the Rigmo version?
[/quote]
Can you explain? I do not sale I make only new redraw based from Albert H. schematic . still no tested... I find few mistake but not make new upload. to busy and private problems.. i will soon
- sinus trouble
- proppa neck!
- Posts: 1421
- Joined: Fri Aug 22, 2014 11:34 pm
Re: SINUS RDS PROJECT
Can you explain? I do not sale I make only new redraw based from Albert H. schematic . still no tested... I find few mistake but not make new upload. to busy and private problems.. i will soon
[/quote]
My apologies Rigmo!

I just assumed you may have been selling them and i was wrong!
The software is free on here and there is no need for anyone to pay for it!

I am as stupid as I look! 

-
- proppa neck!
- Posts: 973
- Joined: Fri Aug 26, 2016 7:01 pm
Re: SINUS RDS PROJECT
Anyone have an easy diy rs232 to usb converter .I want to play with one later .already have a ready commercial one .
- sinus trouble
- proppa neck!
- Posts: 1421
- Joined: Fri Aug 22, 2014 11:34 pm
Re: SINUS RDS PROJECT
From what i know? The issue is more software than hardware? The COM port traditionally was an interface pre set up by the operating system! Which would carry out its duties and nothing more!
The USB is universal and is more versatile than the COM port!
So to put in simple terms? USBs by default are technically not setup at all! They need driver software to configure its settings before it knows what to do!
I believe you can set a USB as a "Virtual COM port" But i have never tried it?
In which case that method works? You can then trace the "Data lines" on the USB to interface with your RDS!

I dunno if anyone else on the forum can elaborate on this?
I am as stupid as I look! 

-
- proppa neck!
- Posts: 973
- Joined: Fri Aug 26, 2016 7:01 pm
Re: SINUS RDS PROJECT
I don't understand a lot . Maybe we can wait rigmo
-
- proppa neck!
- Posts: 2957
- Joined: Tue Apr 05, 2016 1:23 am
Re: SINUS RDS PROJECT
This RS232 adaptor will work perfectly with the Sinus RDS board, with one minor change - you have to connect the DATA (white) lead to the collector of the data input transistor (you can leave the transistor (Q3) out, but make sure that the resistor (R12) to the 5V rail is installed as a "pull-up"). You have to connect the GND (black) to the circuit ground. You don't need to connect the other two wires.
This is the adaptor I've used successfully:
https://www.ebay.co.uk/itm/265636089959 ... 3dd9251067
As you can see, it's not expensive!
This is the adaptor I've used successfully:
https://www.ebay.co.uk/itm/265636089959 ... 3dd9251067
As you can see, it's not expensive!
"Why is my rig humming?"
"Because it doesn't know the words!"
"Because it doesn't know the words!"

-
- proppa neck!
- Posts: 537
- Joined: Mon Sep 02, 2019 11:06 am
Re: SINUS RDS PROJECT
i just dug this rds encoder out again. I cant remember if you need to program a hex to the IC first before using the monRDS software.
- sinus trouble
- proppa neck!
- Posts: 1421
- Joined: Fri Aug 22, 2014 11:34 pm
Re: SINUS RDS PROJECT
No!
The HEX configures ALL PICs! And remains in the memory until you manually erase it!
It is not the same thing as RDS Data!
Any RDS text you input will be lost unless you have saved it to the EEPROM
I am as stupid as I look! 

-
- proppa neck!
- Posts: 537
- Joined: Mon Sep 02, 2019 11:06 am
Re: SINUS RDS PROJECT
This appears to just be a regular usb cable with the end cut off and some clips added on. But how would you use this to program the encoder if the software is looking for a com port, not a USB port.Albert H wrote: ↑Sun May 29, 2022 1:29 pm This RS232 adaptor will work perfectly with the Sinus RDS board, with one minor change - you have to connect the DATA (white) lead to the collector of the data input transistor (you can leave the transistor (Q3) out, but make sure that the resistor (R12) to the 5V rail is installed as a "pull-up"). You have to connect the GND (black) to the circuit ground. You don't need to connect the other two wires.
This is the adaptor I've used successfully:
https://www.ebay.co.uk/itm/265636089959 ... 3dd9251067
As you can see, it's not expensive!
-
- proppa neck!
- Posts: 2957
- Joined: Tue Apr 05, 2016 1:23 am
Re: SINUS RDS PROJECT
It's rather more than "a regular USB cable with the end cut off":
You can try that if you want, but you'd be wasting your time. The fat USB plug in the one I recommended contains an FTDI FT232RQ IC (in surface mount) and some resistors, diodes and capacitors. The IC buffers and converts USB to RS232, though only at 5V - proper RS232 voltages are +15V (for a "1") and -15V (for a "0"). These higher voltages were used in early datacomms devices to ensure that RS232 would travel a long way over cables. In some very early gear (back when I first used RS232), the data levels could be as high at +/-25V!!!
If you want proper RS232, you have to use the RS232RQ chip and a MAX232 chip to do the level translation. Things like Serial-Driven PIC programmers (like the "JDM" and "EPIC" programmers I have on my desk here) use the full-fat RS232, and just won't work with the weedy +/-5V version that comes out of most laptops.
The "Sinus RDS" (sort of) RS232 signals use 5V and 0V to feed directly to the PIC, and the software just writes station specific data into the NVRAM area of the pre-programmed PIC.
You can try that if you want, but you'd be wasting your time. The fat USB plug in the one I recommended contains an FTDI FT232RQ IC (in surface mount) and some resistors, diodes and capacitors. The IC buffers and converts USB to RS232, though only at 5V - proper RS232 voltages are +15V (for a "1") and -15V (for a "0"). These higher voltages were used in early datacomms devices to ensure that RS232 would travel a long way over cables. In some very early gear (back when I first used RS232), the data levels could be as high at +/-25V!!!
If you want proper RS232, you have to use the RS232RQ chip and a MAX232 chip to do the level translation. Things like Serial-Driven PIC programmers (like the "JDM" and "EPIC" programmers I have on my desk here) use the full-fat RS232, and just won't work with the weedy +/-5V version that comes out of most laptops.
The "Sinus RDS" (sort of) RS232 signals use 5V and 0V to feed directly to the PIC, and the software just writes station specific data into the NVRAM area of the pre-programmed PIC.
"Why is my rig humming?"
"Because it doesn't know the words!"
"Because it doesn't know the words!"

-
- proppa neck!
- Posts: 537
- Joined: Mon Sep 02, 2019 11:06 am
-
- proppa neck!
- Posts: 973
- Joined: Fri Aug 26, 2016 7:01 pm
Re: SINUS RDS PROJECT
No xxl .never tried have some real life problems . In electricity and loss of material sorry for that .we encounter sever problem.here from electricity till everything.
- sinus trouble
- proppa neck!
- Posts: 1421
- Joined: Fri Aug 22, 2014 11:34 pm
Re: SINUS RDS PROJECT
Yes! The RDS Software will not recognise USB as a valid port without additional drivers!XXL wrote: ↑Thu Aug 04, 2022 9:11 pmThis appears to just be a regular usb cable with the end cut off and some clips added on. But how would you use this to program the encoder if the software is looking for a com port, not a USB port.Albert H wrote: ↑Sun May 29, 2022 1:29 pm This RS232 adaptor will work perfectly with the Sinus RDS board, with one minor change - you have to connect the DATA (white) lead to the collector of the data input transistor (you can leave the transistor (Q3) out, but make sure that the resistor (R12) to the 5V rail is installed as a "pull-up"). You have to connect the GND (black) to the circuit ground. You don't need to connect the other two wires.
This is the adaptor I've used successfully:
https://www.ebay.co.uk/itm/265636089959 ... 3dd9251067
As you can see, it's not expensive!
You need a "Virtual COM Port" driver which should come with cable that you purchase!
The driver configures your USB as COM1
I am as stupid as I look! 

- sinus trouble
- proppa neck!
- Posts: 1421
- Joined: Fri Aug 22, 2014 11:34 pm
Re: SINUS RDS PROJECT
Also, I dunno what the "Noise" issue is???
I have been testing all my projects extensively and found no serious problems!
In a quick botch setup? I noticed a tiny "Burbling" sound on a silent carrier with the volume full blast!
It could be that you are having some grounding symptoms??

I have been testing all my projects extensively and found no serious problems!
In a quick botch setup? I noticed a tiny "Burbling" sound on a silent carrier with the volume full blast!
It could be that you are having some grounding symptoms??
I am as stupid as I look! 

-
- proppa neck!
- Posts: 2957
- Joined: Tue Apr 05, 2016 1:23 am
Re: SINUS RDS PROJECT
Your "burbling" shouldn't be there! I use a simple high pass filter at the end of my RDS coder to eliminate any residual noises.
"Why is my rig humming?"
"Because it doesn't know the words!"
"Because it doesn't know the words!"

-
- proppa neck!
- Posts: 537
- Joined: Mon Sep 02, 2019 11:06 am
Re: SINUS RDS PROJECT
How can I make a high pass filter to stop it ?
-
- proppa neck!
- Posts: 2957
- Joined: Tue Apr 05, 2016 1:23 am
Re: SINUS RDS PROJECT
The active highpass circuit I use is just a standard Sallen & Key filter, like this:
You can use either the LM358 or a TL072 with equally good results. This still lets the 57 kHz RDS signal through largely unattenuated, but prevents any sub-harmonic noises from breaking through into the stereo difference signal (in particular).
Incidentally, it's worth learning about Butterworth, Sallen & Key and other analogue filters. They're actually quite easy to design, and can be used for 15 kHz lowpass (essential for stereo), to get rid of turntable rumble from a turntable (a highpass at ~16Hz works really well), and many other functions in broadcasting. Most particularly, I've used them to remove noises in Phase Locked Loop control paths, to give a truly silent carrier, completely free of any residual artifacts from the PLL.
You can use either the LM358 or a TL072 with equally good results. This still lets the 57 kHz RDS signal through largely unattenuated, but prevents any sub-harmonic noises from breaking through into the stereo difference signal (in particular).
Incidentally, it's worth learning about Butterworth, Sallen & Key and other analogue filters. They're actually quite easy to design, and can be used for 15 kHz lowpass (essential for stereo), to get rid of turntable rumble from a turntable (a highpass at ~16Hz works really well), and many other functions in broadcasting. Most particularly, I've used them to remove noises in Phase Locked Loop control paths, to give a truly silent carrier, completely free of any residual artifacts from the PLL.
You do not have the required permissions to view the files attached to this post.
"Why is my rig humming?"
"Because it doesn't know the words!"
"Because it doesn't know the words!"
