RCU Forums - Search Results

Go Back  RCU Forums > Search Forums
Reload this Page >

Search Results

Community
Search
Notices
 
Search: Posts Made By: THE_BREED
Showing results 1 to 25 of 152
Search took 0.43 seconds.
Forum: RC Tanks
09-19-2013, 06:02 PM
Replies: 47
Views: 6,792
Posted By THE_BREED

A few weeks ago i found a new Arduino board that...

A few weeks ago i found a new Arduino board that is pretty much ready made for rc applications and started a new thread about it. its only $10-$15. i started modding the code for it but with my new...
Forum: RC Tanks
09-18-2013, 05:33 PM
Replies: 47
Views: 6,792
Posted By THE_BREED

emulating tamiya ir code isnt a problem. Time to...

emulating tamiya ir code isnt a problem. Time to work on the project is.
Forum: RC Tanks
09-14-2013, 06:52 PM
Replies: 35
Views: 7,690
Posted By THE_BREED

Seems to me if you had a big enough printer you...

Seems to me if you had a big enough printer you could cad model and print the parts for an entire tank in abs. now wouldnt that change scratch building. ;)
Forum: RC Tanks
08-18-2013, 12:23 PM
Replies: 40
Views: 3,239
Posted By THE_BREED

You are both right. Its not a servo pulse but...

You are both right. Its not a servo pulse but does pulse at the same voltage with varying pulse widths from 0% to fully on. On an O-scope the pulses and widths can be read but not with a simple...
Forum: RC Tanks
08-15-2013, 02:09 PM
Replies: 490
Views: 100,732
Posted By THE_BREED

all the asians copy everything. Heng long copies...

all the asians copy everything. Heng long copies tamiya....tamiya copies KWM. :D
Forum: RC Tanks
08-15-2013, 02:08 PM
Replies: 490
Views: 100,732
Posted By THE_BREED

all the asians copy everything. Heng long copys...

all the asians copy everything. Heng long copys tamiya....tamiya copies KWM. :D
Forum: RC Tanks
08-14-2013, 12:43 PM
Replies: 26
Views: 2,399
Posted By THE_BREED

I guess at the very least code could be added to...

I guess at the very least code could be added to control bendini like was done on the DBC3.
Forum: RC Tanks
08-14-2013, 12:41 PM
Replies: 26
Views: 2,399
Posted By THE_BREED

The problem I have found with the available sound...

The problem I have found with the available sound boards are that most of them that say they have two wire interfaces are not I2C but some proprietary scheme that needs to be bit banged to work or...
Forum: RC Tanks
08-13-2013, 03:06 PM
Replies: 26
Views: 2,399
Posted By THE_BREED

http://www.rcuniverse.com/forum/attachment.php?att...

http://www.rcuniverse.com/forum/attachment.php?attachmentid=1907818
Forum: RC Tanks
08-13-2013, 02:59 PM
Replies: 26
Views: 2,399
Posted By THE_BREED

http://www.rcuniverse.com/forum/attachment.php?att...

http://www.rcuniverse.com/forum/attachment.php?attachmentid=1907816

also drew this up yesterday. Its an enclosure for the sainsmart uno board that im gonna 3d print in abs. Might add some draft...
Forum: RC Tanks
08-13-2013, 02:41 PM
Replies: 26
Views: 2,399
Posted By THE_BREED

PM me for the overall code its too big to paste i...

PM me for the overall code its too big to paste i guess.
Forum: RC Tanks
08-13-2013, 02:34 PM
Replies: 26
Views: 2,399
Posted By THE_BREED

The recoil code. This uses a pot to set value...

The recoil code. This uses a pot to set value for recoil.

#include <Servo.h>
const int RawMGMaingunMissleIn = 33;
const int RecoilPotIn = 0;
const int RecoilOut = 9;

Servo RecoilServo;
int...
Forum: RC Tanks
08-13-2013, 02:33 PM
Replies: 26
Views: 2,399
Posted By THE_BREED

The PPM code I'm developing volatile...

The PPM code I'm developing



