Keystudio l298N with Arduino Uno Wifi R3

So I'm new to Arduino. I got advice on building a wifi camera rover, got recommended these two boards. L298N motor driver and Uno Wifi R3. After managing to find some info on a basic forwards and backwards sketch which I uploaded successfully, it's been impossible to find info for these two boards when it comes to making a wifi rover. So I was wondering if anyone might be able to help me out. Thanks

Take it in steps. You have managed to get the L298N to work so the next step is to get some basic WiFi going; you probably want to run a small server that a client (e.g. your phone) can connect to. Receive some data from the client and print the values on Serial Monitor.

Once you understand how it works, you can combine everything.

By the way, your topic has been moved to a more suitable location on the forum; see the first topic in the Uncategorized - Arduino Forum section.

Thanks for your feedback and good point about taking it in steps. I feel like I've suddenly jumped into the deep end of electronics and don't really know where to swim to.

If you expand your project try to use a motor driver that uses MOSFET outputs. The L298N will burn about 3 volts of your motor power as heat, it never gets to the motor.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.