<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>EnMaking - 树莓派</title>
    <link>http://www.enmaking.com/forum.php?mod=forumdisplay&amp;fid=20</link>
    <description>Latest 20 threads of 树莓派</description>
    <copyright>Copyright(C) EnMaking</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 21 Apr 2026 01:07:53 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.enmaking.com/static/image/common/logo_88_31.gif</url>
      <title>EnMaking</title>
      <link>http://www.enmaking.com/</link>
    </image>
    <item>
      <title>树莓派的配件选择</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=120</link>
      <description><![CDATA[(1)PC
台式机笔记本都可以，需要联网用于下载软件。PC操作系统也是随意的，当然我这里以使用最广泛的 Windows 为例（XP、7、8、10 应该都可以，我使用的是 Windows 7）。
硬件方面没有差距，价格上RS的进价可能高一些所以卖的贵。中国大陆是世界电路板厂商大本营，成本 ...]]></description>
      <category>树莓派</category>
      <author>Cryyen</author>
      <pubDate>Tue, 23 Apr 2024 09:58:17 +0000</pubDate>
    </item>
    <item>
      <title>树莓派4B图解</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=119</link>
      <description><![CDATA[独木难成舟，虽说最简单的配置只需要一个树莓派、一个TF卡、一根充电线、一个充电头即可。可这样的”低配版”的实际使用效果并不理想。下面就简单的说一下树莓派接口情况以及配件的挑选要求。
1.树莓派接口和尺寸
2019年，6月25号，树莓派4正式发布。树莓派4相比树莓派3 ...]]></description>
      <category>树莓派</category>
      <author>Cryyen</author>
      <pubDate>Tue, 23 Apr 2024 09:57:42 +0000</pubDate>
    </item>
    <item>
      <title>树莓派百科知识</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=118</link>
      <description><![CDATA[树莓派(Raspberry Pi)是一款基于ARM的微型电脑主板，旨为学生计算机编程教育而设计，其系统基于Linux，由注册于英国的慈善组织“Raspberry Pi基金会”开发，Eben·Upton为项目带头人。别看其外表“娇小”，内“心”却很强大，上网、看视频、听音乐等功能都有，可谓是“ ...]]></description>
      <category>树莓派</category>
      <author>Cryyen</author>
      <pubDate>Tue, 23 Apr 2024 09:55:16 +0000</pubDate>
    </item>
    <item>
      <title>树莓派查看系统资源情况命令</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=106</link>
      <description><![CDATA[在树莓派上，您可以使用多种方式来查看系统资源情况，包括 CPU 使用率、内存占用、磁盘空间等。以下是一些常用的方法：方法1：使用 top 命令在终端中输入以下命令：top 命令会实时显示系统资源的使用情况，包括 CPU 使用率、内存占用、进程信息等。按下 q 键退出。
方法 ...]]></description>
      <category>树莓派</category>
      <author>Cryyen</author>
      <pubDate>Mon, 22 Apr 2024 09:59:33 +0000</pubDate>
    </item>
    <item>
      <title>在树莓派上基于C语言进行文件的读写操作</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=105</link>
      <description><![CDATA[在树莓派上基于C语言进行文件的读写操作1. 打开文件在C语言中，我们使用fopen函数来打开文件。以下是一个简单的例子，打开一个名为example.txt的文本文件：#include 
int main() {    // 文件指针    FILE *file;
    // 打开文件以供读写，如果文件不存在则创建    fil ...]]></description>
      <category>树莓派</category>
      <author>Cryyen</author>
      <pubDate>Mon, 22 Apr 2024 09:01:53 +0000</pubDate>
    </item>
    <item>
      <title>树莓派基于C语言获取系统资源信息</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=104</link>
      <description><![CDATA[在树莓派上使用C语言读取系统资源信息，包括CPU、内存、磁盘、网卡等，您可以通过读取特定文件或者调用系统命令来获取这些信息。以下是一个基本的示例，演示如何读取CPU温度、内存使用、磁盘空间以及网卡信息。
#include 


void readCPUTemperature() {
    FILE *temp ...]]></description>
      <category>树莓派</category>
      <author>Cryyen</author>
      <pubDate>Mon, 22 Apr 2024 08:58:03 +0000</pubDate>
    </item>
    <item>
      <title>树莓派C语言编程环境搭建</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=26</link>
      <description><![CDATA[一、安装nano编辑器、gcc编译器和Git




二、安装wiringPi
第一步，新建一个存放wiringPi源码的文件夹,这里我们命名为work



第二步，进入work文件夹




第三步，获取wiringPi源码




第四步，进入wiringPi文件夹




第五步，运行安装指令





出现All Done即安装 ...]]></description>
      <category>树莓派</category>
      <author>Cryyen</author>
      <pubDate>Fri, 19 Apr 2024 09:47:51 +0000</pubDate>
    </item>
    <item>
      <title>树莓派系统备份</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=25</link>
      <description><![CDATA[树莓派使用SD卡来装载系统，如果SD卡丢失或者损坏，那么树莓派上的数据都会丢失，所以一定要备份好SD卡。这篇文章可以帮你备份你的树莓派系统。主要内容为备份SD卡，制作树莓派系统镜像以及在需要的时候还原备份的方法。


一．准备工作
树莓派SD卡
读卡器
二．Windows ...]]></description>
      <category>树莓派</category>
      <author>Cryyen</author>
      <pubDate>Fri, 19 Apr 2024 09:42:57 +0000</pubDate>
    </item>
    <item>
      <title>树莓派SSH远程登入</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=24</link>
      <description><![CDATA[树莓派的远程登录方式
一．SSH远程登录
SSH：我们的开发中一般使用此种方式远程登录，官方提供的镜像默认是未开启ssh服务的，如果下载的是已开启ssh服务的镜像，则可以忽略此步骤。
由于树莓派只有一个串口，当我们开发中需要占用这个串口或者我们希望进行远程开发（通 ...]]></description>
      <category>树莓派</category>
      <author>Cryyen</author>
      <pubDate>Fri, 19 Apr 2024 09:40:02 +0000</pubDate>
    </item>
    <item>
      <title>树莓派读取CPU温度指令</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=20</link>
      <description><![CDATA[打开终端，使用指令查看CPU温度，依次输入以下指令： 


1.进入操作目录


 cd /sys/class/thermal/thermal_zone0 


2.查看温度


cat temp


树莓派的返回值 


51540


返回值除以1000为当前CPU温度值。即当前温度为51摄氏度。



 ...]]></description>
      <category>树莓派</category>
      <author>Cryyen</author>
      <pubDate>Fri, 19 Apr 2024 09:28:37 +0000</pubDate>
    </item>
    <item>
      <title>树莓派修改固定IP</title>
      <link>http://www.enmaking.com/forum.php?mod=viewthread&amp;tid=18</link>
      <description><![CDATA[在使用树莓派的过程中，DHCP往往会自动分配树莓派的IP，因此树莓派的IP地址并不是固定的，那么每次在远程登录树莓派前都需要查看一下树莓派的IP地址，非常麻烦。因此，我们手动给树莓派设定一个静态IP地址后，树莓派的IP地址就是固定的了。


在树莓派终端输入：sudo na ...]]></description>
      <category>树莓派</category>
      <author>Cryyen</author>
      <pubDate>Fri, 19 Apr 2024 09:25:16 +0000</pubDate>
    </item>
  </channel>
</rss>