apa102-pi 介绍 Apa102-pi是一个纯Python库,用于驱动APA102和SK9822类型的LED线束。 它应该可以在Raspberry Pi上运行,并且未经其他平台测试。 APA102 LED通常是5050型LED,每个LED都有一个附加的驱动器芯片。 驱动器芯片负责通过其输入线接收所需的颜色,然后保持该颜色,直到收到新命令为止。 根据LED供应商的不同,它们可能被称为“ APA102”,“ SK9822”,“超级”或“ DotStar”。 请勿将它们与三线WS2812 LED(也称为“ NeoPixel”)混淆。 关于驱动器芯片的真正好地方是:一旦收到自己的颜色命令,
2022-04-26 15:08:11 945KB python raspberry-pi spi led-strips
1
LedFx:LedFx是基于网络的LED效果控制器,支持高级实时音频效果! LedFx可以控制多个设备,并且可以与廉价的ESP8266节点完美配合,从而在整个房子中实现成本同步效果!
2022-04-25 14:58:37 690KB react python raspberry-pi esp8266
1
Raspberry Pi Networking Cookbook(2nd) 英文无水印pdf 第2版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2022-04-21 10:23:39 8.14MB Raspberry Networking Cookbook
1
The world of Raspberry Pi is evolving quickly, with many new interface boards and software libraries becoming available all the time. In this cookbook, prolific hacker and author Simon Monk provides more than 200 practical recipes for running this tiny low-cost computer with Linux, programming it with Python, and hooking up sensors, motors, and other hardware—including Arduino. You’ll also learn basic principles to help you use new technologies with Raspberry Pi as its ecosystem develops. Python and other code examples from the book are available on GitHub. This cookbook is ideal for programmers and hobbyists familiar with the Pi through resources such as Getting Started with Raspberry Pi (O’Reilly). Set up and manage your Raspberry Pi Connect the Pi to a network Work with its Linux-based operating system Use the Pi’s ready-made software Program Raspberry Pi with Python Control hardware through the GPIO connector Use Raspberry Pi to run different types of motors Work with switches, keypads, and other digital inputs Hook up sensors for taking various measurements Attach different displays, such as an LED matrix Create dynamic projects with Raspberry Pi and Arduino.
2022-04-21 01:24:49 10.11MB Raspberry
1
在本文中,我们将讨论使用增强数据集训练DNN分类器。
1
Raspi-Cam 使用 Raspberry Pi 摄像头和按钮或 PIR 传感器在 Raspberry Pi 上录制视频以触发录制的各种示例。 用Java编写。 得到它 git clone https://github.com/joe-akeem/raspi-cam.git 建造它 cd raspi-cam mvn install 准备 mkdir /home/pi/capture 跑步 仅当连接远程调试器时才需要: export MAVEN_OPTS="-Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=6006" 按下按钮启动相机,松开按钮停止->按钮必须连接到GPIO02(27) sudo mvn -PbuttonCam install exec:java 当 PIR 注意到移动时播放声
2022-04-17 00:54:55 137KB Java
1
raspberry pi 4b , 基于ffmpeg 实现RTSP访问, 基于 h264_mmal 硬解码视频帧,增加水印文字, 基于 h264_omx 硬编码视频帧, 推送RTSP视频流。 使用: (需修改访问rtsp地址和推送rtsp地址) 1. mkdir build & cd build 2. cmake .. & make -j 3. ./ffmpeg_sample
2022-04-16 09:07:10 7KB 音视频 ffmpeg h264_omx rtsp
1
本书使用流行的Raspberry Pi和Arduino微控制器,对嵌入式系统和自主机器人进行了实用、深入的介绍。我们演示了如何使用这些控制器的组合,以及强大的传感器和执行器来构建各种移动机器人。文中给出了许多移动机器人的应用实例,可以在真实的机器人或我们免费提供的仿真系统EyeSim上进行测试。这本书结合了教学和研究材料,可用于嵌入式系统以及机器人和自动化的课程。我们将实验室视为这一领域必不可少的教学方法,并鼓励大家重新编程并重新发现本书中介绍的算法和系统
2022-04-15 10:01:45 19.54MB 嵌入式机器人; Raspberry Pi Arduino
1
西尔维亚皮 对Rancilio Silvia浓缩咖啡机的Raspberry Pi修改,实现了PID温度控制。 当前实现的功能: 冲泡温度控制 RESTful API 用于显示温度和其他统计信息的Web界面 可编程机器预热/唤醒 计划功能: 蒸汽温度控制 预先注射定时注射 数字压力表 仪表板 硬件 树莓派2 35美元-http: 5美元-Raspberry Pi Zero也应该工作 适用于Raspbian的Wi-Fi适配器 10美元-http: 或 10美元-http: 电源适配器 任何Micro USB 5v / 2A电源都可以,电缆越长越好 9美元-http: 微型SD卡 最低
1
某天和厦门的小林同学讨论,手头有闲置的树莓派和移动硬盘,如何利用它们作为文件服务器?需求很简单,但细想其实还可能有更多实际情况。比如,这块硬盘是不是需要时不时的连接到windows电脑上?这块硬盘是否已经被bitlocker保护了?甚至,树莓派零基础,或者从未使用过RPI OS的Lite版,如何能实现这个想法? 基于这些思考,便写下了这份文档,也算是对以往相关博客的总结和梳理吧。
2022-04-13 18:02:06 226KB 树莓派 samba