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

Pulkit : Electrical Task-1 #40

Open
wants to merge 10 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 22 additions & 0 deletions Electric/READ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Link to circuit
https://www.tinkercad.com/things/38ka9ptWs8c-terrific-kup-juttuli/editel?sharecode=-mEVPgblD6wogGs5udmNSMJmiH9yxNbGO45ZAVTdFm4


#OBSERVATIONS
1. For sufficiently large value of R2 frequency only depends upon the value of R1 and C1.
2. More the value of resistance(R2) more quickly it reaches the stable frequency value.
3. Frequency is given by f=1/(0.7*2*R1*C1) .
4. Now we can attach potentiometer in place of R1 and use it as a rheostat and observe how the frequency changes.

NOTE : The above observations are for 555 oscillator with 50% duty cycle.

Requied components- Two resistors, two capacitors, breadboard, battery, 555, LED.

#Steps
1. Connect terminal1 of R1 to trigger and terminal2 to output.
2. Connect terminal1 of R1 and threshold to terminal1 of R2.
3. Connect terminal2 of R2 to reset, power and positive terminal of the battery.
4. Connect ground to negative terminal of the battery.
5. Connect terminal1 of R2 to terminal1 of C1 and connect terminal2 of C1 to ground and terminal1 of C2.
6. Connect terminal2 of C2 to control voltage.
7. Finally connect anode of LED to output and cathode to ground.
Binary file added Electric/Terrific Kup-Juttuli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# training

![Screenshot from 2021-07-21 00-13-59](https://user-images.githubusercontent.com/82368328/126394789-e959cfc4-ca30-49e7-a468-e2509de88d33.png)
![Screenshot from 2021-07-21 01-55-54](https://user-images.githubusercontent.com/82368328/126394887-cbc62ba7-6ba4-4545-86f4-41e4fa25c137.png)


https://user-images.githubusercontent.com/82368328/126395047-3215ea02-cdf4-422a-a340-0e064fa5f2d5.mp4

1 change: 1 addition & 0 deletions catkin_ws/.catkin_workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This file currently only serves to mark the location of a catkin workspace for tool integration
1 change: 1 addition & 0 deletions catkin_ws/build/.built_by
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
catkin_make
Empty file added catkin_ws/build/CATKIN_IGNORE
Empty file.
Loading