Page 1 of 1

RC using RF Transmitter and Receiver 433MHz

PostPosted: Sun Mar 25, 2012 12:02 am
by vin.lwh
Hi,

1. I would like to control turning on and off and the speed of motor BLH450K-100 http://www.cytron.com.my/viewProduct.php?pcode=BLH450K-100&name=VEXTA%20Brushless%20Motor%20(50%20Watt) by using the 433 MHz Transmitter and Receiver http://cytron.com.my/viewProduct.php?pcode=RF-TX-433&name=RF%20Transmitter%20433MHz and http://cytron.com.my/viewProduct.php?pcode=RF-RX-433&name=RF%20Receiver%20433MHz.
Is this possible?

2. Can I connect the RX straight to the BLH450K-100 motor driver?

3. Lastly, can the RF TX and RX 433MHz be controlled by the PIC 16F877A microcontroller? Is there a sample C code 16F877A for this RF TX and RX 433MHz?

Please answer all 3 points. Thanks!!!! :D

Re: RC using RF Transmitter and Receiver 433MHz

PostPosted: Sun Mar 25, 2012 12:14 am
by shahrul
1. Yes, it's possible.
2. TX and RX works working with UART, so TX can't connect to motor driver directly.
3. Example using RF Module.

Re: RC using RF Transmitter and Receiver 433MHz

PostPosted: Sun Mar 25, 2012 8:45 am
by Idris
If you are using RF 433MHz, you need to do a filter. Credit to Mr Shahrul, he did the simple filter inside the programming. Also can refer to PR16 source code.