I want to send servo signal to ESC and Servo with my 3.3V Arduino Pro Mini.
Can the ESC/Servo read 3.3V signal from Arduino Pro Mini? Or do I need to make some level shifter to make 5V signal?
rebatoma
5593 gold badges12 silver badges22 bronze badges
asked Mar 27, 2016 at 7:44
2 Answers 2
The ESC should have no problem with 3v3 signal.
answered Mar 28, 2016 at 6:00
-
i have 1 more stupid question.. if i use pro mini 5V, is it ok if i power it with regulated 5V to the RAW pin?Tan Ory Jaka Perdana– Tan Ory Jaka Perdana2016年03月29日 09:32:27 +00:00Commented Mar 29, 2016 at 9:32
-
If you put 5V on the RAW pin you will loose voltage over the voltageregulator thats on the Nano, might be as low as 1V or more, depending on the regulator and current draw. If you have 5v regulated use the 5v pin.Hans Neve– Hans Neve2016年03月29日 10:57:55 +00:00Commented Mar 29, 2016 at 10:57
Signal can be send easily from Arduino Pro mini to ESC, Simply either use .write() or .Microseconds() function.
answered Mar 28, 2016 at 9:17