• RPi 2B SD read-only filesytem

    时间:2023-11-19 21:50:55

    /**************************************************************************** * RPi 2B SD read-only filesytem * 说明: * 有时候经常想折腾一下树...

  • RPI学习--环境搭建_串口连接

    时间:2023-02-13 14:56:47

    有两种,一种是通过MAX2323芯片连接的串口,要接VCC为芯片供电.另一种是通过PL2302芯片连接的USB,可不接VCC,用电脑USB口为芯片供电.下面以通过MAX2323方式为例.1,VCC查阅MAX2323器件手册,VCC可以3.0V-5.5V,所以用Pi上的3.3v或者5v电源都可以.2,...

  • RPI学习--环境搭建_默认启动桌面/终端修改

    时间:2023-02-13 14:52:25

    参见:http://elinux.org/RPi_raspi-config首次运行Raspbian会自动进入设置,往后也可以重新进入设置:$ sudo raspi-config选项3 Enable Boot to Desktop/Scratch->Console Text console XX...

  • windows ping RPi 2B

    时间:2023-01-24 17:30:38

    /************************************************************************* * windows ping RPi 2B * 声明: * 本文主要记录如何设置RPi 2B静态...

  • AndroidThings学习笔记--熟悉RPI3硬件

    时间:2023-01-15 14:55:36

      在学习写代码前,还是先了解下硬件,也就是所谓的树莓派,相信很多人即使没有玩过,也是听过的,世界上最小的电脑。毕竟是玩物联网,玩硬件,不需要太多的硬件知识,但是基础的还是需要了解的。正所谓知其然知其所以然才能更加深入的理解。1.树莓派是什么  树莓派 (为学生计算机编程教育设计的一种卡片式电脑)。...

  • [原创] 使用rpi + crontab + git 定时向bitbucket 推送 照片

    时间:2022-12-10 13:50:18

    #前提条件,你得有一个bitbucket的帐户1.定时启动脚本代码使用的是crontabCronfile 内容如下:此文件的意思是,每隔10分钟,就运行一次 /home/pi/Rpi_upload.sh 脚本*/ * * * * /home/pi/Rpi_upload.sh 2. 添加到定时任...

  • RPi 2B Raspbian SD卡内部架构

    时间:2022-11-02 02:25:18

    /***************************************************************************** * RPi 2B Raspbian SD卡内部架构 * 声明: * 本文主要想了解RPi 2...

  • Init与c库open()的串行通信导致TX在RPi上发送一个位

    时间:2022-08-26 18:57:36

    I'm trying to set up a serial communication between the RPI and an FPGA. However, there is an issue when using the standard C library open() to init t...

  • 树莓派进阶之路 (021) - 3.2inch RPi LCD (B)

    时间:2022-07-23 22:06:19

    参考文档:http://www.waveshare.net/wiki/3.2inch_RPi_LCD_(B)产品特点320x240分辨率电阻式触摸控制兼容并可直接插入任何版本树莓派提供Raspbian/Ubuntu系统下的驱动(用户可直接在原有Raspbian/Ubuntu系统下使用)和你的树莓派一...

  • RPi 2B 自动发送获取的IP到固定邮箱

    时间:2022-06-25 03:35:59

    /************************************************************************* * RPi 2B 自动发送获取的IP到固定邮箱 * 声明: * 本文主要记录RPi 2B如何自动将IP以邮件的...

  • 从源码编译rpi的内核

    时间:2022-06-11 10:22:02

    Kernel Buildinghttps://www.raspberrypi.org/documentation/linux/kernel/building.mdThere are two main methods for building the kernel. You can build loc...

  • Android和Linux(RPi)之间的蓝牙连接在第一次写入操作时丢失

    时间:2022-06-03 18:52:49

    So I have been working on a project in which a device running Android (API level = 14) must connect to a server running Linux (to be specific: a Raspb...

  • RPi 2B Android telnet ssh

    时间:2022-01-31 13:24:15

    /*********************************************************************** * RPi 2B Android telnet ssh * 说明: * 由于我自己的树莓派没有显示屏,现在我...

  • RPI学习--环境搭建_更新firmware

    时间:2021-11-20 04:56:43

    (用以解决USB摄像头不识别的状况)rpi-update是老外开发的一个更新树莓派firmware的工具$ sudo apt-get update  $ sudo apt-get install ca-certificates $ sudo apt-get install git-core $ su...

  • RPi 2B Documentation

    时间:2021-08-09 03:52:17

    /********************************************************************** * RPi 2B Documentation * 声明: * 最近一直在找树莓派的资料,发现中文的资料...

  • RPi 2B python opencv camera demo example

    时间:2021-07-14 09:29:00

    /************************************************************************************** * RPi 2B python opencv camera demo example...

  • RPI学习--wiringpi_API

    时间:2021-05-30 22:54:42

    reference: https://projects.drogon.net/raspberry-pi/wiringpi/functions/Functions (API)Some of the functions in the WiringPi library are designed to mi...

  • 用ECLIPSE编译RPI QEMU的kernel

    时间:2021-04-17 08:52:50

    新建一个C工程选择 CrossGCC 选择tools路径  /home/xxxx/RPi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/ 选择tools前缀 arm-linux-gnueabihf- 构建选项只用r...

  • 使用 RPi.GPIO 模块的脉宽调制(PWM)功能

    时间:2021-04-11 17:49:52

    原贴地址 更新日志:2013 年 5 月 27 日更新:根据 2013 年 4 月 10 日更新的官方文档完成了初步翻译。本文会在适当的时间里进行增删改等操作,如果您对该文感兴趣,可以仅收藏本页。本文链接:使用 RPi.GPIO 模块的脉宽调制功能创建一个 PWM 实例: p ...