------------------------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------------------------

12 April 2013

Arduino Simulator

Copy of Arduino Simulator for Arduino Developers an iPhone App Working Demo Video

Arduino is an open-source single-board microcontroller...






Arduino Simulator

Arduino is an open-source single-board microcontroller designed to make the process of using electronics in multidisciplinary projects more accessible. It is based on flexible, easy-to-use hardware and software and is intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.

Arduino can sense the environment by receiving input from a variety of sensors and can affect its surroundings by controlling lights, motors, and other actuators. The microcontroller on the board is programmed using the Arduino programming language.

This Arduino Simulator app gives the user the freedom to work without the basic setup of hardware and software.

It is designed to be used by beginners and also, experienced developers, who want to quickly develop Arduino projects.

The developer can make the necessary changes in the code - delay, pin number, and state - 0 (low) 1 (high) - and check it immediately. The app shows the breadboard, complete with 14 LED pins. You can drag and place the wires in the correct positions to connect to Arduino. If the wires are placed according to the code, then it will show the expected results. Once satisfied, you can save it and email it. The code can be copied and used in an actual project just as easily.

This app comes with two options:
Blink LED: The simplest thing you can do with an Arduino is to see physical output: to blink an LED.
With this app, you can customise the given code, upload and execute the program to get the blinking LED.

Digital Pins: Digital pins come in two state, either ON or OFF state. An ON state is HIGH (1) and OFF state is LOW (0).You can use these digital pins either as input or output pins. Use the function pinMode() to configure the pins either to INPUT or OUTPUT. The default mode is INPUT if you do not specify them using pinMode().

This app is an easy way to work through Arduino projects. With customisable codes, and a simple to use interface, this Arduino Simulator app from Schogini Systems is a convenient app for Arduino developers