Monday, April 29, 2024

Son of Anything To Clock--LM311, Lower Parts Count

Readers: If you want to build the project featured in today's post, please go to PCBWAY's Community pages--a gerber ready to download and/or fabricate as well as KiCAD files and a BOM are there.  

Also please visit PCBWAY's site--using the link here--it will help this blog immensely. Thanks.

====

Last post I described a subcircuit that would take an audio signal from maybe 50K to below audible frequencies and turn it into a square wave--useful for turning audio into a clock signal for an MPU. 

It worked, but discussion ensued at my geeky audio meetup: is there an easier way to do this? 

Of course there is....Elton at OtterMods had a similar circuit, with lower parts count, based on an LM311 comparator.  

This post I'll discuss Elton's design, the LM311 comparator and build a prototype Break Out Board.




The Design:


How it works....

D1 turns a bipolar input at J1 into a signal at 0V and above.  

That's fed into the inverting (-) input of the LM311. 

The non-inverting (+) signal is the reference, with 12V for Vcc, the 47K and 10K divider sets pin 2 at about 2V.  

R5 sets the duration of the output signal.  

The LM311 needs a pullup resistor (R7; 1K) while the 2N7000 FET and R6 re-inverts the output.

 LM311

This chip was new to me....Elton is super cool and gave me a few DIP IC's to try out.

An excellent overview of the LM311 can be found at DIYODEMAG: here .  

For the 311....Datasheet is here; NatSemi application examples (untested by me) can be found here.

There are lots of comparators out there--why this one? 

LM311 is a good choice for low parts count comparator applications because its output is buffered with an internal NPN transistor:



Which means: a pullup resistor at "Collector Out", 3VDC to 15VDC at Vcc (pin 8), GND at pin 4, and a reference voltage (can be ground at presented at pin 3, the non-inverting input) is all you need; let the balance and bal/strb inputs float; finally, tie EMIT OUT to GND. 

We are talking 2 parts....the IC and one resistor, to get a fully working, reliable, fast comparator. 

Cool!

2 part comparator.  For the pull up resistor: try 1K.

More in the LM311 benefits column:

  • Vcc to Vss can be 36V apart before you blow up the IC. Since we synth nerds often work with +/-12V or +/- 15V for our voltage rails: good fit. 
  • Simple operation--if the non-inverting voltage at pin 2 exceeds voltage at pin 3, the output (pin 7) goes from hi-z to low. 
  • Unlike an op amp, the 311's the inverting and non inverting-inputs are not virtual grounds--you can see the incoming signals on pins 2 and 3 with a DVM. 

The latter turned out to be useful: when I first wired up Elton's design it didn't work due to an incorrect resistor value. 

Throwing a DMM on Pin 2 helped me figure out my mistake.

THE BUILD 

Elton emailed me his schematic and I laid out a small Breakout Board ("BoB") in Kicad

I created a gerber and off it went to this blog's patient sponsor, PCBWAY.

In a few days PCB's were in my mailbox:

Wham Bam, boards are back from PCBWAY. Please help out this blog and check 'em out.

Like the BoB in the previous post, I screwed up silks below the pin designations; pin numbers are wrong, and what pin is what? This is fixed in the version I uploaded to the PCBWAY community site.

To make the BoB easier to breadboard I used 200mil edge connector pins; I bought some 100mil pin header  male to male material, broke off a 14 pin section, and using needle nose pliers pulled out every other solid wire.

It took me about 15 minutes to solder the parts to the board and connect the pin headers.



The IC went in then I dropped the BoB onto a breadboard to test.



And at output I got--nothing.  

The output was slammed high, against the Vcc rail.  

Hello? 

This circuit was so simple, no way it could go wrong????  

I probed the 311's pins, and Pin2 was 12V, not 2V.  Hello?  

No issues with soldering or traces.  

After some fear and loathing: instead of a 47K/10K voltage divider, I errantly used a 470 ohm resistor  for R3. 

A 470 and 10K voltage divider provided, as a reference voltage, about the same thing as the divider's source voltage.  So no, this won't work.

DOH! Easily fixed--once I put in the right value resistor!!

"One of these things is not like the other" 

With the correct resistor values: "seems working"

Elton's design worked great, nice clean square waves regardless of a sloppy signal at the LM311's inverting input. 

The BoB featured a low parts count--and, if going forward I used an SOIC LM311 and SMD resistors, this design could get really small. 

So what next? I hope to use this BoB for input buffering and rising edge detection for a clock multiplier, perhaps based on an RP2040.  

But! With my day job going full swing post-pandemic, will I have time? We will see.  


1 comment:

  1. Great write up! This is a useful utility circuit that I'm sure I will be using in many projects to come. I'm looking forward to work on the clock multiplier.

    ReplyDelete

Son of Anything To Clock--LM311, Lower Parts Count

Readers:  If you want to build the project featured in today's post, please go to  PCBWAY's  Community pages --a gerber ready to dow...