Hello all,
First time post, I just need some help (at the moment) figuring out power with the Arduino Uno.
I'm using pure data (running on a raspberry pi) to control some motors for a robotics project, and so I'm using the Arduino Uno as the step between, as there seems to be objects to enable that sort of communication. What I'm really confused by is power, and the idea of a 'common ground'.
My plan is to connect the Arduino Uno to the raspberry pi via USB. This way the power supply of the Raspberry Pi will power the Arduino Uno.
Due to the nature of the project, I'm assuming its going to be easier to power the L298N from a separate battery source (could be wrong on this, but so far seems logical for other practical reasons).
If I power the L298N separately, do the grounds of the L298N and the Arduino Uno need to be connected at all? And if so where?
Just want to check first rather than blow something up