1) Hardware prepartion :-
- Raspberry Pi with Raspbian OS loaded SD card
- USB keyboard
- HDMI cable
- Monitor screen
- Raspberry pi power supply
2) Connect all the hardware to Raspberry pi.
Raspberry Pi connected with HDMI port
3) Power on Raspberry pi. For the first time configuration, you will get the screen as shown below;-
5) Then reboot.
6) Now we can access Raspberry pi through ssh. Connect Raspberry pi to the home router and it will automatically get an IP address from the home router DHCP server.
7) Make sure our computer connected to the same home router also to remotely access Raspberry pi.
8) Check our home router subnet by using ipconfig command for Windows, ifconfig for Linux, if your ip address is 192.168.0.x, then your subnet is 192.168.0.0. Using nmap, we can discover all the registered IP addresses in the same subnet. The nmap command is nmap -sP 192.168.0.0/24. My nmap outputs are shown as below:-
10) After key in the username and password, we now can get access to the raspberry pi. Done
No comments:
Post a Comment