일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- flask
- 홈어시스턴트
- thread
- raspberry
- STM32
- AWS
- 전기차
- 플라스크
- 라즈베리파이
- 보안
- 완속충전기
- 파이썬
- dynamodb
- 에버온
- 전기차충전기
- homeassistant
- everon
- YMODEM
- 충전기
- Android
- 전기차충전
- IOT Core
- 서버리스
- 급속충전기
- esp8266
- 펌웨어
- 디자인패턴
- 안드로이드
- lambda
- OCPP
- Today
- Total
Louie NRT Story
[Raspberry Pi] No GUI 부팅시 Wifi 자동 접속 및 SSH 열기 본문
Writed: 27 Mar 2020
Device: Raspberry Pi 3B+
Img: 2020-02-13-raspbian-buster-lite
Index
1. Download Program and Img
2. Installing operating system images using Windows
3. Make files in boot folder
4. Insert SD card to Raspberry Pi
5. Check IP on the router
6. Connect SSH using tools
7. Can't access network system, Check IP
1. Download Program and Img
1) Donload "Rufus 3.9"
2) Download "Raspbian Buster Lite"
https://www.raspberrypi.org/downloads/raspbian/
2. Installing operating system images using Windows
1) Run Rufus 3.9 and Select the SD card drive
2) Select the unzipped Raspbian image file
3) Finally, Click "시작" to write the Raspbian image to the SD card
3. Make files in boot folder
1) Make "ssh" file without any contents
2) Make "wpa_supplicant.conf" with content
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=IT
network={
ssid="<Name of your WiFi>"
psk="<Password for your WiFi>"
}
4. Insert SD card to Raspberry Pi
5. Check IP on the router
6. Connect SSH using tools
1) Information of Network
2) information of Wireless Network
7. Can't access network system, Check IP
- ping raspberrypi.local
- ifconfig
Reference:
https://www.raspberrypi.org/documentation/configuration/wireless/headless.md
'에너지' 카테고리의 다른 글
[제품리뷰] 자동 On/Off 모기향 (0) | 2020.05.06 |
---|---|
[Docker] Docker build 예제 (0) | 2020.05.03 |
[나인와트] 최대수요전력 관리 방법 (0) | 2020.03.19 |
[나인와트] ECC Platform Report (0) | 2020.03.19 |
[Energy-Monitor] Energy Monitoring DIY Example (0) | 2020.03.14 |