View Single Post
  #23  
Old 01-20-2023, 03:13 PM
dremu dremu is offline
Newbie
 
Join Date: Aug 2019
Posts: 101
dremu is on a distinguished road
Default Re: 1/10 Oshkosh M1070 A0 (3D Printed/Scratchbuilt)

Coupla random thoughts. One, what axles are you using, if you don't mind me asking? I've used Integy stuff, which isn't bad, if you don't mind dealing with their rather minimalist idea of customer service =)), or random crap off Aliexpress. I'm always looking for something better/different.

As for the dozer, another though is to use an Arduino (ESP8266, ESP32, whatever) for motor control. Have it read in the throttle and steer from your TX and then proportion to ESC's accordingly. My Flysky's iBus output is basically serial, which plays real nice with the microcontrollers, but there are libraries to read servo outputs into the Arduino/whatever if you'd rather go that route. Also leads to all kinds of other clever stuff; I use Arduinos to control the SK/WS2812-style "Neopixel" LED's, and if you're into sound boards or whatever other accessories, the sky's the limit as you can build your own ... well, anything.

I have a half-track I'm doing that way, because the front (wheels) motor has to spin at a wildly different speed than the rear (tracks). Could use a servo multiplier and two ESC's, but a small Arduino and a tiny dual-channel motor controller do the trick.

Anyway, food for though.
__________________
I mean, how hard can it be?
Reply With Quote