electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
 Forum index » DIY Hardware and Software » Lunettas - circuits inspired by Stanley Lunetta
TTL 7440 vco and more - help me expand the basic ideas
Post new topic   Reply to topic Moderators: mosc
Page 1 of 1 [8 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
jurekprzezdziecki



Joined: Mar 22, 2016
Posts: 68
Location: warsaw

PostPosted: Tue Aug 30, 2016 7:44 am    Post subject: TTL 7440 vco and more - help me expand the basic ideas
Subject description: beginner start to play witj TTL and CMOS
Reply with quote  Mark this post and the followings unread

Hi - i'm a beginner,

I have started a project based entirely on TTLs. the idea is to make as much as possible with use vintage TTL ics. I have them a lot, especially polish 74xxx series produced by CEMI. those could be trashed buy i hate to waste stuff.

So.. i have made simple square wave oscillator and restricted its range for a reasonable values with pot and two, 100r resistors. It's just NAND gate astable osc.

I have not found a good way to swing a voltage across its range with cv. I think it's because a slow response this IC or a wrong approach. I have used some standard eurorack cv modules like S&H and Maths2. Does not work so good. But i think it's possible.

Please help me with ideas to expand the circuit and develop my first Lunetta- TTL sound device.

So what would be nice to do:

1. How can i make it responsive for CV? How to make a sub - circuit that nicely tracks the oscillator?

2. I need a variable (active) low pass filter. Unfortunatelly i have not found any schematics around. Does this kind of filter exist made with TTL? or maybe you have an idea to make it?

3. It would be nice to build an vca - i have found an interesting circuit in the book (attached) but how to make it voltage controlled?

4. How to convert a square wave into a sinewave with TTL sub circuit? is it possible? i know that a passive filter at the output could make it but it's useless with a variable frequencies.

5. Noise generators. There is a way to generate a pseudorandom binary sequence (PRBS) with a linear feedback shift register (LFSR) and XOR gates. Any other ideas?

6. How to modulate square wave by another TTL circuit? I mean to change a duty cycle like with pulse width modulation?

7. Simple adsr would be nice - would you recommend some TTL circuit?

Thanks a lot in advance.

PS> TTL cookbook is on my table of course:)


cemi 7440 vco.png
 Description:
My UCY7440 oscillator
 Filesize:  17.03 KB
 Viewed:  560 Time(s)
This image has been reduced to fit the page. Click on it to enlarge.

cemi 7440 vco.png



NAND amp.JPG
 Description:
NAND gate amplifier idea
 Filesize:  573.2 KB
 Viewed:  473 Time(s)
This image has been reduced to fit the page. Click on it to enlarge.

NAND amp.JPG


Back to top
View user's profile Send private message
synaesthesia



Joined: May 27, 2014
Posts: 291
Location: Germany
Audio files: 85

PostPosted: Tue Aug 30, 2016 10:26 am    Post subject: Reply with quote  Mark this post and the followings unread

Hi Jurek, it is possible to use TTL, but mind that you will need a capable power supply, because the TTL chips need a lot of current.
Also, most of your resistor and capacitor values will differ significantly from those that are used in CMOS circuits. I also have loads of old TTL chips and would be interested in any good circuits as well.

Regarding the oscillator, it is better to use gates with Schmitt-Trigger inputs. The 7440 or 7400 does not have that. The 7413 should be used here instead.
Regarding modulation, have a look at the first schematic. The left part generates a binary pattern that modulates the 7413 oscillator on the right side.
Regarding sine waves, don't know an easy way to do that. What I did is to approximate a sine wave by using a shift register with a resistor network that generates a stepped output close to a sine wave. The clock frequency needs to be 16 times the desired sine wave frequency. You will find that trick in the TTL/CMOS cookbooks as well. Don't use the '374 if you can, the '574 has a much nicer pin layout.


TTL-Melody.JPG
 Description:
 Filesize:  89.43 KB
 Viewed:  487 Time(s)
This image has been reduced to fit the page. Click on it to enlarge.

TTL-Melody.JPG



TTL-Sine.JPG
 Description:
 Filesize:  164.43 KB
 Viewed:  465 Time(s)
This image has been reduced to fit the page. Click on it to enlarge.

TTL-Sine.JPG


Back to top
View user's profile Send private message
jurekprzezdziecki



Joined: Mar 22, 2016
Posts: 68
Location: warsaw

PostPosted: Tue Aug 30, 2016 12:25 pm    Post subject: Reply with quote  Mark this post and the followings unread

