Thursday, 30 November 2017

transistors - Trouble with first part of Experiment 11 (Make: Electronics)


Experiment 11 from Make: Electronics


Hi, this'd be my first forum post. I'm really out of options here. Let me get straight to the point. I bought the book "Make: Electronics by Charles Platt" a while back, and I'm currently stuck on the very first part of Experiment 11. It is where you build the oscillator part of the circuit. I'm going to include the parts used, a couple images of my circuit (As I don't have a camera, I had to take them with my webcam), and what I threw together on Fritzing. Be aware that I'm a bit of noob, so I tried to make the Fritzing circuit look as best as I could in the time that I had to post this question. The problem is that the LED is not blinking, it is suppose to blink very rapidly due to the discharges of the electrolytic capacitor in the circuit. But for some reason, the capacitor is not building up voltage to do this. I have a feeling it has something to do with the 2N6027 transistor and how its placed. But I'll let you guys have a look.


2N6027 data sheet - it's a "PUT" - a programmable unijunction transistor.


enter image description here


What I've tried



  • Different layouts like thisenter link description here

  • Rotating the LED to observe polarity


  • Ordered from a different seller, at Digikey

  • I rotated the transistor, every time I did, the LED would light up, but wouldn't blink.


Parts



My Circuit


My Circuit 2


Fritzing picture


I'd appreciate any help I could get! Thank you so much!




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...