I'm trying to make a musical instrument from a Teensy 3.2. I had the Teensy's side pins plugged into a breadboard for structural support, with male headers rising from the Teensy for the end connectors. I had the A14 DAC output wired into the `+input` on a TI LM 386N-1 audio amp, which I was driving using the Teensy Audio library with `AudioOutputAnalog`--software is solid, not (directly) the problem. The amp was powered and grounded from the Teensy's Vin and GND lines, respectively (which seem to be USB voltage and ground). The rest of the pins on both the Teensy and the amp were open (but stuck in the breadboard). [Let me emphasize that I did not short all the end pins together in a row of breadboard; they were headered "up", not "down".]
I have one of the Seeed DSO Nano scopes--not very good, but good doesn't really fit my budget. I plugged the ground probe into the ground rail of the breadboard, and began probing various parts of this system. I definitely probed the output of the amp, as well as the DAC signal, multiple times. I did not probe random pins of the Teensy, only DAC. I never moved the ground probe, so the amp output was eventually shorted to ground through the scope probes... was this my mistake? If so, how (physically) did shorting across the scope harm the Teensy?
At some point, the Teensy stopped working. Removing the probe and cycling the power didn't help. I removed it from the breadboard. I've tried new USB ports, cables, and host. It now seems quite dead: not running my program (no proof of life), and doesn't connect to the loader when I press the button.
Since I'm a software guy, and frying hardware is most of my electronics hobby... I'm not so upset that the device is toast, but I'm confused what I did. What protection should I have added to the circuit before powering or probing it? I just want to know what probably happened. Or even what *might* have happened.
I have one of the Seeed DSO Nano scopes--not very good, but good doesn't really fit my budget. I plugged the ground probe into the ground rail of the breadboard, and began probing various parts of this system. I definitely probed the output of the amp, as well as the DAC signal, multiple times. I did not probe random pins of the Teensy, only DAC. I never moved the ground probe, so the amp output was eventually shorted to ground through the scope probes... was this my mistake? If so, how (physically) did shorting across the scope harm the Teensy?
At some point, the Teensy stopped working. Removing the probe and cycling the power didn't help. I removed it from the breadboard. I've tried new USB ports, cables, and host. It now seems quite dead: not running my program (no proof of life), and doesn't connect to the loader when I press the button.
Since I'm a software guy, and frying hardware is most of my electronics hobby... I'm not so upset that the device is toast, but I'm confused what I did. What protection should I have added to the circuit before powering or probing it? I just want to know what probably happened. Or even what *might* have happened.