# Raspberry Pi ###### tags: `IOT` # Install OS into microSD ## Step1: install pi tool > https://www.raspberrypi.com/software/  ## Step2: Format microSD >  ## Step3: Install pi OS >  ## Step4: Enable ssh connect >  ## Step5: SSH connect using terminal connect pi password: 12345678 >  --- # Using VNC connect pi ## Step1: install VNC tool on Raspberry PI (預設是已安裝)  ## Step2: enable VNC connect    ### Can set VNC config from Raspberry Pi screen  ## Step2: Install VNC real > https://www.realvnc.com/en/connect/download/viewer/ >  --- >  --- >  # TTL connect ### Step:1 plug in plug >  ### Step2: Install TTL driver on windows > http://www.oneping.com.tw/fileDownload.htm >  --- ### Step3: Excute launch file and install >  --- ### Step4: Install IDE for TTL connect https://mobaxterm.mobatek.net/download.html  ### Step5: Turn off bluetooth >  --- >  --- >  --- >  --- >  --- ### Raspberry restart excute python file ``` cd /home/pi cd .config mkdir autostart # whole file in this path will excute when server reboot cd autostart vi tightvnc.desktop ``` ``` [Desktop Entry] Type=Application Name=TightVNC Exec=python3 /home/pi/python_file.py StartupNotify=false ``` 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up