1.用于TSOP和IR Blaster的IR遥控器库 2.OLED的Adafruit代码库 3.用于OLED的GFX图形库 4.DHT11温度传感器传感器库 空调遥控器的工作原理:在开始项目之前,请花点时间注意您的空调遥控器是如何工作的。与电视、DVD红外遥控器相比,空调遥控器的工作方式有点不同。遥控器上可能只有10-12个按钮,但是它们可以
一个是我们刚刚添加到Arduino的IRremote库,另一个是内置的软件串行库,可帮助我们使用蓝牙模块。 #include //Lib for IT Blaster and TSOP #include // import the serial library 接下来,我们在引脚 10 和 11 上初始化蓝牙模块,然后使用名为 irsend 的对象访问库的所有 IR 功能. SoftwareSerial BT_module(10,...
Automatic AC Temperature Controller using Arduino, DHT11 and IR Blaster IoT Weather Station using NodeMCU: Monitoring Humidity, Temperature and Pressure over Internet DHT22 Temperature and Humidity Sensor Module The DHT22 module has a total of 3 pins. And the DHT22 bare bone sensor has 4 pins....
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 … ...
-It's easier to write the code on the Arduino, and it's cheaper than Bluetooth. You'll need some experience in Arduino, but I think that even a beginner can make. Step 1: What Is IR Light? Infrared (IR) is invisible radiant energy, electromagnetic radiation with longerwavelengths than ...
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。为了使项目看起来更具吸引力和用户友好性,我还添加...