Arduino UNO + 433无线模块实例

Posted perseverance52

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Arduino UNO + 433无线模块实例相关的知识,希望对你有一定的参考价值。

Arduino UNO + 433无线模块实例


发射和接收接线示意图

发送端代码:(Arduino + 433超外差发射机 高,低电平和悬空三种模式切换)

/*
  This is a minimal sketch without using the library at all but only works for
  the 10 pole dip switch sockets. It saves a lot of memory and thus might be 
  very useful to use with ATTinys :)
  
https://hub.fastgit.org//sui77/rc-switch
*/

int RCLpin = 10;

void setup

以上是关于Arduino UNO + 433无线模块实例的主要内容,如果未能解决你的问题,请参考以下文章

Arduino ESP8266 RF433无线发射接收实验

Arduino nano 通过RF433将DHT11数据传输实验

Arduino Uno中断开关LED

用的arduino uno板子,sd卡模块连在10,11,12,13口上,把原来的排母换成了排针,不能识别sd卡

Arduino RF 接收器接收一些 433MHz 信号,但不接收其他信号

Arduino UNO 摇杆测试实例