RC-Car is an Arduino-based Remote Controlled car with Servo arm, developed for two events Vector organized by Western Region Campus (WRC) and Locus organized by Pulchowk Engineering Campus.
- Arduino Uno
- Bot Chassis
- Geared Motor *4
- Lipo Battery
- Servo
- Transmitter FLYSKY
- Receiver FS-IA10B
The communication between bot and transmitter is done in Pulse Position Modulation (PPM) mode. PPMReader.cpp, InterruptHandler.h, WInterrupts.cpp and PPMReader.h files are used to convert the raw ppm signals to control information. In wrapper.h, functions used for the bot control are described and these functions are implemented in RC-Car.ino.