Friday, June 11, 2021

Arduino simulator examples - "Hello World" program 👋

Arduino "Hello World" on Arduino simulator

 Summary

Arduino "Hello World" Program prints the text "Hello World" on the serial terminal once. You can click on Run button in the simulator below to see the Arduino simulator in action. Wokwi Arduino simulator is used here as it is free and easy to use online. 

Wokwi Arduino SImulator - Hello World - Simulation
Wokwi Arduino Simulator - "Hello World"

 

You can do following things with the Arduino Simulator example

  • Print your name on the Arduino serial terminal 
  • change the baud rate and try the examples again
  • Remove "ln" in the "Serial.println" command and see what happens
  • Can you Change UNO to Arduino Mega?

Arduino Simulation

 In the section below, you can also modify the code and see the results instantly. You can change the text you want to display. Also experiment with printing variables as well. For more help, please visit Discord channel of Wokwi Arduino Simulator. 

No comments:

Post a Comment

Be Nice Policy :)

Arduino IR simulator projects - "simple receiver"

Arduino "IR simple receiver" on Arduino simulator - IR remote project  Summary Arduino "simple receiver" is an Arduino p...