PiPCA9685 PiPCA9685提供了一个接口,用于控制C ++和Python中的Raspberry Pi的PCA8695芯片。 该库最初旨在使用来控制伺服器。 它是出于对C ++绑定的渴望而诞生的,而Adafruit的库却缺乏这种绑定。 依存关系 该库使用Gordon Henderson的简化了I2C代码。 安装 开始之前,请确保您的Pi启用了I2C。 sudo raspi-config 选择“接口选项” 启用I2C自动加载 安装WiringPi,以下戈登的指示。 最后,克隆,构建和安装该库 git clone cd PiPCA9685 mkdir build && cd build cmake .. make sudo make install make python_install PiPCA9685将默认为Python 3安装Python库。如果您想使用其他版
2022-05-04 15:55:54 13KB CMake
1
Proteus8.10 VSM Studio python编译器仿真Raspberry_系列_43_ili9341代码和仿真操作实验
2022-05-03 13:40:33 130KB Proteus VSMStudio python Raspberry
1
使用WebSocket+P5js库的基于Web的UI示例。在Raspberry Pi上运行Simulink。 Web-based UI example using WebSocket+P5js library. This runs Simulink on a Raspberry Pi. Requires MATLAB/Simulink MATLAB 2019B or later Simulink MATLAB Add on Package Simulink Support Package for Raspberry Pi Hardware Hardware Raspberry Pi (Supported Hardware) Reference p5.js Javascript library (https://p5js.org/)
2022-04-30 22:06:42 1.26MB 源码
USB2000采集 从连接到Raspberry Pi的Ocean Optics USB 2000采集光谱数据 #设置 必须使用对Raspberry Pi进行升级,以便导入正确的模块。 #Limitations仅与Python 2兼容(出于某些原因)
2022-04-30 18:42:37 14KB Python
1
鲁基 USB HID Rubber Ducky脚本多合一工具。 扩展回购 传统工作
2022-04-28 10:26:00 485KB android raspberry-pi security rubber-ducky
1
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