Custom Mandalorian RF Servo Kit for Halloween Mando

lerxstrulz

New Hunter
Hey All,

I messed around with the ZipZap tutorial and decided that I would build an RF servo kit using a couple Arduinos and a 433Mhz Transmitter and Receiver (TX/RX). I put it on a WIP bucket for Halloween and went as "Island Mando" :) Video and pic below. The units are on proto breadboards for now but plan on etching a couple PCB' s in the next week or so to make the setup a little more compact. I also have encoded the TX/RX to each other so there will be no accidental triggering of the stalk :) It currently uses a single button (the board remembers what position it is in and goes the other way) and I have plans to add a couple micro potentiometers to adjust start and finish positions.


island_fett.jpg
 
Last edited by a moderator:
I'm curious how you coded the T/R to each other. I'm using the 315 MHz kits and they are pretty much the same as the 433 MHz ones. If you are willing to point me in the direction of how you did it I would be grateful.
 
That's hilarious :) Awesome work!

Thanks it was fun and the kids (young and old) got a kick out of it :)

- - - Updated - - -

I'm curious how you coded the T/R to each other. I'm using the 315 MHz kits and they are pretty much the same as the 433 MHz ones. If you are willing to point me in the direction of how you did it I would be grateful.

Haha well I'll trade you programming tips for a light kit ;)

No seriously, basically my setup (not quite complete is this):

TX:
- Arduino with 433Mhz TX

RX:
- Arduino with 433Mhz RX

I use Radiohead (formerly Virtual Wire) for comm between the two: http://www.airspayce.com/mikem/arduino/RadioHead

Since RH uses Timer1 (the same and the built-in servo timer for Arduino) you have to use another servo lib...I use ServoTimer2 (look for it on Arduino site)

Then in your main program loop on TX side have it wait for a button push (or switch) and send a signal to the RX with data...I use a text phrase. On the RX side in the loop just listen for incoming data and make sure it is the phrase you are expecting. You could do some fancy stuff like pre-program an initial phrase and then on first run have a random phrase generated and stored in EPROM so that each kit has a different key. If you would like to see my sketches I'll PM them to you.
 
Last edited by a moderator:
That's above my programming knowledge. I'm just using off the shelf 315mhz R/T parts that apparently cannot be set to each other (I emailed the manufacturer and they said as much). Which arduinos are you using, UNOs or something smaller?
 
This thread is more than 9 years old.

Your message may be considered spam for the following reasons:

  1. This thread hasn't been active in some time. A new post in this thread might not contribute constructively to this discussion after so long.
If you wish to reply despite these issues, check the box below before replying.
Be aware that malicious compliance may result in more severe penalties.
Back
Top