This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suitable ESCs
#9
(2019-03-17, 04:21 PM)FMJ Wrote: Some AtMega 8 based ESC's have Voltage, Current and Temperature sensing, as well as 2-way I2C communication onboard. Wouldn't it be a logical setup using all these sensors? Makes wiring everything a lot easier. Your probably aren't even in need of the Arduino anymore then?!

In theory, yes,  but you still need a shunt to measure current.

The brushed code is written in assembly and only reads pwm input and drives the mosfets.  It also monitors current but that is it.  This isn't enough to make the motor controller which is why the additional arduino is needed.

The arduino nano code does much more, monitoring end stops, over current, as well as much more, see pypilot/arduino/motor/motor.ino    This sketch can drive mosfets directly without the esc, so you basically would need to run this sketch on the atmega8 of the esc.   Which it can barely fit in the 8k, but also might be lacking the needed timers, I didn't check much.   I think this may be where you run into problems but would be interested if you can make it work.
Reply


Messages In This Thread
Suitable ESCs - by AliceJ21 - 2018-09-17, 08:30 PM
RE: Suitable ESCs - by seandepagnier - 2018-09-18, 08:05 AM
RE: Suitable ESCs - by PaddyB - 2018-09-19, 02:26 PM
RE: Suitable ESCs - by jim321 - 2018-09-19, 03:07 PM
RE: Suitable ESCs - by seandepagnier - 2018-09-19, 04:41 PM
RE: Suitable ESCs - by nvelthuijsen - 2018-09-20, 08:07 AM
RE: Suitable ESCs - by S-I-M-O-N - 2018-09-28, 08:46 AM
RE: Suitable ESCs - by FMJ - 2019-03-17, 04:21 PM
RE: Suitable ESCs - by seandepagnier - 2019-03-30, 02:07 PM
RE: Suitable ESCs - by mike_kelly - 2019-06-06, 05:36 PM
RE: Suitable ESCs - by seandepagnier - 2019-06-06, 10:31 PM
RE: Suitable ESCs - by FMJ - 2019-06-07, 02:13 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)