Polysix Rebuild

For fans of synths, pianos, organs or keyboard instruments of any sort.

Re: Polysix Rebuild

Post by Dan LB »

nickle15 wrote: ........it looks like the SSM2044.

There’s somebody local to me selling two of these chips. He wants €45 each for them. If you get stuck and can’t find them in the US I’d be happy to pick one up for you and post it.
User avatar
Dan LB
Frequent Poster
Posts: 1688 Joined: Sat Jan 28, 2006 12:00 am Location: Wicklow, Ireland

Re: Polysix Rebuild

Post by nickle15 »

Dan LB wrote:
nickle15 wrote: ........it looks like the SSM2044.

There’s somebody local to me selling two of these chips. He wants €45 each for them. If you get stuck and can’t find them in the US I’d be happy to pick one up for you and post it.

Awesome offer and I'll let you know - thanks so much!!
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by nickle15 »

At long last we were able to lay out all the parts. Here's what we know we're missing:

1 voice chip
Microcontroller
1 7 pin wiring harness
Pitch/mod wheel assembly
Wooden chassis case
All the knobs
One button

Dad started his work on the transformer and planned to work from board to board just trying to get a sense of what might need to be fixed. He didn't get very far - the transformer is bad. So that's where we stand as of this morning. I'm going to get started on pricing the replacement parts we need, starting with the transformer.
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by Folderol »

Best of luck with this.
I suggest you check on availability of the processor and the voice chip before spending too much.
User avatar
Folderol
Jedi Poster
Posts: 19864 Joined: Sat Nov 15, 2008 12:00 am Location: The Mudway Towns, UK
Seemingly no longer an 'elderly'.
Now a 'Senior'. Is that promotion?

Re: Polysix Rebuild

Post by nickle15 »

Folderol wrote:Best of luck with this.
I suggest you check on availability of the processor and the voice chip before spending too much.

Thanks!

Yes I plan to compile a list to see how much it will cost to get the known issues fixed. It's very possible that the cost of the parts would outweigh just buying a functional keyboard.
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by jjlonbass »

Which microcontroller is missing? There are 2 - one, a 8049, is the "key assigner" and the other, a 8048, is the "programmer".
Both are mask programmed i.e. the software is hard-wired into the chip - there is no separate PROM. This means that you need the exact correct 8049 or 8048 part containing the correct software. Any old 8049 or 8048 won't work.
I suspect that these will be very difficult to find.

John
User avatar
jjlonbass
Regular
Posts: 114 Joined: Wed Dec 19, 2018 3:52 pm Location: Ware, Hertfordshire UK

Re: Polysix Rebuild

Post by nickle15 »

jjlonbass wrote:Which microcontroller is missing? There are 2 - one, a 8049, is the "key assigner" and the other, a 8048, is the "programmer".
Both are mask programmed i.e. the software is hard-wired into the chip - there is no separate PROM. This means that you need the exact correct 8049 or 8048 part containing the correct software. Any old 8049 or 8048 won't work.
I suspect that these will be very difficult to find.

John

It's the 8049 that's missing. I was suspicious of how easy it was to find one - but now I know why. Again - your advice/direction is very helpful!
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by rockydennis »

nickle15 wrote: It's the 8049 that's missing. I was suspicious of how easy it was to find one - but now I know why. Again - your advice/direction is very helpful!

Taking a quick look online, I do see one site selling the 8049 for the Polysix for 30 Euros.

Here's a site with firmware code for various synths available for free, including the Polysix. I'm guessing the 8748 and 8749 which have eprom and are programmable, and are from the same family can be substituted for the 8048 and 8049 but don't quote me on that.
https://dbwbp.com/index.php/9-misc/37-synth-eprom-dumps

Here's someone replacing the 8049 for the Polysix with Arduino with the code made available.
http://synthhacker.blogspot.com/2013/03/polysix-replacing-8049-key-assigner.html
rockydennis
Regular
Posts: 142 Joined: Sat Nov 03, 2018 5:36 am

Re: Polysix Rebuild

