<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[YuzuKi X 100ask V831s开发板联网]]></title><description><![CDATA[<p dir="auto">测试WiFi功能正常，输入</p>
<pre><code>ifconfig wlan0 up
ifconfig -a
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1668422618410-image-20221110172554965.png" alt="image-20221110172554965.png" class=" img-responsive img-markdown" width="700" height="605" /></p>
<p dir="auto">接入天线</p>
<p dir="auto"><img src="/assets/uploads/files/1668422530995-image-20221110172726967.png" alt="image-20221110172726967.png" class=" img-responsive img-markdown" width="1660" height="860" /></p>
<p dir="auto">查看附近的WiFi名称，输入</p>
<pre><code>iw wlan0 scan | grep "SSID"
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1668422602645-image-20221110173620540.png" alt="image-20221110173620540.png" class=" img-responsive img-markdown" width="501" height="222" /></p>
<p dir="auto">配置WiFi名和密码，进入etc目录</p>
<pre><code>cd /etc
vim wpa_supplicant.conf
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1668422586429-image-20221114175944304.png" alt="image-20221114175944304.png" class=" img-responsive img-markdown" width="710" height="331" /></p>
<p dir="auto">输入:wq 保存退出。</p>
<p dir="auto">创建一个socket通信的目录</p>
<pre><code>mkdir -p /var/log/wpa_supplicant
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1668422570934-image-20221114180136409.png" alt="image-20221114180136409.png" class=" img-responsive img-markdown" width="832" height="59" /></p>
<p dir="auto">连接网络</p>
<pre><code>wpa_supplicant -B -c /etc/wpa_supplicant.conf -i wlan0
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1668422557331-image-20221114180919758.png" alt="image-20221114180919758.png" class=" img-responsive img-markdown" width="765" height="65" /></p>
<p dir="auto">为wlan0分配IP</p>
<pre><code>udhcpc -i wlan0
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1668422545323-image-20221114184115625.png" alt="image-20221114184115625.png" class=" img-responsive img-markdown" width="955" height="175" /></p>
]]></description><link>https://bbs.aw-ol.com/topic/2540/yuzuki-x-100ask-v831s开发板联网</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 10:54:10 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/2540.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Nov 2022 10:44:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to YuzuKi X 100ask V831s开发板联网 on Thu, 17 Nov 2022 01:46:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1470">@yuwei001</a> 百问网淘宝店</p>
]]></description><link>https://bbs.aw-ol.com/post/12137</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/12137</guid><dc:creator><![CDATA[fanfan]]></dc:creator><pubDate>Thu, 17 Nov 2022 01:46:17 GMT</pubDate></item><item><title><![CDATA[Reply to YuzuKi X 100ask V831s开发板联网 on Wed, 16 Nov 2022 14:26:34 GMT]]></title><description><![CDATA[<p dir="auto">开发板哪里可以买到</p>
]]></description><link>https://bbs.aw-ol.com/post/12119</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/12119</guid><dc:creator><![CDATA[yuwei001]]></dc:creator><pubDate>Wed, 16 Nov 2022 14:26:34 GMT</pubDate></item><item><title><![CDATA[Reply to YuzuKi X 100ask V831s开发板联网 on Tue, 15 Nov 2022 12:27:52 GMT]]></title><description><![CDATA[<p dir="auto">可以试试<br />
wifi -o sta<br />
wifi -c SSID PASS</p>
<p dir="auto">这样联网</p>
<p dir="auto">也可以试试 wifi -o ap SSID PASS这样做热点</p>
]]></description><link>https://bbs.aw-ol.com/post/12071</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/12071</guid><dc:creator><![CDATA[WhycanService]]></dc:creator><pubDate>Tue, 15 Nov 2022 12:27:52 GMT</pubDate></item></channel></rss>