rc switch

Status
Not open for further replies.

BCIcdrz

New Member
I need to make a rc switch. with a 1 inputs and 2 outputs

inputs:
1) signal in (from reciever)

outputs:
1) > set point *
2) < set point *

* with 5 - 10% dead zone

I use PICBasic Pro and preferred 16F628a chip
 
BCIcdrz said:
I need to make a rc switch. with a 1 inputs and 2 outputs

inputs:
1) signal in (from reciever)

outputs:
1) > set point *
2) < set point *

* with 5 - 10% dead zone

I use PICBasic Pro and preferred 16F628a chip

The input from an RC receiver is a variable width pulse, you simply need to measure the width of the pulse - I don't use PICBasic, but I seem to recall it has a PulseIn command?. Then simply compare the value from the pulse width and take the appropriate action.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…