#树莓派多少钱

树莓派10 界面

 fromguizeroimportApp,Text,TextBox,PushButton,Slider,Picture,Combo,Windowimportserialpalce1_name="北京"palce1_num="001"palce2_name="东京"palce2_num="002"palce3...
代码星球 ·2020-08-30

树莓派控制WS2812

https://tutorials-raspberrypi.com/connect-control-raspberry-pi-ws2812-rgb-led-strips/    这个图只是个示意图,如果灯比较少直接树莓派5V供电如果灯比较多,可以参看上图的外接供电 &n...
代码星球 ·2020-08-30

树莓派tensorflow安装

 https://gitee.com/likecy/garbage-raspi 树莓派部署tensorflowpython3安装tensorflow,keras等依赖pip3installtensorflow==1.13.1pip3installkeras==2.3.1之后,使用Keras的时候报:...
代码星球 ·2020-08-30

树莓派深度学习系列

      https://www.pyimagesearch.com/author/adrian/page/2/ ...
代码星球 ·2020-08-30

37 树莓派识别opencv-dnn

https://heartbeat.fritz.ai/real-time-object-detection-on-raspberry-pi-using-opencv-dnn-98827255fa60  opencv3.4.1报错模型不匹配 https://ebenezertechs.com...
代码星球 ·2020-08-30

36 树莓派串口通信

  树莓派查询串口ls/dev/tty* 通过 拔插发现多了一个  就是他了。 arudnio代码 voidsetup(){Serial.begin(9600);//打开串口}voidloop(){Serial.println("HelloRaspb...
代码星球 ·2020-08-30

树莓派(6-3)帧差法目标统计

https://zhuanlan.zhihu.com/p/42940310[1]视频监控中运动物体检测与跟踪----相邻帧差法和三帧差法-CSDN博客https://blog.csdn.net/dcrmg/article/details/52234929[2]运动目标检测--帧间差分法-CSDN博客https://bl...
代码星球 ·2020-08-30

35 树莓派读取温湿度传感器

https://blog.csdn.net/u010900754/article/details/53078615  在连线的时候注意编码方式,注意树莓派引脚图的方向,如上图所示。我用的是三个头的dht11传感器,因此连线方式是:VCC(或正极)---树莓派的3v电源GND(地线或者负极)---树莓...

树莓派(6-1)模板匹配跟踪

https://blog.csdn.net/wc781708249/article/details/78518447 1抠图importcv2importnumpyasnpif__name__=='__main__':#Readimageim=cv2.imread("image.jpg")#SelectROI...
代码星球 ·2020-08-30

树莓派TCP通信

  #https://blog.csdn.net/qq_41204464/article/details/83446394importsocketimporttimeHOST='192.168.43.242'PORT=8266sock=socket.socket(socket.AF_INET,soc...
代码星球 ·2020-08-30

34 树莓派运动检测软件

https://motion-project.github.io/   ...
代码星球 ·2020-08-30

31 树莓派外接Oled屏幕

http://shumeipai.nxez.com/2017/09/13/solve-the-raspberry-pi-drive-oled-problem.html   ...
代码星球 ·2020-08-30

28 让树莓派开机“说”出自己的IP地址

http://shumeipai.nxez.com/2019/02/02/analogue-audio-redux.html...

27 树莓派做直播平台

http://www.52pi.net/archives/981  http://shumeipai.nxez.com/2017/11/01/build-rtmp-stream-live-server-with-raspberry-pi.html http://shumeipai.nxez...
代码星球 ·2020-08-30
首页上一页12345下一页尾页