Simple RDS schematic
- OldskoolPirate
- no manz can test innit
- Posts: 209
- Joined: Thu Feb 18, 2016 9:32 pm
Simple RDS schematic
Looking for a super simple, cheap rds encoder schematic. The pira mini rds encoder is what I want but can’t find any drawings of it. Albert H said about using an IC (preferably 16f88) and a Crystal plus a few minor bits to make one.

-
- proppa neck!
- Posts: 2959
- Joined: Tue Apr 05, 2016 1:23 am
Re: Simple RDS schematic
The circuit is easy. It's the firmware that's a bit trickier! I'll put both up on here later. You'll need a PIC writer.
"Why is my rig humming?"
"Because it doesn't know the words!"
"Because it doesn't know the words!"

-
- no manz can test innit
- Posts: 108
- Joined: Tue Mar 07, 2017 8:57 pm
Re: Simple RDS schematic
There was a French project called "MonRDS" but somehow has been wiped off the internet.
That was presented in 2 flavours: with pic16f628a and with pic16f88a, the later with enhanced capabilities.
In a Russian forum there is a thread about this and also they provided some modified soft for it.
https://vrtp.ru/index.php?showtopic=11345&st=589
That was presented in 2 flavours: with pic16f628a and with pic16f88a, the later with enhanced capabilities.
In a Russian forum there is a thread about this and also they provided some modified soft for it.
https://vrtp.ru/index.php?showtopic=11345&st=589
-
- ne guy
- Posts: 6
- Joined: Tue Dec 17, 2019 10:02 pm
Re: Simple RDS schematic
Just wondering if I could have a look at that rds encoder you were going to submit. Did you post it anywhere. Many thanks. Hope you had a nice Christmas
-
- big in da game.. trust
- Posts: 75
- Joined: Wed Jan 24, 2018 8:54 pm
- Location: Poland
Re: Simple RDS schematic
Any idea how to phase MonRds 57kHz pilot with 19kHz ?
-
- proppa neck!
- Posts: 2959
- Joined: Tue Apr 05, 2016 1:23 am
Re: Simple RDS schematic
Here's an old (very basic) RDS coder that was widely used. I've included the hex code as a text file (just take of the .txt on the end of the filename before using your PIC Programmer). Programming it requires the use of an RS232 port. You probably won't have one on your modern computer, so you'll have to buy a cheap USB to RS232 adaptor (about £6 on Ebay). I cant remember if this one includes the synchronisation code for stereo.
The PIC is a 16F84 and the crystal is 4.332 MHz.
You could use the crystal (if you use a high impedance buffer) to drive a bit of CMOS logic and derive the 38kHz and 19 kHz for your stereo coder using a couple of divider ICs - divide by 57 using a 4040 and some diode programming, and then use a 4013 to divide by 2 for the 38kHz and by a further 2 for 19kHz. You'll get nice 50:50 squarewaves out of the 4013 - ideal for the 38kHz switches, and if you use the NRG Pro III stereo coder 19 kHz filter circuit, you'll find that everything is nicely in phase!
The PIC is a 16F84 and the crystal is 4.332 MHz.
You could use the crystal (if you use a high impedance buffer) to drive a bit of CMOS logic and derive the 38kHz and 19 kHz for your stereo coder using a couple of divider ICs - divide by 57 using a 4040 and some diode programming, and then use a 4013 to divide by 2 for the 38kHz and by a further 2 for 19kHz. You'll get nice 50:50 squarewaves out of the 4013 - ideal for the 38kHz switches, and if you use the NRG Pro III stereo coder 19 kHz filter circuit, you'll find that everything is nicely in phase!
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!"

-
- proppa neck!
- Posts: 973
- Joined: Fri Aug 26, 2016 7:01 pm
Re: Simple RDS schematic
thank you albert.i tried to flash with 16f84a but did not work 