Post by nickle15 »

rockydennis wrote:
nickle15 wrote: It's the 8049 that's missing. I was suspicious of how easy it was to find one - but now I know why. Again - your advice/direction is very helpful!

Taking a quick look online, I do see one site selling the 8049 for the Polysix for 30 Euros.

Here's a site with firmware code for various synths available for free, including the Polysix. I'm guessing the 8748 and 8749 which have eprom and are programmable, and are from the same family can be substituted for the 8048 and 8049 but don't quote me on that.
https://dbwbp.com/index.php/9-misc/37-synth-eprom-dumps

Here's someone replacing the 8049 for the Polysix with Arduino with the code made available.
http://synthhacker.blogspot.com/2013/03/polysix-replacing-8049-key-assigner.html

Excellent - thanks for adding this guidance!
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by Drew Stephenson »

The level of expert knowledge that is freely given on this site never ceases to amaze me. :clap::clap::clap:
User avatar
Drew Stephenson
Apprentice Guru
Posts: 28013 Joined: Sun Jul 05, 2015 12:00 am Location: York
(The forumuser formerly known as Blinddrew)
Ignore the post count, I have no idea what I'm doing...
https://drewstephenson.bandcamp.com/

Re: Polysix Rebuild

Post by nickle15 »

blinddrew wrote:The level of expert knowledge that is freely given on this site never ceases to amaze me. :clap::clap::clap:

Amen! :thumbup:
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by rockydennis »

Maybe replacing the 8049 with Arduino is the way to go -
"As many of you know, I made some pretty substantial modifications to my Korg Polysix. One of the biggest changes was to replace the keybed to enable aftertouch. To make this happen, I had to replace the Polysix's Key Assigner with an Arduino. It was a lot of work, but once I made the core hardware modifications, I found that I was able to add lots of features to the Polysix, such as: aftertouch and portamento, more interesting detuning for unison mode, a poly-unison mode, a Moog-like single-trigger mode, and a sustain pedal. All of these modifications were effected through software changes on the Arduino."
http://synthhacker.blogspot.com/2014/03/polysix-sharing-my-arduino-code.html
rockydennis
Regular
Posts: 142 Joined: Sat Nov 03, 2018 5:36 am

Re: Polysix Rebuild

Post by BJG145 »

That's hardcore. Respect.
User avatar
BJG145
Longtime Poster
Posts: 7722 Joined: Sat Aug 06, 2005 12:00 am Location: UK

Re: Polysix Rebuild

Post by Folderol »

I'd like to know how the guy got hold of a Fatar poly aftertouch keybed.
Oh, and did he have to remortgage the house.
User avatar
Folderol
Jedi Poster
Posts: 19864 Joined: Sat Nov 15, 2008 12:00 am Location: The Mudway Towns, UK
Seemingly no longer an 'elderly'.
Now a 'Senior'. Is that promotion?

Re: Polysix Rebuild

Post by The Elf »

Folderol wrote:I'd like to know how the guy got hold of a Fatar poly aftertouch keybed.
Oh, and did he have to remortgage the house.

I've often been told that they don't do one!
User avatar
The Elf
Forum Aficionado
Posts: 21007 Joined: Tue Aug 14, 2001 12:00 am Location: Sheffield, UK
An Eagle for an Emperor, A Kestrel for a Knave.

Re: Polysix Rebuild

Post by Hugh Robjohns »

They certainly don't have one listed in their current line up.

They make plenty of keybeds with monophonic (channel) aftertouch, though -- and that's what the Arduino guy used to provide channel aftertouch in his Polysix, basically replicating the mod wheel functions from the keyboard pressure.
User avatar
Hugh Robjohns
Moderator
Posts: 42142 Joined: Fri Jul 25, 2003 12:00 am Location: Worcestershire, UK
Technical Editor, Sound On Sound...
(But generally posting my own personal views and not necessarily those of SOS, the company or the magazine!)
In my world, things get less strange when I read the manual... 

Re: Polysix Rebuild

Post by Folderol »

