Welcome, Guest. Please login or register.

Username: Password:

Author Topic: Arduino power and data  (Read 3285 times)

GigiG

  • Full Member
  • ***
  • Posts: 28
    • View Profile
Arduino power and data
« on: January 12, 2015, 18:59:46 »

Hi Tom, many thanks for your detailed explanation on drivers connections, now it's perfectly clear to me how to use them. Another doubt has arisen to me about powering the Mega board. Currently I have only one connection from the PC to the board that is the USB cable, for both power and data transmission (the steppers are powered from a dedicated 12V line). In the schematics the power to the board is supplied by a 12V external source via VIN pin but how the data transmission is being achieved? As far as I know it is not recommended to connect an USB cable togheter with an external power source to the Mega2560.
Gigi
Logged

TCWORLD

  • Administrator
  • *****
  • Posts: 809
    • View Profile
    • AstroEQ
Re: Arduino power and data
« Reply #1 on: January 12, 2015, 22:30:00 »

There is nothing wrong with using both at the same time. The Mega board has a built in power selection circuit which will draw power from USB only if there is no external supply.
Logged
Tom Carpenter (AstroEQ)