合集-Raspberry Pi
摘要:
How to fix the bug that there is no signal when the Raspberry Pi is connected to a monitor with an HDMI cable All In One
如何修复树莓派使用HDMI 线连接显示器后没有信号 bug
tvservice
kmsprint
DMT
CEA
HDMI
阅读全文

摘要:
Raspberry Pi command line tools vcgencmd All In One
vcgencmd -h
vcgencmd --help
vcgencmd version
vcgencmd commands
电压太低,不能完全带动 CPU/GPU 会损坏 SD 卡 ⚠️
欠压检测 ✅
vcgencmd get_throttled
阅读全文

摘要:
Python rpi_ws281x library All In One
Raspberry Pi & Python & WS2812B RGB LED Strip
rpi_ws281x
from rpi_ws281x import PixelStrip, Color, was
NeoPixel
adafruit-circuitpython-neopixel
RPi.GPIO
阅读全文

摘要:
Adafruit CircuitPython NeoPixel All In One
Raspberry Pi & Python & WS2812B RGB LED Strip
RPi.GPIO
rpi_ws281x
WS2811_STRIP_GRB
from rpi_ws281x import PixelStrip, Color, ws
PixelStrip
Color
阅读全文

摘要:
How to fix the problem that Raspberry Pi cannot use the root user for SSH login All In One
如何修复树莓派无法使用 root 用户进行 SSH 登录的问题
/etc/ssh/sshd_config
sshd
systemctl
阅读全文

摘要:
How to modify the hostname and username and password of Raspberry Pi All In One
如何修改树莓派的主机名、用户名和密码
阅读全文

摘要:
树莓派 4B 核心电子元器件图解 All In One
超频 & 散热片安装指南
Raspberry Pi 4B 超频
1.5GHz => 1.8GHz 🚀
阅读全文

摘要:
Linux install vim errors All In One
Vim
raspbeery pi
树莓派
阅读全文

摘要:
How to boot the Raspberry Pi system from a USB Mass Storage Device All In One
如何从 USB 启动树莓派引导系统 / 如何从 USB 大容量存储设备启动 Raspberry Pi 系统
阅读全文

摘要:
How to Control an External USB Web Camera Using a Raspberry Pi All In One
如何使用树莓派控制外接 USB 网络摄像头
阅读全文

摘要:
ARM Cortex-A72 CPU All In One
Raspberry Pi 4B, 4 核心 1.5GHz 64 位 CPU
Raspberry Pi 4B, 4 核心 1.8GHz 64 位 CPU
BCM2711
BCM2835
阅读全文

摘要:
软路由 & 旁路由 All In One
路由器
KeXUe上网
如何使用 Raspberry Pi 4B (8G) 搭建一个家用软路由
OpenWrt
阅读全文

摘要:
How to change the default Python2 to Python3 on Linux All In One
在 Linux 中如何把默认的 Python2 更改为 Python3
.bashrc / .zshrc alias
symbolic link
符号链接 (软链接/硬链接)
阅读全文

摘要:
Raspberry Pi 4 Model B Product Information Portal All In One
PCN
Product Information Portal / 产品信息门户
Linux shell command strings
阅读全文

摘要:
use SSH to connect to Raspberry Pi methods All In One
hostname.local
ssh eric@rpi4b.local
mDNS
# fix 丢失 hostname.local ✅
ff00::0 ip6-localnet
ff00::0 ip6-mcastprefix
阅读全文

摘要:
国产单片机开发板 All In One
Raspberry Pi 国产替代品 ❓
硬件配置还行, 配套软件生态不太行呀,感觉只适合小众用户玩玩而已
NanoPi R6S
FrindlyElec / 友善电子
AIoT / 物联网
Orange Pi / 香橙派
Orange Pi 5 / Orange Pi 5B / Orange Pi 5 Plus
阅读全文

摘要:
How to use Raspberry Pi scan bluetooth devices All In One
蓝牙
阅读全文

摘要:
How to use the Raspberry Pi and Python to control a DHT11 wet and temperate module All In One
如何使用树莓派和 Python 来控制温湿度模块
Temperature & Humidity Sensor (DHT11)
把`温湿度`信息输出到 `OLED` 显示屏上
阅读全文

摘要:
How to use the Raspberry Pi and Python to control a buzzer All In One
如何使用树莓派和Python来控制蜂鸣器
有源蜂鸣器 vs 无源蜂鸣器
注意,这里的“源”不是指电源。而是指震荡源。
无源内部不带震荡源,所以如果用直流信号无法令其鸣叫。必须用2K~5K的方波去驱动它
声音频率可控,可以做出“多来米发索拉西”的效果。(高阶玩家)
在一些特例中,可以和 LED 复用一个控制口
💡: 使用无源蜂鸣器,只要输出不同频率的PWM 波,即可发出不同的音符; 不同的音符组合起来就是一个曲子了, 可以用来播放音乐; ✅
有源蜂鸣器内部带震荡源,所以只要一通电就会叫
程序控制方便,单片机一个高低电平就可以让其发出声音,而无源蜂鸣器却做不到
阅读全文
