I want to control a 12v DC motor remotely through Arduino Cloud. I have a basic circuit that works using the Uno. I know that Uno isn't compatible with the cloud, so I was thinking I could connect a Nano to my circuit via the 3.3v power output on the Uno, and use the Nano to communicate to the cloud and pass some kind of variable through to control the motor. It would be a simple on/off variable.
Is this possible? Or is should my project be redesigned altogether? Thanks.
The Nano is functionally identical to the Uno.
Maybe you can migrate the whole project to the Nano (for several reasons), or in a pinch - you can stay with the Uno, and drop in some level conversion…
We really need to know more about why you’re doing this. It’s probably not necessary.