Hello guys,
Firstly I would like to say that I am a total beginner when it comes to electronics or even Arduino.
I am creating a robot which needs to be wirelessly controlled.
This is still on the concept phase but I am having quite some trouble to think about the hardware side of the project.
I need to run 6 dc motors, 4 for horizontal motion and 2 for vertical motion. I chose a Rotoshield board (from snootlab) to control the horizontal motion ones and a L298N dual driver to control the vertical ones. Due to the amounts of pins this requires the arduino MEGA board is the one I choose as well.
I have already looked at this and seems a reasonable connection, now my problem comes with the communication with the robot.
I just need to control the motors (can it be done with the blynk app), no need for other complex components.
Would the Blynk app and a ESP8266 board do the trick?? I am concerned about the pins that board uses in the arduino although with the MEGA should be fine. Since I am already thinking of using the Rotoshield, the addition of another WiFi shield seems not possible.
About the code, I am still learning how to code but seems quite straight forward, I hope!!
As I said I am a total beginner to this field but will like to learn more,
hope you guys could help.