New Book Teardown: Learning The Art of Electronics: A Hands-On Lab Course | In The Lab With Jay Jay

This post is part of my video blog: In The Lab With Jay Jay.

Support this channel on Patreon: https://www.patreon.com/JohnElliotV

Silly Job Title: Master Planner

This video is part of the New Book Teardown feature of my video blog.

In this video I take a look at Learning the Art of Electronics: A Hands-On Lab Course by Thomas C. Hayes and Paul Horowitz published in 2016. The book has 1,140 pages and is a companion to The Art of Electronics 3rd Edition.

Some notes about things of interest we noticed in the book:

Make: AVR Programming

I am reading Make: AVR Programming: Learning to Write Software for Hardware and I found this excellent video: Programming AVR Microcontrollers in C – O’Reilly Webcast available from here: Beyond the Arduino: Programming AVR Microcontrollers in C.

The author’s github page is still operational: https://github.com/hexagon5un/AVR-Programming

Their website littlehacks.org is offline but still available via archive.org: https://web.archive.org/web/20160307235812/http://littlehacks.org/

Also there’s this really cool collection of projects over here: Cornell University ECE 4760 Designing with Microcontrollers Final Projects.

Old Book Teardown: Frequency Modulation: An Introduction To The Fundamental Principles | In The Lab With Jay Jay

This post is part of my video blog: In The Lab With Jay Jay.

Support this channel on Patreon: https://www.patreon.com/JohnElliotV

Silly Job Title: Master Planner

This video is part of the Old Book Teardown feature of my video blog.

In this video I tear down Frequency Modulation: An Introduction To The Fundamental Principles by A. W. Keen, M.I.R.E., A.M.I.E.E. This book was published in London in 1958. The book comprises 274 pages and is chock full of schematics with old vacuum tubes.

Some items of note from the book:

The Brain User’s Handbook: A Neuroscience-inspired Guide to Peace of Mind

I am reading The Brain User’s Handbook: A Neuroscience-inspired Guide to Peace of Mind which has this awesome image I want to share:


An imagined interaction between a human baby and a young LLM in training. They are sharing impressions about the endeavor of modeling the world from scratch. Image generated with DALLE-3 via ChatGPT

New Book Teardown: The Art of Electronics: The x-Chapters | In The Lab With Jay Jay

This post is part of my video blog: In The Lab With Jay Jay.

Silly Job Title: Spark Slinger

Support this channel on Patreon: https://www.patreon.com/JohnElliotV

This video is part of the New Book Teardown feature of my video blog.

In this video I take a look at The Art of Electronics: The x-Chapters by Paul Horowitz and Winfield Hill published in 2020. The book has 506 pages and is a companion to The Art of Electronics 3rd Edition.

In the book we learn about the Cascode two-stage amplifier and the push-pull amplifier.

We also see mention the Eye Diagram and there is discussion of the Potentiometer.

Now with schematics!

I finished the Maxitronix 10in1 and now I’ve started the Maxitronix Sensor Robot 20, which I am calling the Maxitronix 20in1.

For the 20in1 I will be scanning in the instructions, schematic, and wiring diagrams, as can be seen for example here.

The scans from the manual (which I make using my Epson Perfection V39 flatbed scanner) pick up the text from the overlapping page but I managed to use the `convert` program (part of ImageMagick) to fix them up, as can be seen in my script jj5-maxi. I also use the deskew feature to straighten the images up, and that seems to work well!

To give you an example of the difference, here are some before and after shots:

ChatGPT teaches me about Amplitude Modulation

I wanted to record this conversation in which ChatGPT managed to convey to me an understanding of how an AM radio wave is demodulated.

User:

in a crystal radio why have a diode and not just send the full signal to the output?

ChatGPT:

In a crystal radio, the diode plays a crucial role by acting as a detector for the radio signal. Here’s why it’s necessary instead of just sending the full signal to the output:

  1. Demodulation of the Signal: A typical radio signal is a form of amplitude-modulated (AM) wave, where the information (voice, music, etc.) is carried in the amplitude variations of a high-frequency carrier wave. The diode in a crystal radio serves to demodulate this signal. It does so by allowing current to flow in only one direction, effectively removing one half of the alternating current (AC) waveform. This rectifies the signal, leaving behind a waveform that varies in amplitude in a way that directly represents the original audio content.
  2. Detection: The process described above is also known as detection. The diode detects the audio-modulated envelope of the AM radio signal. Without the diode, the radio would be incapable of converting the high-frequency modulated signal back into audio frequencies that can be heard through the earpiece or speaker.
  3. Simplicity and Efficiency: Crystal radios are prized for their simplicity and ability to operate without an external power source. The diode, being a passive component, does not require power to operate. It efficiently performs the detection of the signal without the need for active components or power supplies.
  4. Directivity: The diode’s unidirectional current flow property also helps in filtering out noise and improving the selectivity of the receiver to some extent, though crystal radios are generally known for having broad selectivity due to the lack of an amplification stage.

The most common type of diode used in crystal radios is a germanium diode. Germanium diodes have a lower forward voltage drop compared to silicon diodes, which makes them more suitable for the weak signals typically received by crystal radios. This allows for more efficient demodulation of the signal with minimal loss, making it possible to hear the broadcast with just the energy captured from the radio waves themselves.

User:

if the diode wasn’t there you would hear the carrier frequency?

ChatGPT:

If the diode wasn’t present in a crystal radio, you would not be able to hear the carrier frequency directly, but rather, you wouldn’t hear anything intelligible through the earpiece at all. Here’s why:

  1. Frequency of Carrier Waves: The carrier frequencies used in AM radio broadcasting are typically in the range of hundreds of kilohertz to several megahertz. Human hearing, however, is limited to frequencies approximately between 20 Hz and 20 kHz. The carrier frequency itself is far beyond what the human ear can perceive.
  2. Nature of the Signal: Without the diode to demodulate the signal, the radio would attempt to pass both the carrier frequency and the audio information as a combined signal. Since the earpiece or speaker in a crystal radio is designed to reproduce audio frequencies (the modulated information), it cannot reproduce the high-frequency carrier wave itself.
  3. Role of Demodulation: The process of demodulation (achieved by the diode) strips away the carrier, leaving behind the audio frequency variations that were impressed upon the carrier wave. These variations are within the human audible range and are what you actually hear as sound from the radio. Without the diode, the modulation on the carrier wave would not be converted into an audio signal.
  4. Energy Conversion: Even if somehow the carrier frequency could be directly converted to sound, the energy of the received signal in a crystal radio is typically too low to move the speaker diaphragm enough to produce an audible sound without the signal being demodulated and amplified in some way. The diode, by rectifying the signal, effectively extracts the modulated audio signal, which can then cause the diaphragm in the earpiece to vibrate and produce sound.

In summary, without the diode to demodulate the signal, the crystal radio would fail to convert the high-frequency AM radio signal into an audio signal that can be heard. The diode is essential for extracting the audio content from the modulated carrier frequency, enabling the crystal radio to produce sound.