volatile long Pulsewidth; //pulsewidth of current channel in microseconds
volatile long channel1;
volatile long channel2;
volatile long channel3;
volatile long...
Forum: RC Tanks
08-13-2013, 02:32 PM
Replies: 26
Views: 2,399
Posted By THE_BREED

Here is the IR code I got. You will have to...

Here is the IR code I got. You will have to download the IRremote.h library. Just do a google search.

#include <IRremote.h>
#include <Servo.h>

int RECV_PIN = 46;
const int LeftTrackOut =...
Forum: RC Tanks
08-13-2013, 01:43 PM
Replies: 26
Views: 2,399
Posted By THE_BREED

Oh, i forgot. My pivoting code is done...

Oh, i forgot. My pivoting code is done differently from any other system ive seen. Channel 5 is used to put the tank into pivot mode just like on a real tank. To do a full skid steer pivot channel...
Forum: RC Tanks
08-13-2013, 01:33 PM
Replies: 26
Views: 2,399
Posted By THE_BREED

When I first started working on it back in 2010,...

When I first started working on it back in 2010, I designed and built this board http://www.rcuniverse.com/forum/rc-tanks-369/9347719-open-source-battle-system-2.html which i been developing on with...
Forum: RC Tanks
08-11-2013, 05:24 AM
Replies: 11
Views: 915
Posted By THE_BREED

<$25 means less than $25. Alot of the ones...

<$25 means less than $25. Alot of the ones i've looked at are less than $7. Compared to a TBU, a laser (say $10 or $15) with some sensors (say $10 for 10 of them) is cheap. Eyesafe lasers are...
Forum: RC Tanks
08-11-2013, 04:54 AM
Replies: 26
Views: 2,399
Posted By THE_BREED

I have been writing and testing on a bigger...

I have been writing and testing on a bigger Arduino mega board. traction, elevation, azimuth, recoil, channel mixing, acceleration ramps, deceleration ramps, braking ramps, ir input, I2c...
Forum: RC Tanks
08-10-2013, 10:48 AM
Replies: 26
Views: 2,399
Posted By THE_BREED

no arduino coders?

no arduino coders?
Forum: RC Tanks
08-09-2013, 04:16 PM
Replies: 11
Views: 915
Posted By THE_BREED

980 nm ir lasers in the 5mw range can be had for...

980 nm ir lasers in the 5mw range can be had for <$25, are eye-safe, focus-able, and can be modulated to 38 khz to carry an ir codec like a normal LED. The power required is less than 150ma and they...
Forum: RC Tanks
08-09-2013, 03:40 PM
Replies: 26
Views: 2,399
Posted By THE_BREED

http://www.rcuniverse.com/forum/attachment.php?att...

http://www.rcuniverse.com/forum/attachment.php?attachmentid=1906585
here is how it could be wired
Forum: RC Tanks
08-09-2013, 11:09 AM
Replies: 26
Views: 2,399
Posted By THE_BREED

New board

A few years back I started working on a shield for an arduino mega to make an open source tank controller. It got shelved several times but i recently started working on it again then i found this. ...
Forum: RC Tanks
08-08-2013, 12:12 PM
Replies: 11
Views: 915
Posted By THE_BREED

Ir led

has anyone ever tried an IR laser diode in place of the LED? Should be able to get them in longer ranges with smaller beams than the IR LED that tamiya uses. Seems to me the biggest problem with...
Forum: RC Tanks
08-02-2012, 12:17 PM
Replies: 31
Views: 4,381
Posted By THE_BREED

RE: M1 Abrams in a battle with congress

The AGT-1500 was supposed to be replaced a while ago with a newer turbine LV-100 I believe was the name. Some where along the line that got canceled and the TIGER program was used to extend the AGT....
Forum: RC Tanks
07-31-2012, 09:34 AM
Replies: 31
Views: 4,381
Posted By THE_BREED

RE: M1 Abrams in a battle with congress

As far as the AGT-1500 and its fuel consumption, ill agree it does use a heck of a lot of fuel at idle and makes it miserable to stand behind when running. We however can afford to operate the...
Showing results 1 to 25 of 152
 


 
Forum Jump

Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service -

Copyright © 2024 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.