Skip to content

Commit cee69fa

Browse files
committed
Documentation
1 parent b737e83 commit cee69fa

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Available as [Arduino library "IRremote"](https://www.arduinolibraries.info/libr
7070
* [How to deal with protocols not supported by IRremote](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#how-to-deal-with-protocols-not-supported-by-irremote)
7171
- [Examples for this library](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#examples-for-this-library)
7272
- [WOKWI online examples](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#wokwi-online-examples)
73+
- [IR control of a robot car](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#ir-control-of-a-robot-car)
7374
- [Issues and discussions](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#issues-and-discussions)
7475
- [Compile options / macros for this library](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#compile-options--macros-for-this-library)
7576
+ [Changing include (*.h) files with Arduino IDE](https://github.com/Arduino-IRremote/Arduino-IRremote?tab=readme-ov-file#changing-include-h-files-with-arduino-ide)
@@ -787,6 +788,14 @@ Here you see the delay of the receiver output (blue) from the IR diode input (ye
787788
- [ReceiverTimingAnalysis](https://wokwi.com/projects/299033930562011656)
788789
- [Receiver with LCD output and switch statement](https://wokwi.com/projects/298934082074575369)
789790
791+
# IR control of a robot car
792+
This [example](https://github.com/ArminJo/PWMMotorControl?tab=readme-ov-file#basicircontrol) of the **Arduino PWMMotorControl library** controls the basic functions of a robot car using the IRremote library.<br/>
793+
It controls 2 PWM motor channels, 2 motors at each channel.<br/>
794+
[Here](https://www.instructables.com/Arduino-4WD-Car-Assembly-and-Code-With-Optional-In/) you can find the instructable for car assembly and code.<br/>
795+
796+
IR_RobotCar with TL1838 IR receiver plugged into expansion board.<br/>
797+
![IR_RobotCar](https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/pictures/IR_RobotCar.jpg)
798+
790799
<br/>
791800
792801
# Issues and discussions

pictures/IR_RobotCar.jpg

160 KB
Loading

0 commit comments

Comments
 (0)