Maker Pro

Search results

  1. M

    Arduino and ESC problem

    Thanks, I used some of your code and apparently the bullet connectors on my motor to the esc were soldered poorly, hence the jittering, after fixing it and running the code again everything works fine. :) Also for the A0 pin I used a potentiometer :) #include <Servo.h>//Using servo library...
  2. M

    Arduino and ESC problem

    It might be it, I am not arming the escand the esc might not know what I am sending is throttle signals and it makes the motor jitter back and forth. Will test it out tomorrow morning, though more input is welcome :)
  3. M

    Arduino and ESC problem

    Thats why my while loop has a check if serial is available and if it returns more than zero. Also when logging, the value doesnt change like you say it will. What I am unsure about is why the motor jitters rather than spins normally, because comparing my code to others who had success it seems...
  4. M

    Arduino and ESC problem

    So I have these: https://hobbyking.com/en_us/zippy-flightmax-5000mah-3s1p-20c.html 2x wired in parallel for 6S https://hobbyking.com/en_us/turnigy-plush-100a-w-ubec-speed-controller.html https://hobbyking.com/en_us/turnigy-aerodrive-sk3-5055-280kv-brushless-outrunner-motor.html And I want to...
Top