一个是我们刚刚添加到Arduino的IRremote库,另一个是内置的软件串行库,可帮助我们使用蓝牙模块。 #include //Lib for IT Blaster and TSOP #include // import the serial library 接下来,我们在引脚 10 和 11 上初始化蓝牙模块,然后使用名为 irsend 的对象访问库的所有 IR 功能. Softw
IRSender.h add support for sending single bits. Needed for Nibe heatpump which s… Jan 5, 2024 IRSenderBitBang.cpp Fix type problem Jan 29, 2016 IRSenderBlaster.cpp Add support for IRBlaster, i.e. no PWM needed, the blaster generates … ...
First Download the ZaZa Remote app on your phone or tablet (of course the project works even with other apps). Connect your new IR blaster, and you can see that here are a lot of possibilities, but we now will use the TV option. In the next step you will need to find the coding ...
This method requires your Android device to have an IR blaster built in. There are many apps available to make use of this feature, though theMi Remote controlleris free, and functions with many other household devices. Once you have the app up and running, you will need to create a simp...
TSOP是一种红外接收器,可用于解码来自遥控器的信号。该接收器将与Arduino接口,为每个按钮发送信号,然后IR LED将与Arduino一起使用,以在需要时模拟信号。这样,我们就可以使用Arduino控制AC。 现在,剩下的就是使用 DHT11 读取温度值,并使用 IR 信号相应地指示 AC。为了使项目看起来更具吸引力和用户友好性,我还添加...