Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In Components Basic, you can select Arduino Uno R3.

Image RemovedImage Added

You can rotate it to portrait mode if you wish, which will allow more space for other components to be added. You can add more components and wire them up if necessary. Clicking on a wire allows you to change its color.

Image RemovedImage Added

To program the Arduino, 

  1. Click on Code
  2. You can choose Blocks or Blocks + Text or Text. For beginners, it is recommended to use Blocks + Text. This allows you to see the C++ code generated corresponding to your blocks. You can copy this code later into Arduino IDE to program the real Arduino, rather than having to write it from scratch. You can also download the code as an Arduino-compatible .ino file. Image Removed
  3. You can code by selecting the blocks and connecting them appropriately.
  4. You can start the simulation by clicking Start Simulation.

Image RemovedImage Added


You have to click Stop Simulation to stop the simulation before you can modify your program and/or hardware connections.

...