Setting Up Raspberry pi 3
What is Raspberry Pi?
The Raspberry Pi is a low cost, credit-card sized computer that plugs into a computer monitor or TV, and uses a standard keyboard and mouse. It is a capable little device that enables people of all ages to explore computing, and to learn how to program in languages like Scratch and Python.
Diagram of Raspberry Pi 3:
Recipe
What you need:
Raspberry Pi 3
a Mouse
a microSD card
HDMI cable
a mon
Unzip the file to put them all into a microSD card.
Then plug the microSD card into Raspberry Pi.
Plug A Mouse (USB) and then plug the HDMI into a Mon.
Raspberry Pi Software Configuration Tool
1 | sudo raspi-config |
Update Raspberry Pi
1 | sudo apt-get update |
Install Python3 and IDLE3
1 | sudo apt update |
TCP Server and Client
Check IP on Pi
1 | ifconfig |
Check IP on Macbook
1 | ipconfig getifaddr en0 |
Disable iptables
1 | sudo iptables -L -nv |
On 1 Side:
1 | #server.py |
On another side:
1 | #client.py |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment