下载Arduino红外收发库Arduino-IRremote, 并进行安装 d) 连线图 红外发射模块的连接与前一示例相同,注意Arduino-IRremote库只支持将发射管接在数字3端口上。 红外接收模块连接方式请参考数字红外接收模块 ,将其连接到数字11端口上。 e) 操作步骤 在Arduino IDE中给红外发射模块下载如下程序: #include <IRremote.h> I...
Arduino Nano: https://www.flyrobo.in/arduino_nano_r3_board_with_ch340_chip?tracking=ins TSOP1738:https://www.flyrobo.in/ir-receiver-tsop1738-infrared-receiver-sensor?tracking=ins IR LED: https://www.flyrobo.in/ky-005-infrared-ir-transmitter-sensor-module?tracking=ins Push button: https:...
Time for our first experiment! You’ll need an Arduino, I used an Uno but other Arduino’s will work as well. Don’t use an ATTiny85 however as the library we will make use of isn’t fully compatible with it. You’ll also need an IR Sensor. I’m using one that is on a module...
Adafruit Industries, Unique & fun DIY electronics and kits IR (Infrared) Receiver Sensor [TSOP38238] : ID 157 - IR sensor tuned to 38KHz, perfect for receiving commands from a TV remote control. Runs at 3V to 5V so it's great for any microcontrol
Adeept Smart Car Kit(Compatible with Arduino IDE), Line Tracking, Obstacle Avoidance, OLED Display, Ultrasonic Sensor, IR Wireless Remote Control $79.99 Quantity: 1 Adeept 4WD Omni-directional Mecanum Wheels Robotic Car Kit for Raspberry Pi Pico DIY STEM Remote Controlled Educational Robot Kit with...
In this video we will take you step by step through the build and coding for the project.The code below is the software we developed in the video.Arduino1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 ...