I remember the ETI Vocoder and the Transendent 200... I just couldn't have dreamed of affording the parts back then but I used to like to re-read the magazine articles and dream. I'm looking forward to seeing your work on this project.
I realize this is an older video, but for anyone in the US you can still get the CD4006 and CD4030 from NTE if you want to attempt to stick to the original design as much as possible.
Hi Julian, I actually did my University final year electronics project on Pseudorandom white noise generator which was basically what you have but with a selector switch to select which taps could be selected on the shift register. I also had two or three registers chained together to get the max length I needed. I then had the taps fed to a resistor network and various filter networks to get the desired rolloff curve on the specttrum analyser... Of course now you could do all of this in a 6 or 8 pin micro... Interesting project the vocoder though. I had a lot of those 80s magazines (still have i'm sure) and think I recognised it when I saw it on your videos from one of them... hmmm... up to the attic this weekend me thinks...
smitcher That sounds like an interesting final year project. I hope I managed to get most of this right!! Yeah, it would be fun to get that 6-pin PIC to do this instead of the CMOS logic.
I looked at LFSRs a while back - the idea was to attach one to an Arduino to make a un-hijackable random number generator for encryption. The idea being that anything running in RAM would be vulnerable to malware / spyware memory dump attacks, but an off-board Arduino based jobby would be much more difficult to compromise.
For numbers to be "relatively prime" the numbers themselves don't have to be prime. They must not have a common factor though. So 5 (5), 9 (3*3) and 14 (2*7) are relatively prime.
superdau Thanks. That makes a bit more sense. I just finished the noise generator and it sounds pretty good, although there are perceptible patterns in the sequence. Now to move on to the input and output amplifiers.
I'd love to see them again... I used to read ETI (and Hobby Electronics, Practical Electronics, et al) avidly... I couldn't really afford any parts back then... but they provided plenty of fuel for my fantasy world.
Hi Julian. I have a copy of the PDF but the main board overlay is missing, have you got a copy or are you building the main board from your own design. In the PDF it say send an sae to modmags to get a copy, im sure that wont any more. id love to build this project, any help would be appreciated. john
I know it goes against grain of the project but surely a micro controller would be better for implementing the logic, maybe even the LED bar graphs displays? The random sound reminds me of a ZX Spectrum game loading or 56K modem :-)
Coolkeys2009 I want to stay true to the original circuitry for this project, but you're right, a microcontroller could do the noise generation. In fact, I wouldn't be surprised if there's a vocoder app which models the entire thing on a reasonably fast processor (i.e. a mobile phone)
Julian Ilett Fare enough you want to know it sounds original. I wonder if microchip have any app notes for musical instruments using their dsPIC or newer microcontrollers :-)
We are still waiting. One day you will unveil (so much for the "I" before "E" rule I was taught in school) the completed Vocoder. I CAN wait. Make it right. I think that is what you are doing, and you have much more on your "plate". That "box" is going to be awesome. You always get everything right. (Aside from crossed legs). Our secret. ;-) Julian. You have taught me so much.
Looking forward with anticipation as this project unfolds. Thanks Julian as you continue to both entertain and enlighten us all.
You’ve really inspired me to get my electronics head on after a long time
Can't wait to see the completed thing in action.
Desmaad Neither can I :)
Nice work Julian. I'm looking forward to watching this project progress. Cheers!!
I'm from the Future!! Don't Solder the GREEN LED's IN!! They are too BRIGHT!! Oh, well, you already know. ;-) Love your videos, Jylian!!
I remember the ETI Vocoder and the Transendent 200... I just couldn't have dreamed of affording the parts back then but I used to like to re-read the magazine articles and dream.
I'm looking forward to seeing your work on this project.
Cool project, greetings from the Netherlands!
Just found this video and instantly subscribed.
I quite like the sound you get on the second tap... it's got a low-fi techno feel to it.
Really interesting video!
Amazing :) keep it up I LOVE POSTBAG :)
I realize this is an older video, but for anyone in the US you can still get the CD4006 and CD4030 from NTE if you want to attempt to stick to the original design as much as possible.
Hi Julian, I actually did my University final year electronics project on Pseudorandom white noise generator which was basically what you have but with a selector switch to select which taps could be selected on the shift register. I also had two or three registers chained together to get the max length I needed. I then had the taps fed to a resistor network and various filter networks to get the desired rolloff curve on the specttrum analyser...
Of course now you could do all of this in a 6 or 8 pin micro...
Interesting project the vocoder though. I had a lot of those 80s magazines (still have i'm sure) and think I recognised it when I saw it on your videos from one of them... hmmm... up to the attic this weekend me thinks...
smitcher That sounds like an interesting final year project. I hope I managed to get most of this right!! Yeah, it would be fun to get that 6-pin PIC to do this instead of the CMOS logic.
Nice! Have you thought about slowing down the clock to 2-10 Hz? I tried this many years ago with the SN76489's noise generator.
I looked at LFSRs a while back - the idea was to attach one to an Arduino to make a un-hijackable random number generator for encryption. The idea being that anything running in RAM would be vulnerable to malware / spyware memory dump attacks, but an off-board Arduino based jobby would be much more difficult to compromise.
For numbers to be "relatively prime" the numbers themselves don't have to be prime. They must not have a common factor though. So 5 (5), 9 (3*3) and 14 (2*7) are relatively prime.
superdau Thanks. That makes a bit more sense. I just finished the noise generator and it sounds pretty good, although there are perceptible patterns in the sequence. Now to move on to the input and output amplifiers.
Nice project, Julian. Let's do it. Thanks for the video.
Loving this...
2 numbers are relatievely primes if they have only one common divider, so that means they dont have to be primes, like 4 and 9
please please get into building modular synthesizers.
I still have those ETI magazines somewhere!!!
I'd love to see them again... I used to read ETI (and Hobby Electronics, Practical Electronics, et al) avidly... I couldn't really afford any parts back then... but they provided plenty of fuel for my fantasy world.
Hi Julian.
I have a copy of the PDF but the main board overlay is missing, have you got a copy or are you building the main board from your own design.
In the PDF it say send an sae to modmags to get a copy, im sure that wont any more.
id love to build this project, any help would be appreciated.
john
i would like to know how much it would cost me to buy one of each of the vocoder boards from you thank you gary
Sounded like an old 8 bit Atari game. Interesting project.
Would someone care to explain what does vocoder do, and why is white noise an essential part of it?
ceech123 Try this: www.newyorker.com/tech/elements/object-interest-vocoder
Why not use the HC devices?
interesting , i use a software vocoder in a program called reason that should be a nice unit when its up and running good luck
I know it goes against grain of the project but surely a micro controller would be better for implementing the logic, maybe even the LED bar graphs displays? The random sound reminds me of a ZX Spectrum game loading or 56K modem :-)
Coolkeys2009 I want to stay true to the original circuitry for this project, but you're right, a microcontroller could do the noise generation. In fact, I wouldn't be surprised if there's a vocoder app which models the entire thing on a reasonably fast processor (i.e. a mobile phone)
Julian Ilett Fare enough you want to know it sounds original. I wonder if microchip have any app notes for musical instruments using their dsPIC or newer microcontrollers :-)
Hello: What's the country of origin of the Powertran ETI vocoder?
Uk
I guess it's cheaper to get any 5v micro, simulate 4006 in software with interrupts for low speed clocks, and slap 4006 label over it :)
£1.65 including postage, how the hell do they sell it for that price! Nice videos BTW!
It's a ZX Spectrum!
Jason james It does sound like that, or a dial-up modem.
We are still waiting. One day you will unveil (so much for the "I" before "E" rule I was taught in school) the completed Vocoder.
I CAN wait. Make it right. I think that is what you are doing, and you have much more on your "plate". That "box" is going to be awesome. You always get everything right. (Aside from crossed legs). Our secret. ;-) Julian. You have taught me so much.
You are picking up encoded communications by something.
Wish you had twisted the pot while the noise was playing....
we need cooler led,s than red and yellow
Come on Julian, don't bodge it make a PCB for the bar graph.
Show them how to do it properly.
Silicon Junkie Making PCBs is a whole different thing - I don't really want to get into that with this project. It'll look beautiful, I promise ;)
HaHa! Nederland toch een beetje populair! (Use translate ;P)
Ik had het eerder over post NL