Using Mblock on Arduino Nano


#1

Hello there,
I’m making a line follower robot.
I want to use mblock for my arduino nano card.
Arduino IDE is a bit harder like you know.
Which should I use mblock or arduino IDE?


#2

IDE is more features, mBlock is relatively simple.


#3

I would start with mblock, and make the program in this, you can do a lot within scratch. After getting familiar with this, you always can read what scratch made from its blocks in the arduino IDE. This will give you a fast, easy learning curve
The follower is simple and does not use any libraries or timers, pulsetime is a function not simple to use (it is blocking the code.