入驻于 2017-08-13 / MAKE 主页
这个非常 geek,设计一个复古外壳很适合
激活 wlan0
sudo ifconfig wlan0 up
如果报错,可能是驱动问题。
用 imager 刷系统的时候对 wifi、ssh 的开启进行配置。再通过 ssh 运行 raspi-config 开启 vnc。
https://shumeipai.nxez.com/2024/04/23/install-the-operating-system-for-the-raspberry-pi.html
系统会循环重启吗?
用的是什么摄像头软件呢。建议用这个试试:
https://shumeipai.nxez.com/documentation/computers/camera_software.html
AO 输出是 0~3.3V
DO 输出是 TTL 电平
> 外部万用表测量到0.7V左右,但是GP28采集到的数据始终是1.7V左右
从内部读取电压 1.7V 的代码是怎么写的呢
应该是 libgomp 库没有装好或者版本有冲突
conda install -c conda-forge llvm-openmp=11.1.0 # 尝试安装指定版本
在 Raspberry Pi Imager 中,默认情况下,在线下载的镜像文件会被 临时存储 在系统的缓存目录中,下载完成后会自动写入SD卡/USB设备,不会永久保存。
win 下路径 C:\Users\<你的用户名>\AppData\Local\Temp\
linux 下路径 /tmp/
raspberry pi imager 里面不能显示读卡器吗?