home.social

#oscillator — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #oscillator, aggregated by home.social.

  1. Yep, it’s been half an hour and no dropouts… I’m calling it, my lovely new BBC Micro B is fixed :)

    Yay! Soooo excited to play with it tomorrow 🥳

    Here’s a before video:
    vimeo.com/1181523949#t=26

    And an after:
    vimeo.com/1182284426

    And the issue, for anyone else who stumbles on this thread, was the 16MHz oscillator circuit (marked X1 on the main board).

    Also, I could only find a lot of 50 of them, so if anyone needs one, just hit me up and I’ll send it to you :)

    Huge thanks to the folks on the stardot.org.uk for sharing the fix: stardot.org.uk/forums/viewtopi

    #BBCMicro #BBCMicroModelB #video #dropout #issue #fix #x1 #oscillator

  2. Yep, it’s been half an hour and no dropouts… I’m calling it, my lovely new BBC Micro B is fixed :)

    Yay! Soooo excited to play with it tomorrow 🥳

    Here’s a before video:
    vimeo.com/1181523949#t=26

    And an after:
    vimeo.com/1182284426

    And the issue, for anyone else who stumbles on this thread, was the 16MHz oscillator circuit (marked X1 on the main board).

    Also, I could only find a lot of 50 of them, so if anyone needs one, just hit me up and I’ll send it to you :)

    Huge thanks to the folks on the stardot.org.uk for sharing the fix: stardot.org.uk/forums/viewtopi

    #BBCMicro #BBCMicroModelB #video #dropout #issue #fix #x1 #oscillator

  3. Yep, it’s been half an hour and no dropouts… I’m calling it, my lovely new BBC Micro B is fixed :)

    Yay! Soooo excited to play with it tomorrow 🥳

    Here’s a before video:
    vimeo.com/1181523949#t=26

    And an after:
    vimeo.com/1182284426

    And the issue, for anyone else who stumbles on this thread, was the 16MHz oscillator circuit (marked X1 on the main board).

    Also, I could only find a lot of 50 of them, so if anyone needs one, just hit me up and I’ll send it to you :)

    Huge thanks to the folks on the stardot.org.uk for sharing the fix: stardot.org.uk/forums/viewtopi

    #BBCMicro #BBCMicroModelB #video #dropout #issue #fix #x1 #oscillator

  4. Yep, it’s been half an hour and no dropouts… I’m calling it, my lovely new BBC Micro B is fixed :)

    Yay! Soooo excited to play with it tomorrow 🥳

    Here’s a before video:
    vimeo.com/1181523949#t=26

    And an after:
    vimeo.com/1182284426

    And the issue, for anyone else who stumbles on this thread, was the 16MHz oscillator circuit (marked X1 on the main board).

    Also, I could only find a lot of 50 of them, so if anyone needs one, just hit me up and I’ll send it to you :)

    Huge thanks to the folks on the stardot.org.uk for sharing the fix: stardot.org.uk/forums/viewtopi

    #BBCMicro #BBCMicroModelB #video #dropout #issue #fix #x1 #oscillator

  5. Dear lazyweb,
    Does anyone happen to know what company introduced the first TTL-compatible metal-can hybrid crystal oscillator in the DIP footprint (like a 14-pin DIP footprint, but with only the four corner pins), and when?
    My web searches don't seem to yield relevant results. I'm not looking for the history of crystal oscillators in general. I think the type I've described appeared in the 1970s.
    #hybrid #dip #crystal #oscillator

  6. NAND Oscillators and Logic Sequencers

    I’ve had a bit of a play with logic based synthesizes in the past, but not in anger. However I’ve recently picked up “Make: Electronic Music From Scratch” by Kirk Pearson from Dogbotic.

    It is excellent and a good chunk of that is based on circuits using the CD4093 Quad NAND chip, so I’ve started messing around properly with that again for a bit.

    https://makertube.net/w/tJat6R4RqNqvvExkpWTgpA

    Warning! I strongly recommend using old or second hand equipment for your experiments.  I am not responsible for any damage to expensive instruments!

    If you are new to electronics, see the Getting Started pages. Or better yet, buy their book 🙂

    NAND Oscillators

    As shown in the book, using a Schmitt Trigger NAND or NOT gate is a good, and relatively understandable, way to get a simple oscillator going. It is almost a “Hello World” of electronic music and has been covered and repeated all over the Internet!

    Here are a few good references to dig into what is going on:

    Most circuits hook up a capacitor and potentiometer and there is an instant, tunable oscillator, but I’d like to see what is involved in generating specific frequencies, for a reason that might become clear later (in at least in a future blog post if not).

    The All About Circuits page has a detailed breakdown of how the voltage, resistance, capacitance and frequency all relate to each other, and eventually, assuming a 50% duty cycle square wave, ends up with the following formula:

    VT+ and VT- are the threshold voltages for the Schmitt trigger turning on and off. This will depend on the device in use, the supply voltage, and even the temperature (apparently) but for a CD4093, I’ve found the following extract of a datasheet:

    So taking the operation at 25 degrees and 5V, the typical values are 3.3V and 2.3V respectively, but minimum values could be 2.6V to 1.4V. Putting these into the equation I can work out the constant 2ln(VT+/VT-) to be anything between 0.722 and 1.238. This isn’t particularly helpful…

    Ok, so I can see why people just use tunable potentiometers…

    So after some messing around with some capacitors and potentiometers, I seem to get a fairly decent range with a 1uF capacitor and 10K pot, so that is probably the way to go, using a trimpot to “tune” to notes I want.

    At this point a simple monophonic keyed oscillator is possible, so that is what I’ll look at next,

    The Basic Circuit

    Here is a simple switched version of the previous circuit, with three “keys” and hence three possible notes.

    The schematic for the above is as follows:

    This makes it a little easier to see what is going on. Essentially we have three different resistor values available, but which one gets connected to the circuit is dependent on one of the switches being pressed.

    In principle there could be as many switches and potentiometers as we like. And this is essentially the principle behind the Oskitone Poly555 except that is using a 555 timer circuit rather than a NAND oscillator, and actually the Oskitone has an individual, tunable, oscillator per key which allows for whole keyboard polyphony.

    Note, that if two or more switches are pressed at the same time, then we’ll end up with several resistors in parallel giving a lower total resistance. This means that the resulting note would change as a result. So I guess one could argue that there are more possible notes than just three, but I’m not sure they’d be particularly useful notes…

    A Step (or 8) Further

    I’m not particularly interested in building a circuit with lots of switches on a breadboard, but some of the other circuits in the book have planted some interesting ideas.

    Later on in the book, a few other chips are added to the mix:

    • CD4017: Decade Counter
    • CD4040: 12-Stage Ripple-Carry Binary Counter/Divider
    • CD4046: Phase Locked Loop
    • CD4051: 8:1 way Analog Multiplexer
    • CD4053: 3-channel Analog Multiplexer
    • CD4066: Quad Bilateral Switch

    I won’t spoil the fun here (buy the book, I’m not linked to it – I bought my own copy, but it really is good), but it has really paved the way for me to reconsider how to use logic chips with oscillators.

    What I’m interested in now is using the CD4051 analog multiplexer in place of the switches of the previous circuit, allowing me to “address” a note to be played by the oscillator.

    The CD4051 datasheet has this diagram showing how it works:

    This allows one of 8 circuits to be made, depending on the values of ABC, which are binary coded through the 8 values from 000 (0) to 111 (7).

    The book pairs this with a CD4040 to count through the 8 values and hence produces a 8-step pitch sequencer from three chips, 8 pots, and a few passive components. But I want to drive the three address lines in a different way.

    For now I’m going to connect each one up to each of the spare NAND oscillators – the 4093 has four NAND gates in total. The idea is that each of the bits will be controlled by a different oscillator, so as they go on and off in various combinations I’ll get what might feel like a fairly random selection between 0 and 7, and thus a fairly random note. I’m hoping for some interesting combinations as the they count in and out of phase.

    But at this point I’m not even going to attempt to wire this up on a breadboard, so I’ve gone ahead and had a PCB built.

    PCB Design

    In the design I’ve included a jumper between each controlling oscillator and the sequencer, which allows the possibility of something externally controlling the sequence. I’ve also included two GND connections for use too.

    I’ve also included jumper headers for power in and (audio) signal out. Note: the output signal is a 0-5V square wave signal and it is wired to the tip and shield of a TRS socket. The ring is left unconnected so either a mono or stereo lead can be used.

    There are one or two silkscreen erratas on this board:

    • I managed to miss out the label for the 4051, but as I’ve put it in the name for the PCB, I’m guessing that can probably be figured out in the future, when I’ve forgotten why I designed this board…
    • I perhaps should have labelled the pots and trim pots.
    • As described below, the values for the components used for the three additional oscillators are more useful if changed.

    It might have been more useful to allow the channel select jumpers to be directly jumpered to GND, allowing me to test each oscillator in isolation, by grounding the other two channel inputs. But that can be done with leads.

    So, with hindsight, there is something I should have changed on this design. The three oscillators as described are generating audio frequencies, but to drive the sequences I really want them to be acting as low-frequency oscillators. To do this, the capacitors should be swapped from 100nF to something more like 22uF, and the pots are better as 100K pots.

    Unfortunately this doesn’t fit so well on the PCB – well the capacitors don’t anyway. The following highlights where the capacitors should be placed, and their polarity, instead. But it should be doable.

    Bill of Materials:

    • PCB
    • 1x 4051 8:1 way Analog Multiplexer
    • 1x 4093 quad NAND
    • 8x 10K trimpots
    • 3x 100K PCB mount potentiometers
    • 2x 100nF ceramic capacitors
    • 1x 1uF; 3x 22uF; 1x 47uF electrolytic capacitors
    • 1x 3.5mm PCB mount stereo TRS socket
    • Jumpers and header pins
    • 1x 14-way; 1x 16-way DIP sockets

    Here is a photo of a finished build:

    Closing Thoughts

    This was a really nice diversion. I do like the idea of using digital signals from something to select notes, so I’ll definitely come back to that at some point.

    I’m not entirely sure I have anything of particular musical interest yet. But for now, it has shown some of the principles, and the book has really set off a number of ideas about using logic chips with oscillators. So I’ll come back to that at some point too.

    Kevin

    #4093 #cd4051 #nand #oscillator #sequencer

  7. Almost a decade after getting my #hamradio license I've started playing around with #electronics again. It's so fun when you actually make things work out properly youtube.com/watch?v=5TwWUtZ6Q3I #colpitts #oscillator #breadboard #oscilloscope

  8. I finally wrote a blog post on my DCO design based on the Raspberry Pi Pico. It's one of my older designs and the different pieces are all over and this brings it all together. I think it's still a great project which combines hardware and software. Enjoy!

    polykit.rocks/open-source-digi

    #synth #synthdiy #dco #raspberrypipico #oscillator #midi #roland #juno

  9. I finally wrote a blog post on my DCO design based on the Raspberry Pi Pico. It's one of my older designs and the different pieces are all over and this brings it all together. I think it's still a great project which combines hardware and software. Enjoy!

    polykit.rocks/open-source-digi

    #synth #synthdiy #dco #raspberrypipico #oscillator #midi #roland #juno

  10. I finally wrote a blog post on my DCO design based on the Raspberry Pi Pico. It's one of my older designs and the different pieces are all over and this brings it all together. I think it's still a great project which combines hardware and software. Enjoy!

    polykit.rocks/open-source-digi

    #synth #synthdiy #dco #raspberrypipico #oscillator #midi #roland #juno

  11. I finally wrote a blog post on my DCO design based on the Raspberry Pi Pico. It's one of my older designs and the different pieces are all over and this brings it all together. I think it's still a great project which combines hardware and software. Enjoy!

    polykit.rocks/open-source-digi

    #synth #synthdiy #dco #raspberrypipico #oscillator #midi #roland #juno

  12. Как выбрать опорный генератор и не разочароваться. Пример точной настройки 10 МГц с помощью ЦАП до 0.3 ppb (3 мГц)

    Один из ключевых параметров качества радиотехнических устройств стабильность частоты, определяемая опорным генератором. Однако стремление к максимальным характеристикам не всегда оправдано. Выбор топового генератора без учета условий эксплуатации может привести к неоправданным затратам, усложнению конструкции и снижению надежности системы без существенного выигрыша для пользователя. В этой статье кратко рассматриваются основные типы опорных генераторов — от простых кварцевых резонаторов до высокоточных рубидиевых стандартов. С ростом стабильности частоты увеличиваются стоимость и сложность конструкции, а вот надёжность, может снижаться. На основе этого анализа предлагаются критерии выбора оптимального решения для разных задач. Также приводятся практические результаты: экспериментальные данные по долговременной стабильности частоты доработанного термостатированного генератора и результаты его программной подстройки с использованием ЦАП после выхода на рабочий режим.

    habr.com/ru/companies/stc_spb/

    #генератор #резонатор #OC #TCXO #OCXO #Rb #XO #Crystal #oscillator #стабильность_частоты

  13. Как выбрать опорный генератор и не разочароваться. Пример точной настройки 10 МГц с помощью ЦАП до 0.3 ppb (3 мГц)

    Один из ключевых параметров качества радиотехнических устройств стабильность частоты, определяемая опорным генератором. Однако стремление к максимальным характеристикам не всегда оправдано. Выбор топового генератора без учета условий эксплуатации может привести к неоправданным затратам, усложнению конструкции и снижению надежности системы без существенного выигрыша для пользователя. В этой статье кратко рассматриваются основные типы опорных генераторов — от простых кварцевых резонаторов до высокоточных рубидиевых стандартов. С ростом стабильности частоты увеличиваются стоимость и сложность конструкции, а вот надёжность, может снижаться. На основе этого анализа предлагаются критерии выбора оптимального решения для разных задач. Также приводятся практические результаты: экспериментальные данные по долговременной стабильности частоты доработанного термостатированного генератора и результаты его программной подстройки с использованием ЦАП после выхода на рабочий режим.

    habr.com/ru/companies/stc_spb/

    #генератор #резонатор #OC #TCXO #OCXO #Rb #XO #Crystal #oscillator #стабильность_частоты

  14. Как выбрать опорный генератор и не разочароваться. Пример точной настройки 10 МГц с помощью ЦАП до 0.3 ppb (3 мГц)

    Один из ключевых параметров качества радиотехнических устройств стабильность частоты, определяемая опорным генератором. Однако стремление к максимальным характеристикам не всегда оправдано. Выбор топового генератора без учета условий эксплуатации может привести к неоправданным затратам, усложнению конструкции и снижению надежности системы без существенного выигрыша для пользователя. В этой статье кратко рассматриваются основные типы опорных генераторов — от простых кварцевых резонаторов до высокоточных рубидиевых стандартов. С ростом стабильности частоты увеличиваются стоимость и сложность конструкции, а вот надёжность, может снижаться. На основе этого анализа предлагаются критерии выбора оптимального решения для разных задач. Также приводятся практические результаты: экспериментальные данные по долговременной стабильности частоты доработанного термостатированного генератора и результаты его программной подстройки с использованием ЦАП после выхода на рабочий режим.

    habr.com/ru/companies/stc_spb/

    #генератор #резонатор #OC #TCXO #OCXO #Rb #XO #Crystal #oscillator #стабильность_частоты

  15. Как выбрать опорный генератор и не разочароваться. Пример точной настройки 10 МГц с помощью ЦАП до 0.3 ppb (3 мГц)

    Один из ключевых параметров качества радиотехнических устройств стабильность частоты, определяемая опорным генератором. Однако стремление к максимальным характеристикам не всегда оправдано. Выбор топового генератора без учета условий эксплуатации может привести к неоправданным затратам, усложнению конструкции и снижению надежности системы без существенного выигрыша для пользователя. В этой статье кратко рассматриваются основные типы опорных генераторов — от простых кварцевых резонаторов до высокоточных рубидиевых стандартов. С ростом стабильности частоты увеличиваются стоимость и сложность конструкции, а вот надёжность, может снижаться. На основе этого анализа предлагаются критерии выбора оптимального решения для разных задач. Также приводятся практические результаты: экспериментальные данные по долговременной стабильности частоты доработанного термостатированного генератора и результаты его программной подстройки с использованием ЦАП после выхода на рабочий режим.

    habr.com/ru/companies/stc_spb/

    #генератор #резонатор #OC #TCXO #OCXO #Rb #XO #Crystal #oscillator #стабильность_частоты

  16. Things you find in barns, part 8.

    Unit Oscillators: ”[These]Unit Oscillators are general-purpose radiofrequency power sources covering the ranges of 250 to 960 Mc and 180 to 600 Mc, respectively. These members of the convenient Unit Instrument line can be used to drive bridges, slotted lines, impedance comparators, and other measuring equipment. Used with a volt-meter and attenuator, they provide accurately known output voltages for the testing of receivers. (…)” Operating Instructions for the TYPES 1209-C AND ·CL UNIT OSCILLATORS, GENERAL RADIO COMPANY, June 1966.

    #amateurRadio #hamRadio #oscillator #frequencySource #metering #measuringEquipment #retroElectronics #electronics #diy #technicalInstrument #ThingsYouFindInBarns

  17. Things you find in barns, part 8.

    Unit Oscillators: ”[These]Unit Oscillators are general-purpose radiofrequency power sources covering the ranges of 250 to 960 Mc and 180 to 600 Mc, respectively. These members of the convenient Unit Instrument line can be used to drive bridges, slotted lines, impedance comparators, and other measuring equipment. Used with a volt-meter and attenuator, they provide accurately known output voltages for the testing of receivers. (…)” Operating Instructions for the TYPES 1209-C AND ·CL UNIT OSCILLATORS, GENERAL RADIO COMPANY, June 1966.

    #amateurRadio #hamRadio #oscillator #frequencySource #metering #measuringEquipment #retroElectronics #electronics #diy #technicalInstrument #ThingsYouFindInBarns

  18. Things you find in barns, part 8.

    Unit Oscillators: ”[These]Unit Oscillators are general-purpose radiofrequency power sources covering the ranges of 250 to 960 Mc and 180 to 600 Mc, respectively. These members of the convenient Unit Instrument line can be used to drive bridges, slotted lines, impedance comparators, and other measuring equipment. Used with a volt-meter and attenuator, they provide accurately known output voltages for the testing of receivers. (…)” Operating Instructions for the TYPES 1209-C AND ·CL UNIT OSCILLATORS, GENERAL RADIO COMPANY, June 1966.

    #amateurRadio #hamRadio #oscillator #frequencySource #metering #measuringEquipment #retroElectronics #electronics #diy #technicalInstrument #ThingsYouFindInBarns

  19. Things you find in barns, part 8.

    Unit Oscillators: ”[These]Unit Oscillators are general-purpose radiofrequency power sources covering the ranges of 250 to 960 Mc and 180 to 600 Mc, respectively. These members of the convenient Unit Instrument line can be used to drive bridges, slotted lines, impedance comparators, and other measuring equipment. Used with a volt-meter and attenuator, they provide accurately known output voltages for the testing of receivers. (…)” Operating Instructions for the TYPES 1209-C AND ·CL UNIT OSCILLATORS, GENERAL RADIO COMPANY, June 1966.

    #amateurRadio #hamRadio #oscillator #frequencySource #metering #measuringEquipment #retroElectronics #electronics #diy #technicalInstrument #ThingsYouFindInBarns

  20. Things you find in barns, part 8.

    Unit Oscillators: ”[These]Unit Oscillators are general-purpose radiofrequency power sources covering the ranges of 250 to 960 Mc and 180 to 600 Mc, respectively. These members of the convenient Unit Instrument line can be used to drive bridges, slotted lines, impedance comparators, and other measuring equipment. Used with a volt-meter and attenuator, they provide accurately known output voltages for the testing of receivers. (…)” Operating Instructions for the TYPES 1209-C AND ·CL UNIT OSCILLATORS, GENERAL RADIO COMPANY, June 1966.

    #amateurRadio #hamRadio #oscillator #frequencySource #metering #measuringEquipment #retroElectronics #electronics #diy #technicalInstrument #ThingsYouFindInBarns

  21. Candle Oscillator Really Heats Things Up - As the timebase for a clock, almost anything with a periodic oscillation can be us... - hackaday.com/2025/08/23/candle #clockhacks #oscillator #candle #clock

  22. I have a which specifies a 32.768 KHz for the RTC.

    I have a 12KHz oscillator.

    I want to make the NOW.

    What if I use the 12KHz instead? Can I expect glitches?

    Why would the recommended spec even be so inflexible? Is that because of some time-dpendent internal circuitry?