Project Info
Author: Chris
Difficulty: Medium
Time Invested: 2 Hours
Prerequisites:
Take a look at the above
tutorials before continuing
to read this tutorial.
Author: Chris
Difficulty: Medium
Time Invested: 2 Hours
Prerequisites:
Take a look at the above
tutorials before continuing
to read this tutorial.
This tutorial will explore how to add and use common remote control car transmitter and receiver pairs in your microcontroller projects. Specifically the received protocol will be translated into information the pic can use to create some output from the remote control's input.


Purpose & Overview of this tutorial
This tutorial aims to show you how to add a standard r/c transmitter and receiver pair that you can find in a hobby store, to a microcontroller project so that you can wirelessly control whatever you need to. Since the receiver for the system normally outputs to hobby servos and not microcontrollers, we'll have use some advanced pic functionality to understand the digital signals.
The goal for the final product of this tutorial is to use the PIC's CCP (Capture/Compare/PWM) functions to control two different devices (a motor and an LED) depending upon which device the transmitter tells the PIC to output to. The transmitter/receiver pair used in this tutorial is 2-channel, one for the led, one for the motor.