Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abhishek Shree :Electrical task 1 #36

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Electrical/Abhishek/LED Blinking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions Electrical/Abhishek/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Design a 555 timer circuit which blinks a LED with 50% duty cycle

1. Read about how a 555 IC and its operation mode, here we had to use the astable mode.
2. Setup the circuit, using a breadboard, did the Tinkercad tutorial to understand how breadboards work (had to refer some youtube channel for this).
3. We can change the blinking frequency of the LED by changing the Capacitor value (attached between ground and trigger) and the large resistor value (at threshold).
4. A large value of resistor at threshold helps us to achieve a duty cycle of nearly 50% (by the formula for duty cycle given [here](https://www.electronics-tutorials.ws/waveforms/555_oscillator.html)).
---

<img src ="./LED Blinking.png" width=100% height="400px">


> Tinkercad circuit available [here](https://www.tinkercad.com/things/8QtwPoYQOhF-magnificent-maimu/editel?sharecode=dE-m6hLCyDkJ_K4g0buRhF4xY0QXZ7wk-5AoD2XQm_E)
Loading