I pretty much thought that was the case, but had half a hope I might have been looking in the wrong place.
User avatar
Folderol
Jedi Poster
Posts: 19864 Joined: Sat Nov 15, 2008 12:00 am Location: The Mudway Towns, UK
Seemingly no longer an 'elderly'.
Now a 'Senior'. Is that promotion?

Re: Polysix Rebuild

Post by BJG145 »

How's the jigsaw? I found one of these; untested, but can pop it in an envelope if you want to try it.

Image
User avatar
BJG145
Longtime Poster
Posts: 7722 Joined: Sat Aug 06, 2005 12:00 am Location: UK

Re: Polysix Rebuild

Post by nickle15 »

BJG145 wrote:How's the jigsaw? I found one of these; untested, but can pop it in an envelope if you want to try it.

Image

That's very generous of you! Right now we're still stuck looking for a transformer. Not much else we can do until we solve that.

I would be very happy to try out the chip but would also like to pay you a fair price for it. Also, I'm in the US (not sure where you're at) so shipping might be an adventure! :D

PM is welcome if you want to continue the conversation. Thanks for checking in!
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by ajay_m »

Assuming this is a standard linear power supply with a normal E-I laminated core transformer then there are plenty of options. You need to know the secondary voltage or voltages and the VA rating eg 50VA or whatever and then you can probably get an off the shelf replacement. Quite a lot of transformer manufacturers can also make custom voltages. Another option is to find an external PSU with the right DC voltage and just wire that in instead. Since you're rebuilding the case anyway it doesn't much matter if you do that instead.
ajay_m
Frequent Poster
Posts: 1286 Joined: Mon Jan 16, 2017 7:08 pm

Re: Polysix Rebuild

Post by BJG145 »

nickle15 wrote:Right now we're still stuck looking for a transformer. Not much else we can do until we solve that.

There's one on eBay currently; they might accept an offer.
User avatar
BJG145
Longtime Poster
Posts: 7722 Joined: Sat Aug 06, 2005 12:00 am Location: UK

Re: Polysix Rebuild

Post by jjlonbass »

If you can't find an original transformer, my best guess from looking at the service manual would be that one with 15V-0-15V secondary rated at 30VA or above should do the job; 50VA would be better if it will fit. This is based on the fact that the stated mains power consumption is 25W and that the highest voltage regulated DC rails at the output of the power supply are +15V and -15V. The unregulated outputs from the bridge rectifier and smoothing capacitors will be around +21V and -21V in this case.

You'll need to perform the power supply voltage adjustment procedures after replacing the transformer - I'd recommend doing this even if you fit an original replacement.

Using an external DC supply to replace the missing transformer won't be feasible.

John
User avatar
jjlonbass
Regular
Posts: 114 Joined: Wed Dec 19, 2018 3:52 pm Location: Ware, Hertfordshire UK

Re: Polysix Rebuild

Post by nickle15 »

BJG145 wrote:
nickle15 wrote:Right now we're still stuck looking for a transformer. Not much else we can do until we solve that.

There's one on eBay currently; they might accept an offer.

Thanks - I tried a couple of weeks ago but they rejected what I was willing to pay.
User avatar
nickle15
Regular
Posts: 382 Joined: Mon Dec 16, 2019 4:29 pm

Re: Polysix Rebuild

Post by ajay_m »

Looks very much like a standard 15-0-15 VAC transformer (sometimes referred to as 30V CT) and it is probably 30VA or so and the full power supply schematic and service manual appears to be at the link below. The fuses are rated 1A so that would confirm that a 30VA unit ought to be about right. The original transformer may have had 115V and 230V primary windings but you do not require them both, obviously, you just want a unit suitable for whatever your mains voltage is (sorry, not sure if you are in the US or not).

http://www.oldcrows.net/~oldcrow/synth/ ... iserv.html

A transformer that size ought to cost about £20 or thereabouts and is a stock voltage.
ajay_m
Frequent Poster
Posts: 1286 Joined: Mon Jan 16, 2017 7:08 pm
Post Reply