synaesthesia - this is great, thanks a lot for these nice schematics.

i will try them on breadboard soon. the 7413 vco looks interesting.
i assume there is no control voltage input? the way that circuit works is modulation by the second vco, right?
why NAND gate approach is worse then Schmitt trigger?

i will look for the sine wave circuit in TTL cookbook. i'm very curious how this sine wave looks and sounds like.

great start!
Back to top
View user's profile Send private message
synaesthesia



Joined: May 27, 2014
Posts: 291
Location: Germany
Audio files: 85

PostPosted: Tue Aug 30, 2016 12:57 pm    Post subject: Reply with quote  Mark this post and the followings unread

Sorry, the NAND gate approach is not bad at all. I only meant to say that it is easier to use inverting gates with Schmitt-Trigger inputs. You only need one gate per oscillator then. You could also use a 555 timer for your oscillators. Not strictly TTL, but a chip from the same era.

To modulate the 7413 oscillator remove the part to the left of C2/R7 and try to insert a CV there. I need to check my old notes for the values of those. I think that 1K and 10uF are a good starting point.

I just checked the TTL cookbook and could not find the sine wave generator there. I guess my memory was wrong here. However, you can find it in the CMOS cookbook on page 379 and following. The sine wave sounds... well, ok..., but with lots of overtones because of the steps. You will hear a bit of the clock frequency coming through.

Last edited by synaesthesia on Tue Aug 30, 2016 1:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
jurekprzezdziecki



Joined: Mar 22, 2016
Posts: 68
Location: warsaw

PostPosted: Tue Aug 30, 2016 1:02 pm    Post subject: Reply with quote  Mark this post and the followings unread

synaesthesia wrote:
Sorry, the NAND gate approach is not bad at all. I only meant to say that it is easier to use inverting gates with Schmitt-Trigger inputs. You only need one gate per oscillator then. You could also use a 555 timer for your oscillators. Not strictly TTL, but a chip from the same era.
I just checked the TTL cookbook and could not find the sine wave generator there. I guess my memory was wrong here. However, you can find it in the CMOS cookbook on page 379 and following. The sine wave sounds... well, ok..., but with lots of overtones because of the steps. You will hear a bit of the clock frequency coming through.


so the accuracy depends on the clock frequency. right?
yes the values 1k and 10uF are good - i just found the same with my circuit:) just needed to cut the range about 200r because it gets dead noise - zone
Back to top
View user's profile Send private message
synaesthesia



Joined: May 27, 2014
Posts: 291
Location: Germany
Audio files: 85

PostPosted: Tue Aug 30, 2016 1:08 pm    Post subject: Reply with quote  Mark this post and the followings unread

The accuracy would be better with a longer shift register, which would result in more steps, which gives more detail. However, that will also need a higher input frequency.
Example: n bits give you n+1 steps (none on, one on,... all on). If you use twice that many bits, you get 2n+1 steps. Better, but not really worth the effort.
Back to top
View user's profile Send private message
rico C



Joined: Feb 27, 2014
Posts: 26
Location: Redondo Beach

PostPosted: Wed Aug 31, 2016 9:52 pm    Post subject: Reply with quote  Mark this post and the followings unread

I'm all for pushing the boundaries of chips that are acceptable for use in Lunettas, and with that in mind I'd like to recommend the XR2206 sine and triangle wave generator, which I discovered via this article:

http://makezine.com/projects/make-a-wave-shaper-multifunction-sound-synthesizer/

As I mostly run my "breadboard modular" on 12v I found this chip fit in real well and added a whole new sound element.
Back to top
View user's profile Send private message
jurekprzezdziecki



Joined: Mar 22, 2016
Posts: 68
Location: warsaw

PostPosted: Thu Sep 01, 2016 12:01 am    Post subject: Reply with quote  Mark this post and the followings unread

rico C wrote:
I'm all for pushing the boundaries of chips that are acceptable for use in Lunettas, and with that in mind I'd like to recommend the XR2206 sine and triangle wave generator, which I discovered via this article:

http://makezine.com/projects/make-a-wave-shaper-multifunction-sound-synthesizer/

As I mostly run my "breadboard modular" on 12v I found this chip fit in real well and added a whole new sound element.


Thanks for that. i'm aware of 2206 capabilities. It's great chip. I just look for TTL / CMOS circuits because i have them a lot. I want to use them instead of putting them in a trash. The article is very inspiring though.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Moderators: mosc
Page 1 of 1 [8 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » DIY Hardware and Software » Lunettas - circuits inspired by Stanley Lunetta
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use