Page 4 of 8
Re: RC transmission through tether
Posted: Oct 3rd, 2012, 5:53 pm
by bikerbones1968
Ok then your in buisness. Using the DSC the PPM data works on over 1000 feet. If you get stuck with programing etc let me know.
2.4 GHz Setup
Re: RC transmission through tether
Posted: Oct 3rd, 2012, 5:54 pm
by bikerbones1968
mikec wrote:Unfortunately I can't do it that way as I need 4 wires for the data connection, two for the video, so only have two over.
Hmmmm 4 wires for data what are you using for control?
Re: RC transmission through tether
Posted: Oct 3rd, 2012, 6:00 pm
by mikec
4 wires is the minimum for an ethernet connection. Although not yet implemented the plan is to have a number of on-board sensors connected to a micro computer
Re: RC transmission through tether
Posted: Oct 3rd, 2012, 6:31 pm
by bikerbones1968
Cool. I opted for DSC and one pair for control. One Pair for video. By using an OSD (On Screen Display) board on the ROV send all sensor data, leak monitor status, battery voltages and current draw, temp, Depth, compass heading and whatever else you can think overlayed on the disply topside. Four wires to do everything.
Re: RC transmission through tether
Posted: Oct 3rd, 2012, 7:54 pm
by mikec
My control system is 3 12v ESC's for 5 motors (2 pairs +1) with the fourth channel as camera servo control. On-board battery which also drives the led lights.
Which OSD are you using? Thinking of getting one
Re: RC transmission through tether
Posted: Oct 3rd, 2012, 8:25 pm
by bikerbones1968
Re: RC transmission through tether
Posted: Oct 25th, 2012, 1:25 am
by mikec
Thanks for that link, I'll definitely look into getting one.
On the subject of control, I have found that I can get some reasonable control when holding the transmitter close to the tether up to a distance of about 30'. The length of the cable does appear therefore to be a factor (my tether is 40 metres at the moment) meaning I need a shorter tether or a means of boosting the signal.
What I'm also looking at is transmitting the ppm output from the trainer port directly through the cat 5 to an arduino but so far I get totally random numbers from the output. Is it possible or do I need to hack the receiver?
Re: RC transmission through tether
Posted: Oct 25th, 2012, 7:40 am
by bikerbones1968
I am using the PPM data directly from the trainer port/ DSC port. No RF transmission at all.
Re: RC transmission through tether
Posted: Oct 25th, 2012, 8:35 am
by mikec
Do you have some code for that?
Re: RC transmission through tether
Posted: Oct 25th, 2012, 11:06 am
by bikerbones1968
I am not using Arduino. I am only using a RC TX. Signal runs over a single twisted pair comming directly off the DSC/Trainer Port. That signal feeds to the Rc RX that is located on the ROV. No arduino needed! I am not sure if any code has been written to translate PPM/PCM signal to something the Arduino would understand. There are a few guys here using various versions of Arduino that may know programming codes to do this. But if you are using an Arduino why not just use a PS2 controller for control and forget the RC TX and RX. There is already a library for PS2 controllers available for Arduino.