当前位置:网站首页>配置树莓派接入网络
配置树莓派接入网络
2022-07-06 06:58:00 【LJX】
一.树莓派接入网络
1.输入命令:sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
(nano是文档编辑器,进入便可编写)
2.按下回车后输入以下代码(注意:只需修改" "的内容即可,其他的不变)
network={
ssid="Your WIFI name" //wifi名称
psk="Your WIFI password" //wifi密码
key_mgmt=WPA-PSK //加密方式,可以不用写
}输入后如下:

ctrl+o:保存,会提示是否写入。按下回车。 ctrl+x退出
3.输入sudo reboot,重启树莓派。中期后输入ifconfig可以查看有无IP地址,由IP地址就说明已经连接上了。

二.固定IP地址
如果为了下次连接省略以步骤我们可以固定IP地址。
1.输入命令 :sudo nano /etc/rc.local
2.在exit 0前输入ifconfig wlan0 (你的IP地址)
3.保存后退出即可。

边栏推荐
- Monotonic stack
- BIO模型实现多人聊天
- At the age of 26, I changed my career from finance to software testing. After four years of precipitation, I have been a 25K Test Development Engineer
- 攻防世界 MISC中reverseMe简述
- After sharing the clone remote project, NPM install reports an error - CB () never called! This is an error with npm itself.
- RichView TRVStyle 模板样式的设置与使用
- 中青看点阅读新闻
- Setting and using richview trvstyle template style
- 这个高颜值的开源第三方网易云音乐播放器你值得拥有
- UWA Pipeline 2.2.1 版本更新说明
猜你喜欢

【软件测试进阶第1步】自动化测试基础知识

指尖上的 NFT|在 G2 上评价 Ambire,有机会获得限量版收藏品

Introduction to ros2 installation and basic knowledge

win10 64位装三菱PLC软件出现oleaut32.dll拒绝访问

Machine learning plant leaf recognition

AttributeError: Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘/home/yolov5/models/comm

Due to high network costs, arbitrum Odyssey activities are suspended, and nitro release is imminent

作者已死?AI正用艺术征服人类

Pallet management in SAP SD delivery process

Simple use of MySQL database: add, delete, modify and query
随机推荐
Librosa audio processing tutorial
开源的网易云音乐API项目都是怎么实现的?
机器学习植物叶片识别
NFT on fingertips | evaluate ambire on G2, and have the opportunity to obtain limited edition collections
leetcode6109. 知道秘密的人数(中等,周赛)
How to reconstruct the class explosion caused by m*n strategies?
MySQL high frequency interview 20 questions, necessary (important)
Apache dolphin scheduler source code analysis (super detailed)
【每日一题】729. 我的日程安排表 I
GET 和 POST 请求类型的区别
UWA pipeline version 2.2.1 update instructions
Entity Developer数据库应用程序的开发
Cif10 actual combat (resnet18)
[Yu Yue education] Dunhuang Literature and art reference materials of Zhejiang Normal University
接口自动化测试实践指导(上):接口自动化需要做哪些准备工作
SAP SD发货流程中托盘的管理
Top test sharing: if you want to change careers, you must consider these issues clearly!
Supporting title of the book from 0 to 1: ctfer's growth road (Zhou Geng)
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
Simple use of JWT