You do not have the required permissions to view the files attached to this post.
-
- proppa neck!
- Posts: 2959
- Joined: Tue Apr 05, 2016 1:23 am
Re: Simple RDS schematic
That's strange. I'll root around and see if I have any other firmware (I know that I have somewhere!)
"Why is my rig humming?"
"Because it doesn't know the words!"
"Because it doesn't know the words!"

-
- proppa neck!
- Posts: 973
- Joined: Fri Aug 26, 2016 7:01 pm
Re: Simple RDS schematic
Nice thank you .
-
- proppa neck!
- Posts: 973
- Joined: Fri Aug 26, 2016 7:01 pm
Re: Simple RDS schematic
? any help.
-
- big in da game.. trust
- Posts: 75
- Joined: Wed Jan 24, 2018 8:54 pm
- Location: Poland
Re: Simple RDS schematic
My stereo coder is "master", so RDS 57kHz ("slave") must be phased to 19kHz.Albert H wrote: ↑Sat Jan 04, 2020 3:39 am Here's an old (very basic) RDS coder that was widely used. I've included the hex code as a text file (just take of the .txt on the end of the filename before using your PIC Programmer). Programming it requires the use of an RS232 port. You probably won't have one on your modern computer, so you'll have to buy a cheap USB to RS232 adaptor (about £6 on Ebay). I cant remember if this one includes the synchronisation code for stereo.
Baby RDS.zip
The PIC is a 16F84 and the crystal is 4.332 MHz.
You could use the crystal (if you use a high impedance buffer) to drive a bit of CMOS logic and derive the 38kHz and 19 kHz for your stereo coder using a couple of divider ICs - divide by 57 using a 4040 and some diode programming, and then use a 4013 to divide by 2 for the 38kHz and by a further 2 for 19kHz. You'll get nice 50:50 squarewaves out of the 4013 - ideal for the 38kHz switches, and if you use the NRG Pro III stereo coder 19 kHz filter circuit, you'll find that everything is nicely in phase!
And I've never seen working HEX for pira RDS encoder
You do not have the required permissions to view the files attached to this post.
-
- proppa neck!
- Posts: 973
- Joined: Fri Aug 26, 2016 7:01 pm
Re: Simple RDS schematic
me to ,i already Etched a pcb of that babyrds (*mini) i i have burned the code provided above with 2 processors
ic 628 and 84 and none work ,no rds signal,so the hex file might be wrong version or missed some bites ,we have to weight for albert as for what he said above .
thanks.
ic 628 and 84 and none work ,no rds signal,so the hex file might be wrong version or missed some bites ,we have to weight for albert as for what he said above .
thanks.
You do not have the required permissions to view the files attached to this post.
-
- ne guy
- Posts: 6
- Joined: Tue Dec 17, 2019 10:02 pm
Re: Simple RDS schematic
Has there been any luck in getting the baby rds encoder firmware to work that alberth has suggested
-
- proppa neck!
- Posts: 973
- Joined: Fri Aug 26, 2016 7:01 pm
Re: Simple RDS schematic
Not yet .
-
- proppa neck!
- Posts: 973
- Joined: Fri Aug 26, 2016 7:01 pm
Re: Simple RDS schematic
Albert H ? any try ......ANyone has assembled this encoder up like me ?
- teckniqs
- proppa neck!
- Posts: 3346
- Joined: Thu Aug 21, 2014 11:37 am
-
- proppa neck!
- Posts: 973
- Joined: Fri Aug 26, 2016 7:01 pm
Re: Simple RDS schematic
you did it with this hex can you show the pcb .i did it and not working .
- teckniqs
- proppa neck!
- Posts: 3346
- Joined: Thu Aug 21, 2014 11:37 am
Re: Simple RDS schematic
It was a long time ago and I don't have it any more.
-
- proppa neck!
- Posts: 973
- Joined: Fri Aug 26, 2016 7:01 pm
Re: Simple RDS schematic
