<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Discuz! BBS - 单片机基础</title>
    <link>https://www.unicoder.cn/forum.php?mod=forumdisplay&amp;fid=55</link>
    <description>Latest 20 threads of 单片机基础</description>
    <copyright>Copyright(C) Discuz! BBS</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 16 May 2026 06:42:15 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.unicoder.cn/static/image/common/logo_88_31.gif</url>
      <title>Discuz! BBS</title>
      <link>https://www.unicoder.cn/</link>
    </image>
    <item>
      <title>Linux screen 建立串口会话</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=258</link>
      <description><![CDATA[命令
安装: apt install screen
启动：screen
查看会话：screen -ls
退出会话：exit

支持滚动
vi ~/.screenrc

termcapinfo xterm* ti@:te@
termcapinfo xterm|xterms|xs|rxvt ‘hs:ts=\\E]2;:fs=07:ds=\\E]2;screen07’
串口终端
创建会话: screen /dev/ttyUSB0 115200
 ...]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Wed, 23 Oct 2024 16:10:00 +0000</pubDate>
    </item>
    <item>
      <title>UART线连接方法</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=256</link>
      <description><![CDATA[绿线接板上的R,白线接板上的T. 接地不接V]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Wed, 23 Oct 2024 11:11:24 +0000</pubDate>
    </item>
    <item>
      <title>树莓派40pin引脚图</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=216</link>
      <description><![CDATA[40pin和26pin是兼容的，后者是前者前26个。
使用如下的点卡更快捷：]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Wed, 24 Jul 2024 19:29:02 +0000</pubDate>
    </item>
    <item>
      <title>树莓派 raspbian 禁用 鼠标中键黏贴</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=210</link>
      <description><![CDATA[raspbian 禁用 鼠标中键黏贴
在Raspbian系统中，如果你想要禁用鼠标中键的粘贴功能，可以通过编辑Xorg的配置文件来实现。以下是具体步骤和示例代码：

打开终端。

编辑/etc/X11/xorg.conf.d/99-mouse-no-middle-button-paste.conf文件。如果该文件不存在，则需要创建 ...]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Wed, 03 Jul 2024 04:48:31 +0000</pubDate>
    </item>
    <item>
      <title>树莓派安装Qt4</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=183</link>
      <description><![CDATA[Apt-get Qt4 on the Raspberry Pi
Jump to navigationJump to search
apt-get install Qt4 on the Rasperry Pi
Using the Raspbian image

Contents
1        apt-get
2        Problem : no toolchain.
2.1        I added a gcc toolchain
2.2        Qt Creator]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Tue, 13 Feb 2024 11:27:31 +0000</pubDate>
    </item>
    <item>
      <title>树莓派显示分辨率固定，无法修改的问题</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=181</link>
      <description><![CDATA[树莓派安装好了之后，显示分辨率固定，无法修改，用专用的xrandr进行修改之后，还是没有变化，就吧的显示设置（config.txt）靠后的几项都注释掉了，
然后重启，总之折腾了config.txt几遍之后，重启有一点眉目了，启动的项目改了分辨率（.profile）。但马上出现新问题， ...]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Wed, 07 Feb 2024 14:20:08 +0000</pubDate>
    </item>
    <item>
      <title>树莓派防止进入屏保，休眠</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=180</link>
      <description><![CDATA[在/etc/profile.d下面建一文件
disable_screen_saver.sh

编辑：
xset dpms 0 0 0
xset s off

xset 这里是指xserver，也可以在lightdm.conf里配。
dpms是电源管理系统，启动后会自动休眠，所以要关闭。]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Tue, 06 Feb 2024 08:14:16 +0000</pubDate>
    </item>
    <item>
      <title>树莓派开关机方法</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=178</link>
      <description><![CDATA[只要阅读/boot/overlays/README,里面说的很详细：
修改/boot/config.txt就能实现关机
比如：开机键只能是GPIO3（3BCM GPIO编号，也即SCL1）
dtoverlay=gpio-shutdown
在gpio3和GND之间短接就可关机。关机后直接短接又可开机！

如果不想使用GPIO3引脚，则可以实现关机， ...]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Fri, 02 Feb 2024 12:27:29 +0000</pubDate>
    </item>
    <item>
      <title>树梅派安装中文输入法</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=176</link>
      <description><![CDATA[安装中文输入法：
sudo apt-get install fcitx fcitx-pinyin
不建议安装谷歌拼音（因为该安装似乎下载的是安卓的一个wrap。
sudo apt-get install fcitx-googlepinyin

当你要向xfce 这个wm安装中文输入法时：
sudo apt-get install fcitx fcitx-googlepinyin fcitx-mod ...]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Sat, 27 Jan 2024 03:31:34 +0000</pubDate>
    </item>
    <item>
      <title>Y.A.N.G.!--but it may be not true, mean I may not right.</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=152</link>
      <description><![CDATA[Y.A.N.G，再说一遍：Y.A.N.G.!--but it may be not true, mean I may not right.]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Mon, 21 Aug 2023 05:18:01 +0000</pubDate>
    </item>
    <item>
      <title>树莓派刻录安装及更换软件源</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=116</link>
      <description><![CDATA[树莓派很好说，就是可以用浏览器打开源的地址，看一看支持哪些类别，与apt的配置文件对比一下就可以了（需要调整apt配置）。
另一个要注意的是，grep -ir \&quot;stable\&quot; /etc   # stable  或者wheezy 又或stretch
当sudo apt update出错报The value ‘stable’ is invalid fo ...]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Sun, 09 Jul 2023 20:34:15 +0000</pubDate>
    </item>
    <item>
      <title>单片机通信基础的基础</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=76</link>
      <description><![CDATA[SPI通信过程为：把CS引脚拉低，然后SCK输出时钟，然后就可以在MOSI引脚上输出数据，同时可以在MISO上获得数据了。


(这是一个SPI接口的ADC芯片，Dout是MISO，DCLOCK就是SCK，这个芯片有3个SPI引脚)
大部分单片机上面都会带有I2C口和SPI口，有可能还会有好几个I2C口和SP ...]]></description>
      <category>单片机基础</category>
      <author>admin</author>
      <pubDate>Wed, 05 Apr 2023 15:49:40 +0000</pubDate>
    </item>
  </channel>
</rss>