Please Click on the Link to View the Notes:-
⭐🔥 "No one in the world is born Educated, Talented and Skillful. But they grow and learn.. No one is talented, expert and master in all fields but everyone is talented, expert and master in some field. So, don't tease anyone if he doesn't know anything which you know, because they are master in some other field in which you are not." 🔥⭐ For queries & paid website designing message us on Instagram @mdfaadhilofficial
Tuesday, 25 February 2020
Thursday, 13 February 2020
Tancet Admit Card Direct Link
TANCET 2020 FULL DETAILS
https://tancet.annauniv.edu/tancet/
TANCET ADMIT CARD DIRECT LINK
https://tancet.annauniv.edu/cet20/
https://tancet.annauniv.edu/tancet/
TANCET ADMIT CARD DIRECT LINK
https://tancet.annauniv.edu/cet20/
Thursday, 6 February 2020
Correct program to control a lamp with using Raspberry Pi
Correct program to control a lamp with using Raspberry Pi
Circuit Diagram:-
Correct Program:-
import RPi.GPIO as GPIO
import time
# PIN connected to IN1
relay_pin = 23
# Set mode BCM
GPIO.setmode(GPIO.BCM)
#Type of PIN - output
GPIO.setup(relay_pin,GPIO.OUT)
try:
while True:
#set low
print ("Setting low - LAMP ON")
GPIO.output (relay_pin,GPIO.LOW)
time.sleep(2)
#set high
print ("Setting high - LAMP OFF")
GPIO.output (relay_pin, GPIO.HIGH)
time.sleep(2)
except KeyboardInterrupt:
GPIO.cleanup()
Monday, 3 February 2020
Today we will see how to connect raspberry pi with laptop using Ethernet cable
Today we will see how to connect raspberry pi with laptop using Ethernet cable
Step 1
Open the
connected wifi network and
Share the
internet connection as shown now
Step 2
Power up
the raspberry pi and find out the ip address of raspberry pi as shown
If you
have the ip address already detected you no need to worry
If the ip
address is not found you need to go to cmd and find it out
In my case
already i have an detected ip address will show you how to do
Step 3
You need
to disconnect the raspberry pi and using card reader you should add a ssh file
From
command window
Echo>"the
boot device letter" for eg d:\ssh
Echo>d:\ssh
Step 4
Add ssh
file , download and install advanced ip scanner and check whether the raspberrian
is shown in the ip scanner
Step 5
Type the
name of the pi from ip scanner or type the ip address in
MobaXterm
session dialog
In my case
the board is detected
Lets go to MobaXterm
Type the
remote host and click ok
Now you
can easily login using the default
Login id
====== pi
Password
===== raspberry
Subscribe to:
Posts (Atom)
All Posts
- Obstacle Avoiding Robotic Car Circuit diagram & Code
- Autonomous Follow Me Cooler
- Automatic Bottle Filling Arduino Program
- Scdl notes
- Design of Electrical Machines Notes
- Qari Qasim Ansari Sahib R.A Biography
- Hybrid Power Generation Using Arduino Correct Code
- How to update Mobile Number & Email in COE1.annauniv.edu?
- How to create a simple professional website in blogger
- Power Electronics Notes