登录
首页 » arduino » arduino 433mhz库文件

arduino 433mhz库文件

于 2022-03-26 发布 文件大小:14.68 kB
0 182
下载积分: 2 下载次数: 1

代码说明:

arduino 433mhz库文件,用于arduino驱动433超再生模块无线通讯

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 超声波模块程序
    arduino超声波模块示例程序 const int TrigPin = 2; const int Echopin = 3;//发射、接收端的引脚 float distance_cm = 0; void setup() {   // put your setup code here, to run once:   Serial.begin(9600);   pinMode(TrigPin,OUTPUT);   pinMode(Echopin,OUTPUT); }   void loop() {   // 产生一个10微秒的高脉冲去触发TrigPin   digitalWrite(TrigPin,LOW);   delayMicroseconds(2);   digitalWrite(TrigPin,HIGH);
    2022-12-16 10:25:03下载
    积分:1
  • Arduino实现基于GSM控制LED点阵屏
    LEDD为程序目录,将目录放 我的文档/Arduino 下,再打开ide,就能在ide看到这几个程序,方便调用。默认烧入为LEDD_B2这个程序,可以连接好线,弄好sd卡,接上移动电源发短信测试*文件夹内各程序说明:LED_test,led模块从sd读取字模测试RTX_test,无串口线串口工具测试gsm模块,此测试时gsm模块tmcu、rmcu接nano a0、a1脚SD_test,sd卡测试程序SIM_test,官方发短信打电话例程精简版,默认10086SIM_test2,提取短信内容测试,接到短信自动提取内容LEDD,整体程序优化前,此测试时gsm模块tmcu、rmcu接nano a0、a1脚LEDD_B2,优化后程序===============================song.dzk为宋体点阵字库,请放sd卡根目录==============================*接线说明:led屏 d~lat 接nano 2~9led屏 5v、gnd 接nano 5v、gndsd模块cs接pin10sd模块5v、gnd、miso、mosi、sck接icsp对应脚gsm模块5v、gnd接sd模块另一排中5v、gndgsm模块接tx rx,注意需要在烧写更新程序时得取下这个========================*补充NANO ICSP接口(usb接口在下方时):RST SCK MISOGND MOSI 5V版权:用图来源屏http://detail.b2b.cn/product/700227960.htmlhttp://www.1024sj.com/product/show-3198780.html点阵http://detail.tmall.com/item.htm?spm=a230r.
    2023-08-09 05:30:04下载
    积分:1
  • TCS34725颜色传感器开源代码
    TCS34725颜色传感器开源代码TCS3200是TAOS公司推出的可编程彩色光到频率的转换器,它把可配置的硅光电二极管与电流频率转换器集成在一个单一的CMOS电路上,同时在单一芯片上集成了红绿蓝(RGB)三种滤光器,是业界第一个有数字兼容接口的RGB彩色传感器,TCS3200的输出信号是数字量,可以驱动标准的TTL或CMOS逻辑输入,因此可直接与微处理器或其他逻辑电路相连接,由于输出的是数字量,并且能够实现每个彩色信道10位以上的转换精度,因而不再需要A/D转换电路,使电路变得更简单
    2023-02-26 00:20:03下载
    积分:1
  • Stm32 Project
    说明:  Dentist Chair control cpu
    2019-11-02 19:41:42下载
    积分:1
  • OneWire
    说明:  DS18B20 温度传感器相关库文件,还需要DallasTemperature库文件配套使用。(DS18B20 temperature sensor related library files, also need Dallas Temperature library files supporting use.)
    2021-04-17 14:58:52下载
    积分:1
  • AGC
    The AGC is a smart programmable gain amplifier (PGA). The amplifier gain is adjusted based upon the input signal level so that the output is at a specified Target Gain. The AGC can be configured to be either a mono or stereo input / output component. For illustration purposes, the following discussion will highlight the stereo configuration.
    2017-12-01 17:26:59下载
    积分:1
  • BK3266 HD connection
    bk3266 bluetooth document
    2018-09-01 14:15:10下载
    积分:1
  • aruduino控制机械手臂代码
    Arduino通过控制舵机的转动实现控制机械手臂,实现简单的抓取转移物品,以及开关门等动作、
    2022-03-28 16:08:27下载
    积分:1
  • 四足机器人打印件+说明书+代码
    说明:  通过8个舵机 实现蜘蛛类的的仿生运动,文件包含所有的打印件及嵌入程序,提供arduino源代码,实现10多种运动模式,可以通过蓝牙或者wifi控制。(The bionic movement of spiders is realized by eight steering gears. The file contains all the prints and embedded programs. It provides Arduino source code and realizes more than 10 motion modes. It can be controlled by Bluetooth or wifi.)
    2020-12-26 10:29:03下载
    积分:1
  • Arduino 蓝牙连接与 bluegiga wt12 芯片
    作为大师使用 arduino 连接蓝牙 wt12 芯片。连接到蓝牙 wt12 RX TX VDD VSS 引脚 arduino。
    2022-12-17 20:05:03下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载