pages
home
compiler
code compiler
electronics
notes about electronics
laboratory
laboratory
Processing
Processing code compiler
Theremino
Theremino code compiler
logggin
accedi o esci
tutorials Arduino
lights
my first led turns on
led's games
an electronic dice
traffic lights
candle effect
fading effect
red-green-blue 1
red-green-blue 2
7-segment display - Countdown
7-segment display bis
sensors
sensors
Sensor and serial port
sensor PIR
ultrasonic sensor
sound
Theremin
a melody
build a note
switches
buttons
keypad
input via serial port
input via serial port 2
input remote control
input remote control 2
use of variables
custom functions
servos
a robot
a remote-controlled robot
elettronica
mechanics
Italian
handbook
pins
connections
resistors
remarkable sketches
remarkable circuits
Arduino pins
error messages
tables
colour's tables
electrical simbols
referenze on-line
reference Arduino
reference Processing
link
www.arduino.cc
fritzing.org/projects
processing.org
links
hardware
base kit
facilitated kits
advanced kits
Theremino
begins the workshop
review a workshop carried out
my account
info
link
contacts
senza_titolo
introduction
the first work: the blinking led
program
apri il programma
inizia il laboratorio
algorithm
attrezzaggio
pin13
_YELLOW_LED
variabili
ciclo
SWITCH ON (5 Volt)
_YELLOW_LED
wait
1000
milliseconds
SWITCH OFF (0 Volt)
_YELLOW_LED
wait
1000
milliseconds
Arduino code
//programma: senza_titolo //******* pin ******** //******* declare ******** const int pin_YELLOW_LED=13;//pin of _YELLOW_LED //********** setup ********** void setup(){ pinMode(pin_YELLOW_LED,OUTPUT); } //********** loop ********** void loop() { digitalWrite(pin_YELLOW_LED,HIGH); // HIGH/LOW is the voltage 5V/0V) delay(1000);//attendi digitalWrite(pin_YELLOW_LED,LOW); // HIGH/LOW is the voltage 5V/0V) delay(1000);//attendi };//end loop //powered by "Arduinomio" (C) //www.mastrohora.it
copy/past in Arduino
electrical connections
here Fritzing's file
logout
Ultima modifica: Agosto 2016