Hello,
im going to work on a project which includes controling 2 servo motors, also i will use big serial lcd display. what do you think which arduino board should suit the most for such task?
regards
Hello,
im going to work on a project which includes controling 2 servo motors, also i will use big serial lcd display. what do you think which arduino board should suit the most for such task?
regards
Since any Arduino can handle a serial LCD and two servos I would recommend the basic Arduino UNO.
thank you for your reply. serial uart comunication will take 2 pins if im correct? and servo motors 6.
is this correct?
Depending on your Serial LCD it may use the two UART pins (0 and 1) or one or two digital pins using SoftwareSerial or share the two I2C-bus pins (A4 and A5).
A hobby servo will use one signal pin. Your two servos should use two signal pins. You will also need to supply power to the servos.