Remote Control for toy bots

Thread Starter

Wendy

Joined Mar 24, 2008
23,421
I'm thinking of starting a project for a low budget (add emphasis) RC modules to control some very simple drones, similar to cars. I've done a little research on frequencies, and tend to favor 49Mhz bands.

There will need to be 4 separate units, operating at the same time. They will be extremely local, so they would be very low power. That will take care of legal requirements nicely.

I'm not too worried about the digital encoding/decoding, that is actually very easy. Making a stable transmitter and a receiver for bottom dollar is a bit more intimidating, but not especially so.

Before I invest some serious skull sweat and solder I was wondering if folk knew what else was out there.

BTW, a frequency chart for the USA.

http://rcvehicles.about.com/od/frequency/a/frequencychoice.htm
 

Thread Starter

Wendy

Joined Mar 24, 2008
23,421
Had not completely decided, but my thought was simple on/off encoding for the radio pulses. No servos, just brute simple. I'll draw up a rough schematic for the RF section of the transmitter and show it in a bit. I figure you could do simple tank style driving in around 4 bits, non proportional controls. Toggle switches on a box.

We have had a new combat robotics group started locally. I was thinking of making 3-4 really cheap pushy bots for the kids who come to the meeting to play with. No weapons on this batch, all identical except for color (where the 3D printer comes in).
 

MrSoftware

Joined Oct 29, 2013
2,196
I'm not sure exactly why, but most of my kids inexpensive RC toys use IR, and they actually work really well. I'm not sure if this is because it's cheaper/easier to make, or if it just saves a ton on FCC approval stuff. Anyway, I thought it was interesting and they must be doing it for a reason.

Also unless you're just doing it for fun, commercial RF receivers are dirt cheap these days, for example:

http://www.hobbyking.com/hobbyking/...MX_Compatible_6Ch_2_4GHz_Receiver_w_CPPM.html

Good luck!
 

Marcus2012

Joined Feb 22, 2015
425
Hey Wendy

I know you said you've decided on 49MHz but I thought I'd chime in as I'm trying to learn about Multiplexing so I'm experimenting with some TX/RX units I got off ebay (making the TX + RX seemed way over my head :eek:). The ones I got were 433MHz (one of our ISM bands but frequency can vary) with variable transmitter power depending on voltage (20 mW@5V apparently and TTL logic). Listings state that the bandwidth is 2MHz and its modulation is ASK/OOK but I had to check through a few of the listing to get the complete picture of the specs. I just took a punt on these ones as I'm just messing about with them to get my footing, I'm not sure how useful they would be to your application but thought I'd link them anyway. Hope it goes well :)
 

Lestraveled

Joined May 19, 2014
1,946
If you are going to operate bots at a gathering or a match I suggest that you consider IR. At gatherings concerning radio control they are pretty adamant about you not operating a transmitter when something else is going on. At the local RC modelers air strip you have to turn in your transmitter when you arrive on site. You get it back when it is your time to fly.

In your schematic, the modulation transistor will draw max current through the inductor when on. Maybe move it to the base side.
 

Thread Starter

Wendy

Joined Mar 24, 2008
23,421
Like I said, cost is everything. All the parts shown are in my junk box. Good point about the modulation transistor though, I'll rethink that a bit.

This will not be on during a real match, it is a toy, like I said. The big boys will have much fancier, safer gear. I even have one in my closet somewhere.
 
Wendy,

You mentioned wanting multiple units operating at the same time. All the cheap toy RC systems I see on 27MHz and 49MHz have these characteristics:

1. They use simple AM modulation and proportional control -- 50% duty cycle means wheels straight/drive off.

2. The stack multiple channels by switching to higher modulation frequencies (usually AF frequencies) and use AF bandpass filters. So low frequency pulse duty cycle controls drive fwd/rev, high frequency pulse duty cycle controls steering. Or with a treaded vehicle, one AF frequency controls fwd/rev/speed of one side and the other AF frequency controls the other side.

3. The cheapo receivers are so unselective they usually support only two units, on different bands -- 27MHz vs. 49MHz.

So how selective do you plan to make your receivers, and how stable and tuned are you going to make that transmitter?

I think you'll have a lot more luck with 433MHz digital systems or like others have said, IR.
 

Lestraveled

Joined May 19, 2014
1,946
................. The cheapo receivers are so unselective they usually support only two units, on different bands -- 27MHz vs. 49MHz.....
@Wendy

I agree with the inspector

They do make 27MHz RC receivers that are selective and are tuned by a crystal, but they are not cheap (enough).

Edit: I searched for 27MHz RC receivers and it appears that they are not used any more. It is all 2.4 GHz. My stuff is so old.
 
Last edited:

bertus

Joined Apr 5, 2008
22,276
Hello,

I see that you are trying to attenuate the output power by switching a transistor on the output.
You could also try to switch the power of the output stage to modulate the signal.

Bertus
 

Thread Starter

Wendy

Joined Mar 24, 2008
23,421
Not a bad thought. I also thought of using a diode to switch the signal to ground. RF diode switches are pretty easy.
 

Thread Starter

Wendy

Joined Mar 24, 2008
23,421
On to the digital. At the moment I'm thinking 4015 for the serial decoder and 4014 for the encoder. I'll post more later.
 
Top