]> git.piffa.net Git - arduino/blob - lezioni/lezioni
first commit
[arduino] / lezioni / lezioni
1
2 HW caratteristico:
3 - piezo per melodie: http://www.banggood.com/10Pcs-5V-Electromagnetic-Active-Buzzer-Continuous-Beep-Continuously-p-943524.html
4     - http://www.arduino.cc/en/Tutorial/PlayMelody
5
6
7 - illuminare vari led con un potenziometro / trimmercontrollo 
8
9
10 - register shifter: http://www.banggood.com/25Pcs-SN74HC595N-74HC595-74HC595N-HC595-DIP-16-8-Bit-Shift-Register-IC-p-917428.html
11  - http://arduino.cc/en/tutorial/ShiftOut
12
13  -
14  
15 Read Serial with linux:
16 https://wiki.archlinux.org/index.php/arduino#Accessing_serial
17 Note: As autoreset on serial connection is activated by default on most boards, you need to disable this feature if you want to communicate directly with your board with the last command instead of a terminal emulator (arduino IDE, screen, picocom...). If you have a Leonardo board, you are not concerned by this, because it does not autoreset. If you have a Uno board, connect a 10 µF capacitor between the RESET and GND pins. If you have another board, connect a 120 ohms resistor between the RESET and 5V pins.
18
19 stty -F /dev/ttyACM0 cs8 9600 ignbrk -brkint -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts
20
21
22 - Blog in italiano: http://arduinoprincipiante.blogspot.it
23
24
25 Pullup / down resistors: http://playground.arduino.cc/CommonTopics/PullUpDownResistor
26 - http://www.microcontroller.it/Tutorials/Elettronica/pullup.htm
27 - Vcc = collector = positive
28   Vss = source = negative
29  MEglio quella dell'altro sito
30
31
32 - http://tronixstuff.com/tutorials/
33 - http://www.baeyens.it/eclipse/stable-linux.html
34
35
36 - i2c SPI http://www.bitwizard.nl/wiki/index.php/SPI_versus_I2C_protocols