当前位置:网站首页>配置树莓派接入网络
配置树莓派接入网络
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.保存后退出即可。

边栏推荐
- 编译,连接 -- 笔记 -2
- Latex文字加颜色的三种办法
- 雲上有AI,讓地球科學研究更省力
- Is it difficult for girls to learn software testing? The threshold for entry is low, and learning is relatively simple
- Briefly describe the differences between indexes, primary keys, unique indexes, and joint indexes in mysql, and how they affect the performance of the database (in terms of reading and writing)
- After working for 10 years, I changed to a programmer. Now I'm 35 + years old and I'm not anxious
- Bitcoinwin (BCW): 借贷平台Celsius隐瞒亏损3.5万枚ETH 或资不抵债
- Windows Server 2016 standard installing Oracle
- Do you really know the use of idea?
- Librosa audio processing tutorial
猜你喜欢

UWA pipeline version 2.2.1 update instructions

Practical guidance for interface automation testing (Part I): what preparations should be made for interface automation
![[unity] how to export FBX in untiy](/img/03/b7937a1ac1a677f52616186fb85ab3.jpg)
[unity] how to export FBX in untiy

【每日一题】729. 我的日程安排表 I

How to reconstruct the class explosion caused by m*n strategies?

A method to measure the similarity of time series: from Euclidean distance to DTW and its variants

开源的网易云音乐API项目都是怎么实现的?

接口自动化测试框架:Pytest+Allure+Excel

漏了监控:Zabbix对Eureka instance状态监控

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
随机推荐
成功解决AttributeError: Can only use .cat accessor with a ‘category‘ dtype
开源的网易云音乐API项目都是怎么实现的?
指尖上的 NFT|在 G2 上评价 Ambire,有机会获得限量版收藏品
GET 和 POST 请求类型的区别
详解SQL中Groupings Sets 语句的功能和底层实现逻辑
Simple query cost estimation
Erreur de type résolue avec succès: type de données « catégorie» non sous - jacente
PCL realizes frame selection and clipping point cloud
LeetCode 78:子集
AttributeError: Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘/home/yolov5/models/comm
MySQL high frequency interview 20 questions, necessary (important)
Cif10 actual combat (resnet18)
SSO process analysis
Latex文字加颜色的三种办法
Apache dolphin scheduler source code analysis (super detailed)
Is it difficult for girls to learn software testing? The threshold for entry is low, and learning is relatively simple
Pymongo gets a list of data
[Yu Yue education] Dunhuang Literature and art reference materials of Zhejiang Normal University
Development of entity developer database application
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