Excellent video Carl congratulations, it was very well explained, I believe that if the VCO with the 4046 two tones was integrated into the bipolar project it would be a great improvement, I made an adaptation to the Polish pi
Announcement
Collapse
No announcement yet.
Bipolar PI design
Collapse
X
-
Hi Carl.Originally posted by Carl-NC View PostI have completed testing the Bipolar PI design and posted new firmware. I changed the timing to use 1 timer and is now all interrupt-driven, there are no polling delays. This gives the delay adjustments more resolution and more consistency.
Two things I don't like about the design. One is that the demods are a bit glitchy in that they pass through some transients. I don't know if this is a particular problem with the 4316 switches or what. I have not seen this in other designs I've done. Second is that the audio is not all that great. The 555 VCO does not have as much frequency range as I recall from when I breadboarded the circuit. And the transient glitches from the demods gives the audio a little it of a raspy sound. With a little tinkering, both might be solvable but I don't have the time right now.
I'm stuck and need your help.
I'm drawing the PCB for the Bipolar PI in SMD and I have a question regarding the 74HCT4316 as I see that it gives problems. Could I put a 74HCT4066 instead, making the corresponding modifications on the PCB on the power pins, since they are different? I've also thought about using a CD4066 and adding 4 voltage converters with 4 PNP transistors and 8 resistors just like in the Arduino Nano PI. In your opinion, which of the two variants would be the best?
I'm also going to use a CD4046 for the audio VCO.
Thanks in advance.
Comment
-
I dug out this old pdf. 4046 can be used in many ways.
Good stuff.
Attached Files
Comment
-
-
Any 4066 will require the level converters since the clocks must be referenced to -5V. Once you do that, probably most any 4066 will work as long as it's rated to handle the 10V power supply. Whether one is better than the other often depends on the company who made it and what IC process they used. You have to test and compare.Originally posted by eduardo1979 View PostCould I put a 74HCT4066 instead, making the corresponding modifications on the PCB on the power pins, since they are different? I've also thought about using a CD4066 and adding 4 voltage converters with 4 PNP transistors and 8 resistors just like in the Arduino Nano PI. In your opinion, which of the two variants would be the best?
Comment
-
Hi Carl and thanks again for answering my question.
I need one last favor from you, as I have no experience with PIC microcontrollers. I have only worked with AVRs and I don't have any kind of compiler for the PIC. Could you post a HEX file on the forum with the four signals inverted? This would save me a lot of work, as I have opted to use a HEF4066 and the four level converters. I'm in no hurry, do it at your convenience.
Thanks in advance.
Comment
-
Hi eduardo1979,
For controlling of 4066 no need to use inverting pulses from uP. Emitters of the PNP have to be connected to corresponding uP outputs and bases have to be connected to the Gnd via 10K-47K resistors. Thus, PNP will works as non-inverting level translators from 0/+5 volts to -5/+5 volts.
Comment
Comment