Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

rf remote circuit canswtitch on or off many things @ at time

Status
Not open for further replies.

shashi bhushan

Newbie level 1
Joined
Oct 25, 2008
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,285
rf remote circuit can swtitch on or off many things @ at time example - my robotics both wheels switch @ a time
 

I assume you are asking how to do this. The typical answer is to use bit mapping. Let us assume that your rf remtoe is transmitting bytes. Then you set up a transmission scheme where a command byte is followed by a data byte. You can optionally add a CRC or check byte to the end for greater noise immunity.

The command byte informs receiver as to what action to take. In your case, it is motor control. Then in the data byte, you assign bit 0 to be the state of the right wheel, for example. Bit 1 could be the state of the left wheel. The remaining bits can control other motors or functions.

Since this data byte is available at exactly the same time, all motors change their state at the same time. The limitation of this scheme is that it takes greater time to send and decode this datastream. However, for motors this is not a major drawback because the transmission data rate is much higher than the reaction time of the motors.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top