• Welcome to RCCrawler Forums.

    It looks like you're enjoying RCCrawler's Forums but haven't created an account yet. Why not take a minute to register for your own free account now? As a member you get free access to all of our forums and posts plus the ability to post your own messages, communicate directly with other members, and much more. Register now!

    Already a member? Login at the top of this page to stop seeing this message.

GT3B Hack Question and Answer Thread

I've been going through the source code. I don't see how this can be happening especially if it works with the castle esc's....the dig mix is just a proportional constant.

Code:
else {
	    // DIG mixing
	    val2 = val;

	    if (menu_DIG_mix < 0)
		// reduce front throttle
		val = (s16)((s32)val * (PPM(500) + DIG_mix) / PPM(500));
	    else if (menu_DIG_mix > 0)
		// reduce rear throttle
		val2 = (s16)((s32)val2 * (PPM(500) - DIG_mix) / PPM(500));

	    if (cm.brake_off) {
		val  = val  * 2 + PPM(500);
		val2 = val2 * 2 + PPM(500);
	    }
	    channel_params(2, channel_speed(val, 2));
	    channel_params(cm.channel_DIG, channel_speed(val2, cm.channel_DIG));
	}

You might want to try a different rx, the one you may have might not be sending signals correctly
 
Plug in two servo's. See what happens
When I plug two servos, when I dig front, one goes to his end point, when I dig rear, the other servo goes to his end point

You might want to try a different rx, the one you may have might not be sending signals correctly
how can I have a bad rx ? :roll:

I'll try to find another GT3 near me this week end
 
Oh man...
Losikid YOU'RE THE MAN !

How to explain it? We just calibrate ch1 & 2 not the 3rd

Envoyé de mon Nexus 5 en utilisant Tapatalk
 
There has been an issue where the enter button stopped working.

I think you'll like the gt3c"thumbsup"


Oh gotcha...... yea I saw some trying to fix it or what not. If I have issues I'll get a hold of ya..... is it hard pressed to get that replacement? Just burn it out and burn it back in?

Oh and on this radio I was thinking of running a 4 wire set down through handle out by battery to plug directly into my stm8 this time......... is there room down there in the 3c? And what would be the technical term for that 4 pin plug?

Thanks for any info brother.
 
Oh gotcha...... yea I saw some trying to fix it or what not. If I have issues I'll get a hold of ya..... is it hard pressed to get that replacement? Just burn it out and burn it back in?

Oh and on this radio I was thinking of running a 4 wire set down through handle out by battery to plug directly into my stm8 this time......... is there room down there in the 3c? And what would be the technical term for that 4 pin plug?

Thanks for any info brother.

Trying to desolder causes issues. I cut them off with flush cutters, clean the pads with solder wick, then solder the new one on. I might do a write up after finals.

Why run wires? Also, you'd have to make room
 
What battery are you going to run?

If you are going to run off a 3S lipo you are going to be too low on that cut off, unless you want to ruin your lipo
Just running standard AA for now. Once I change it to a 3S I'll set the alarm to just above the correct lipo cut off voltage.
 
Trying to desolder causes issues. I cut them off with flush cutters, clean the pads with solder wick, then solder the new one on. I might do a write up after finals.

Why run wires? Also, you'd have to make room

Well I saw a while back when I looked ya didnt have all the pins etc on your site, figured running a plug down would eliminate a hole in my radio. Haven't had any issues with my Bs now and their hole but here in the nw tend to get pretty wet. Lol.

I think I just screwed the pooch on my order. Hobby people didn't have any and I just tossed out money to gear best......... now I'm reading reviews of ppl who getting jerk ed around by them. My order still has not shipped and keeps saying processing? Donno...... who else you find good and fast that carry the 3c austin?
 
The 3c doesn't really doesn't have a hole like the 3b. Could be sealed with silicone even

HM9SGyPrkgL4-hrgUDAWZu2Mms_RRAmG_gtU-JKoVGZOKABU50GF_KGfK2fPOJLrAamZmb6XnuTrOtwcpOyJdvd-zP5chK6yGeC_gvirmDukOeqCsn-5yipH_Q0kSr1b7Ua5zFRhKrOFnDpe2rLtFmiSRcl7UbNwnLD0fkJZrGzNFoBfUQhy9O2OD0wUlIQ2UM-wrzekG79s4rpAyePE9NrncxOMi3-I0Dz3Ph2d__RldQzXN3oAU_9Ta4XCJsrsLE9UrcE5hecMgrj2DVDCU9IpjqAFLwUnn4XKrqtNIFKqKLUU-sYYMI4ccjEgKCLA2daD1FnMDtC-6QysdBlw1VUUbxZyLBGzUvz3Y2dK5YqB3F9lxph1VHA_L6-BBYx4I9eEbPj0w5JgLEHfouCiLuk5YPhCmJGL-4GRZdd3DIMPQLgq_7x-_2j6_x1L0Q7Kea1UNJ7TqajQvzOISgoorWkE0hOxpOG3w_aosOza-Pfo9To9DHyjQEMJjN49PrRU8OHDGzDPxoh942kGiePAiv0Xeg8WSjc_SQOQK7tZ3kf1GFsfdgKu2ZO_Fv1oYpyPJ-dY=w1600-h1200-no





Also hobbypartz sells GT3C. They are in the us with pretty quick free shipping.

I have some already done as well. Just not on my site at the moment
 
Back
Top