Hardware issue needs a new board/serious bodge [Fixed]

  • Welp, I fixed it.

    So, the CD4049 has been entirely replaced by a set of MOSFET's for each channel (2N7000, be wary of the OnSemi datasheet giving wrong pin definiteions) soldered up in a deadbug fashion in order to give the CD4051 address lines the correct logic sequences and voltage levels. I now got sounds out of each of the channels in voice test mode. Each input into the 4049 now goes into the gate of a MOSFET. Source is at ground, and Drain goes into a 4K7 or whatever resistor before hitting +15 volts supply that was normally supplying the 4049. The Drain of each MOSFET is also the output, going into the 4051 address lines. I've attached some pictures of the physical setup, may add pictures of a circuit later.

    Hope to god or whatever that this thread doesn't get buried and some kind of pinned hardware bug list gets worked into this forum and the official documentation, because this fix is necessary for any of these Yocto's to work.

    Pic 1: https://cdn.discordapp.com/attachments/ ... 170444.jpg
    Pic 2: https://cdn.discordapp.com/attachments/ ... 170425.jpg
  • Hi,

    thanks for this, as it is THE topic we are looking for in our build. We built an 808² and missed the "last" 4 instruments (CY,OH,CH,PC2). By tracking down this behaviour we found the missing trigger. After spending a while diagnosing the connections, tracing some lines, testing some parts, I accidentally
    touched the pins of IC111 (4051BE) and triggered the missing instruments (being still in voices test mode). I compared everything with the fine working IC114 and couldn't find any differences.

    Having dealt with logic ICs in the past and looking at the schematic there was a bell ringing in my head concerning min/max logic levels and the insight that these devices could work in a voltage range that's rather forgiving and that some things just had to be right (sorry, that was about ten years ago, I couldn't get it straight).

    After an extensive look around the forum I found a topic that dealt with missing voices, swapped another 4051 in and fixed the issue. That did the trick here, too. So maybe the levels are out of specification (the 15V/5V thing) and production tolerances are helping some of the ICs to work.

    We will look into this in the next few months, since it's a study exam in our lab. Thank you for your great work!
  • Hi there,

    For the 4049 you have to use the one from the mouser BOM that is a Texas instrument CD4049UBE. https://eu.mouser.com/ProductDetail/595-CD4049UBE
    Cause this Hex inverter is powered with the +15V rail to drive the 4051 and has to be unbuffered
    Idem for the 4051 , it has to be this one https://eu.mouser.com/ProductDetail/595-CD4051BE
    Best regards,
    e-licktronic
  • e-licktronic wrote:Hi there,

    For the 4049 you have to use the one from the mouser BOM that is a Texas instrument CD4049UBE. https://eu.mouser.com/ProductDetail/595-CD4049UBE
    Cause this Hex inverter is powered with the +15V rail to drive the 4051 and has to be unbuffered
    Idem for the 4051 , it has to be this one https://eu.mouser.com/ProductDetail/595-CD4051BE
    E-Licktronic,

    Thank you for getting back to me, and I'd like to add a thank you for making the Yocto in the first place before we get into the matter of this issue. I really appreciate my instrument now that I've gotten it working, and it's been fun testing the edges of it's capabilities. :)

    In the mouser page for the CD4049UBE that you linked, You need to go to the datasheet listed on that page, then go to page 8. On that page the Voltage Input High Minimum is listed for a variety of Vcc levels. Our condition is Vcc=15V (and Ta=25c, but that doesn't really matter). It lists a Minimum input high voltage of 12.5V. That means that the output of each inverter channel will only change state when the input reaches up to 12.5V or higher, which is impossible for the Atmega to do, since it uses 5V logic levels. This is what I'm picking out of your design. I know that the 4051 needs 15V signals to drive it's address lines. The CD4049UBE will not change it's outputs if it's Vcc supply is 15 volts, and you are sending 5 Volt logic signals from the Atmega into it.

    You need to investigate the matter of level translation, as that is the subject of this problem. I'd naturally recommend my method with the MOSFET's, or you can put a CD4504 between the Atmega and the CD4049UBE.
  • Laughing,
    Interesting stuff....

    If you look on Page 11 of the CD4049 UB datasheet
    there's an input/output voltage graph - which admittedly is for a Vcc of 10V and no graph seems to exist for a 15V Vcc.

    It shows that an Output Voltage of 4V is produced for an input voltage of >4V

    The CD4051B data sheet has a input voltage for a logic level low as 4V max
    The unbuffered 4049U seems to give a bit of wriggle room but it does look like we're relying on an overlap in the device characteristics between 4049U and 4051B rather than clamping it to GND/15V

    I mean if you were absolutely right there wouldn't be a single working yocto would there?
    Anyway gathering parts for mine now but does make you think!

    Cheers
    Stevie