AcquaPortal Forum Acquario Dolce e Acquario Marino

AcquaPortal Forum Acquario Dolce e Acquario Marino (http://www.acquariofilia.biz/forum.php)
-   Fai da te marino (http://www.acquariofilia.biz/forumdisplay.php?f=60)
-   -   aiuto a programmare arduino mega 2560 (http://www.acquariofilia.biz/showthread.php?t=449320)

Colaki 09-09-2014 15:06

Quote:

Originariamente inviata da marco3020 (Messaggio 1062482479)
Buongiorno a tutti ho riprovato facendo il copia e incolla dal post ma mi da sempre stesso errore :(


http://s30.postimg.cc/rlz72sh9p/copi...SSO_ERRORE.jpg

Anche a me ha dato errori, poi grazie alla cortesia di SirNino è andato bene (senza errori). Aspetto che mi arrivi LCD e poi ti saprò dire.#28

SirNino 09-09-2014 16:19

Quote:

Originariamente inviata da marco3020 (Messaggio 1062482628)
il file menubackend l'ho messo in programmi/ arduino/ libraries/ liquid cristal,
e poi ho fatto copia e incolla del tuo sketch., ( per il sensore di temperatura per la plafo quale consigli)

Ok Marco, prima cosa metti la libreria in una cartella chiamata menubackend.
Poi non m'hai risposto: hai modificato la libreria o hai inserito la libreria che ho allegato io al post n° 23 (perchè da quel che leggo non ti carica la libreria)?
Quote:

Originariamente inviata da Colaki (Messaggio 1062482678)
Quote:

Originariamente inviata da marco3020 (Messaggio 1062482479)
Buongiorno a tutti ho riprovato facendo il copia e incolla dal post ma mi da sempre stesso errore :(


http://s30.postimg.cc/rlz72sh9p/copi...SSO_ERRORE.jpg

Anche a me ha dato errori, poi grazie alla cortesia di SirNino è andato bene (senza erorri). Aspetto che mi arrivi LCD e poi ti saprò dire.#28

Troppo gentile [emoji5]
Aspetto news allora!

marco3020 09-09-2014 16:39

ho caricato l libreria senza modificarla
------------------------------------------------------------------------
prima di private ho messo la riga di commando che hai messo nel post

SirNino 09-09-2014 18:53

Quote:

Originariamente inviata da marco3020 (Messaggio 1062482748)
ho caricato l libreria senza modificarla
------------------------------------------------------------------------
prima di private ho messo la riga di commando che hai messo nel post

OK @marco3020 sostituisci la libreria che stai usando con quella dell'allegato, sono quasi sicuro che nel salvare la libreria dopo la modifica tu l'abbia salvata come txt invece che come .h

Prova con la mia (che è già modificata e testata) poi fammi sapere.
Per quel che riguarda la temperatura e l'illuminazione verifichiamo dopo se resta qualche problema.

marco3020 09-09-2014 20:02

non vedo allegato

SirNino 09-09-2014 20:05

1 allegato(i)
Prova a vedere se lo vedi in questo messaggio

marco3020 09-09-2014 20:22

si ora la vedo lho messa il libraries ma non va lo stesso :(

SirNino 09-09-2014 23:19

Quote:

Originariamente inviata da marco3020 (Messaggio 1062482930)
si ora la vedo lho messa il libraries ma non va lo stesso :(

Hai riavviato l'ide dopo l'installazione della nuova libreria?

marco3020 09-09-2014 23:45

ho riavviato il pc

SirNino 10-09-2014 08:22

Ciao marco, mi sembra strano però stasera se non hai risolto ci guardiamo. Controlla le maiuscole come hai scritto menubackend nello sketch e scrivile uguale nella cartella, se non cambia priva a creare una cartella Menu nella cartella libreries e copia la libreria SOLO li dentro (hai cancellato la vecchia libreria?)

marco3020 10-09-2014 10:55

ho provato pure a disinstallare arduino e cartella ma niente non va :(

SirNino 10-09-2014 11:07

Cosa significa non va? Sempre stesso errore?
hai verificato le maiuscole/minuscole?
che errore ti da?
@Colaki : Mimmo potresti provare ad indicargli quella procedura che avevi trovato tu per fargli vedere la libreria?

marco3020 10-09-2014 11:33

steso errore, ho pure fatto aggiungi nuova libreria e ho messo la cartella menu ma nulla non va

Colaki 10-09-2014 11:37

Quote:

Originariamente inviata da SirNino (Messaggio 1062483357)
Cosa significa non va? Sempre stesso errore?
hai verificato le maiuscole/minuscole?
che errore ti da?
@Colaki : Mimmo potresti provare ad indicargli quella procedura che avevi trovato tu per fargli vedere la libreria?

Ci provo. Ho fatto così:
dalla cartella LIBRERIES ho tolto tutte le cartelle e le ho messe fuori in una nuova che puoi chiamare come vuoi;
poi nella cartella LIBRERIES ho inserito tutte le librerie che sono elencate all'inizio della sketch di SirNino e quindi :LIquidcristall, MenuBackend, RTClib, Wire ed ho creato una cartella chiamata ProvaMenu.
Nella cartella ProvaMenu ho inserito il file MenuBackend.h già modificato e uguale a quello che si trova nella cartelle MenuBackend.
Riavvii IDE e dovrebbe funzionare.:-))

marco3020 10-09-2014 11:39

le cartelkle della libraries fuori dove le hai messe?

Colaki 10-09-2014 11:55

Quote:

Originariamente inviata da marco3020 (Messaggio 1062483409)
le cartelkle della libraries fuori dove le hai messe?

In un'unica cartella che ho chiamato "Nuova Cartella" e messa sotto Arduino cioè dove ci sono le cartelle, drivers, examples, ecc.ecc.

marco3020 10-09-2014 11:58

ho provato niente stesso errore











sketch_sep09a:17: error: variable or field 'setMode' declared void
sketch_sep09a:17: error: 'DateTime' was not declared in this scope
sketch_sep09a:21: error: 'RTC_DS1307' does not name a type
sketch_sep09a:219: error: 'LiquidCrystal' does not name a type
sketch_sep09a.ino: In function 'void setup()':
sketch_sep09a:318: error: 'Wire' was not declared in this scope
sketch_sep09a:319: error: 'RTC' was not declared in this scope
sketch_sep09a:320: error: 'lcd' was not declared in this scope
sketch_sep09a:324: error: 'DateTime' was not declared in this scope
sketch_sep09a.ino: In function 'void pulischermo()':
sketch_sep09a:360: error: 'lcd' was not declared in this scope
sketch_sep09a:361: error: 'DateTime' was not declared in this scope
sketch_sep09a:361: error: expected `;' before 'now'
sketch_sep09a:362: error: 'now' was not declared in this scope
sketch_sep09a.ino: In function 'void setLCD()':
sketch_sep09a:381: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void ach()':
sketch_sep09a:387: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void fach()':
sketch_sep09a:393: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void tch()':
sketch_sep09a:401: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void ftch()':
sketch_sep09a:407: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void selOpt()':
sketch_sep09a:414: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void loop()':
sketch_sep09a:421: error: 'DateTime' was not declared in this scope
sketch_sep09a:421: error: expected `;' before 'now'
sketch_sep09a:439: error: 'now' was not declared in this scope
sketch_sep09a:443: error: 'now' was not declared in this scope
sketch_sep09a:446: error: 'now' was not declared in this scope
sketch_sep09a:450: error: 'now' was not declared in this scope
sketch_sep09a:453: error: 'now' was not declared in this scope
sketch_sep09a:457: error: 'now' was not declared in this scope
sketch_sep09a:460: error: 'now' was not declared in this scope
sketch_sep09a:464: error: 'now' was not declared in this scope
sketch_sep09a:467: error: 'now' was not declared in this scope
sketch_sep09a:471: error: 'now' was not declared in this scope
sketch_sep09a:474: error: 'now' was not declared in this scope
sketch_sep09a:478: error: 'now' was not declared in this scope
sketch_sep09a:481: error: 'now' was not declared in this scope
sketch_sep09a:485: error: 'now' was not declared in this scope
sketch_sep09a:488: error: 'now' was not declared in this scope
sketch_sep09a:492: error: 'now' was not declared in this scope
sketch_sep09a:496: error: 'now' was not declared in this scope
sketch_sep09a:510: error: 'now' was not declared in this scope
sketch_sep09a:524: error: 'now' was not declared in this scope
sketch_sep09a:538: error: 'now' was not declared in this scope
sketch_sep09a:551: error: 'now' was not declared in this scope
sketch_sep09a:565: error: 'now' was not declared in this scope
sketch_sep09a:578: error: 'now' was not declared in this scope
sketch_sep09a:592: error: 'now' was not declared in this scope
sketch_sep09a:605: error: 'now' was not declared in this scope
sketch_sep09a:619: error: 'now' was not declared in this scope
sketch_sep09a:632: error: 'now' was not declared in this scope
sketch_sep09a:646: error: 'now' was not declared in this scope
sketch_sep09a:659: error: 'now' was not declared in this scope
sketch_sep09a:673: error: 'now' was not declared in this scope
sketch_sep09a:686: error: 'now' was not declared in this scope
sketch_sep09a:700: error: 'now' was not declared in this scope
sketch_sep09a:724: error: 'lcd' was not declared in this scope
sketch_sep09a:726: error: 'now' was not declared in this scope
sketch_sep09a:742: error: 'setMode' was not declared in this scope
sketch_sep09a:1530: error: 'setMode' was not declared in this scope
sketch_sep09a.ino: At global scope:
sketch_sep09a:1556: error: variable or field 'setMode' declared void
sketch_sep09a:1556: error: 'DateTime' was not declared in this scope

come riavvio lide?
------------------------------------------------------------------------
ecco la cartella libraries cosa contiene



http://s30.postimg.cc/eebply06l/libraries.jpg

Colaki 10-09-2014 12:06

Visto è sbagliato.Non riesco ad inviarti una immagine. se mi dai la tua l'email

Quote:

Originariamente inviata da marco3020 (Messaggio 1062483427)
ho provato niente stesso errore











sketch_sep09a:17: error: variable or field 'setMode' declared void
sketch_sep09a:17: error: 'DateTime' was not declared in this scope
sketch_sep09a:21: error: 'RTC_DS1307' does not name a type
sketch_sep09a:219: error: 'LiquidCrystal' does not name a type
sketch_sep09a.ino: In function 'void setup()':
sketch_sep09a:318: error: 'Wire' was not declared in this scope
sketch_sep09a:319: error: 'RTC' was not declared in this scope
sketch_sep09a:320: error: 'lcd' was not declared in this scope
sketch_sep09a:324: error: 'DateTime' was not declared in this scope
sketch_sep09a.ino: In function 'void pulischermo()':
sketch_sep09a:360: error: 'lcd' was not declared in this scope
sketch_sep09a:361: error: 'DateTime' was not declared in this scope
sketch_sep09a:361: error: expected `;' before 'now'
sketch_sep09a:362: error: 'now' was not declared in this scope
sketch_sep09a.ino: In function 'void setLCD()':
sketch_sep09a:381: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void ach()':
sketch_sep09a:387: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void fach()':
sketch_sep09a:393: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void tch()':
sketch_sep09a:401: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void ftch()':
sketch_sep09a:407: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void selOpt()':
sketch_sep09a:414: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void loop()':
sketch_sep09a:421: error: 'DateTime' was not declared in this scope
sketch_sep09a:421: error: expected `;' before 'now'
sketch_sep09a:439: error: 'now' was not declared in this scope
sketch_sep09a:443: error: 'now' was not declared in this scope
sketch_sep09a:446: error: 'now' was not declared in this scope
sketch_sep09a:450: error: 'now' was not declared in this scope
sketch_sep09a:453: error: 'now' was not declared in this scope
sketch_sep09a:457: error: 'now' was not declared in this scope
sketch_sep09a:460: error: 'now' was not declared in this scope
sketch_sep09a:464: error: 'now' was not declared in this scope
sketch_sep09a:467: error: 'now' was not declared in this scope
sketch_sep09a:471: error: 'now' was not declared in this scope
sketch_sep09a:474: error: 'now' was not declared in this scope
sketch_sep09a:478: error: 'now' was not declared in this scope
sketch_sep09a:481: error: 'now' was not declared in this scope
sketch_sep09a:485: error: 'now' was not declared in this scope
sketch_sep09a:488: error: 'now' was not declared in this scope
sketch_sep09a:492: error: 'now' was not declared in this scope
sketch_sep09a:496: error: 'now' was not declared in this scope
sketch_sep09a:510: error: 'now' was not declared in this scope
sketch_sep09a:524: error: 'now' was not declared in this scope
sketch_sep09a:538: error: 'now' was not declared in this scope
sketch_sep09a:551: error: 'now' was not declared in this scope
sketch_sep09a:565: error: 'now' was not declared in this scope
sketch_sep09a:578: error: 'now' was not declared in this scope
sketch_sep09a:592: error: 'now' was not declared in this scope
sketch_sep09a:605: error: 'now' was not declared in this scope
sketch_sep09a:619: error: 'now' was not declared in this scope
sketch_sep09a:632: error: 'now' was not declared in this scope
sketch_sep09a:646: error: 'now' was not declared in this scope
sketch_sep09a:659: error: 'now' was not declared in this scope
sketch_sep09a:673: error: 'now' was not declared in this scope
sketch_sep09a:686: error: 'now' was not declared in this scope
sketch_sep09a:700: error: 'now' was not declared in this scope
sketch_sep09a:724: error: 'lcd' was not declared in this scope
sketch_sep09a:726: error: 'now' was not declared in this scope
sketch_sep09a:742: error: 'setMode' was not declared in this scope
sketch_sep09a:1530: error: 'setMode' was not declared in this scope
sketch_sep09a.ino: At global scope:
sketch_sep09a:1556: error: variable or field 'setMode' declared void
sketch_sep09a:1556: error: 'DateTime' was not declared in this scope

come riavvio lide?
------------------------------------------------------------------------
ecco la cartella libraries cosa contiene



http://s30.postimg.cc/eebply06l/libraries.jpg


marco3020 10-09-2014 12:20

nella cartella arduino ho stessa cosa


http://s28.postimg.cc/gk9tq0mbd/arduino_cartella.jpg

SirNino 10-09-2014 12:32

Quote:

Originariamente inviata da marco3020 (Messaggio 1062483427)
ho provato niente stesso errore











sketch_sep09a:17: error: variable or field 'setMode' declared void
sketch_sep09a:17: error: 'DateTime' was not declared in this scope
sketch_sep09a:21: error: 'RTC_DS1307' does not name a type
sketch_sep09a:219: error: 'LiquidCrystal' does not name a type
sketch_sep09a.ino: In function 'void setup()':
sketch_sep09a:318: error: 'Wire' was not declared in this scope
sketch_sep09a:319: error: 'RTC' was not declared in this scope
sketch_sep09a:320: error: 'lcd' was not declared in this scope
sketch_sep09a:324: error: 'DateTime' was not declared in this scope
sketch_sep09a.ino: In function 'void pulischermo()':
sketch_sep09a:360: error: 'lcd' was not declared in this scope
sketch_sep09a:361: error: 'DateTime' was not declared in this scope
sketch_sep09a:361: error: expected `;' before 'now'
sketch_sep09a:362: error: 'now' was not declared in this scope
sketch_sep09a.ino: In function 'void setLCD()':
sketch_sep09a:381: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void ach()':
sketch_sep09a:387: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void fach()':
sketch_sep09a:393: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void tch()':
sketch_sep09a:401: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void ftch()':
sketch_sep09a:407: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void selOpt()':
sketch_sep09a:414: error: 'lcd' was not declared in this scope
sketch_sep09a.ino: In function 'void loop()':
sketch_sep09a:421: error: 'DateTime' was not declared in this scope
sketch_sep09a:421: error: expected `;' before 'now'
sketch_sep09a:439: error: 'now' was not declared in this scope
sketch_sep09a:443: error: 'now' was not declared in this scope
sketch_sep09a:446: error: 'now' was not declared in this scope
sketch_sep09a:450: error: 'now' was not declared in this scope
sketch_sep09a:453: error: 'now' was not declared in this scope
sketch_sep09a:457: error: 'now' was not declared in this scope
sketch_sep09a:460: error: 'now' was not declared in this scope
sketch_sep09a:464: error: 'now' was not declared in this scope
sketch_sep09a:467: error: 'now' was not declared in this scope
sketch_sep09a:471: error: 'now' was not declared in this scope
sketch_sep09a:474: error: 'now' was not declared in this scope
sketch_sep09a:478: error: 'now' was not declared in this scope
sketch_sep09a:481: error: 'now' was not declared in this scope
sketch_sep09a:485: error: 'now' was not declared in this scope
sketch_sep09a:488: error: 'now' was not declared in this scope
sketch_sep09a:492: error: 'now' was not declared in this scope
sketch_sep09a:496: error: 'now' was not declared in this scope
sketch_sep09a:510: error: 'now' was not declared in this scope
sketch_sep09a:524: error: 'now' was not declared in this scope
sketch_sep09a:538: error: 'now' was not declared in this scope
sketch_sep09a:551: error: 'now' was not declared in this scope
sketch_sep09a:565: error: 'now' was not declared in this scope
sketch_sep09a:578: error: 'now' was not declared in this scope
sketch_sep09a:592: error: 'now' was not declared in this scope
sketch_sep09a:605: error: 'now' was not declared in this scope
sketch_sep09a:619: error: 'now' was not declared in this scope
sketch_sep09a:632: error: 'now' was not declared in this scope
sketch_sep09a:646: error: 'now' was not declared in this scope
sketch_sep09a:659: error: 'now' was not declared in this scope
sketch_sep09a:673: error: 'now' was not declared in this scope
sketch_sep09a:686: error: 'now' was not declared in this scope
sketch_sep09a:700: error: 'now' was not declared in this scope
sketch_sep09a:724: error: 'lcd' was not declared in this scope
sketch_sep09a:726: error: 'now' was not declared in this scope
sketch_sep09a:742: error: 'setMode' was not declared in this scope
sketch_sep09a:1530: error: 'setMode' was not declared in this scope
sketch_sep09a.ino: At global scope:
sketch_sep09a:1556: error: variable or field 'setMode' declared void
sketch_sep09a:1556: error: 'DateTime' was not declared in this scope

come riavvio lide?
------------------------------------------------------------------------
ecco la cartella libraries cosa contiene



http://s30.postimg.cc/eebply06l/libraries.jpg

Marco comprimi il tuo sketch e inviamelo in MP.

marco3020 10-09-2014 12:40

1 allegato(i)
eccolo

SirNino 10-09-2014 18:51

Quote:

Originariamente inviata da marco3020 (Messaggio 1062483447)
eccolo

Ok dopo provo a guardarci.
Però ho visto che nella cartella di cui hai mandato lo screenshot hai anche tutta una serie di altri menubackend, toglili e lascia solo quello buono (ovvero quello che hai scaricato qua dal forum - gli altri che hai sono tutti file txt e non .h)

marco3020 11-09-2014 08:45

bndi ieri non siamo riusciti a sentirci, se può qualcuno mi mandi il file bckend in zip cosi lo scompatto grz, a quello del forum mancano delle voci

SirNino 11-09-2014 11:54

Quote:

Originariamente inviata da marco3020 (Messaggio 1062484098)
bndi ieri non siamo riusciti a sentirci, se può qualcuno mi mandi il file bckend in zip cosi lo scompatto grz, a quello del forum mancano delle voci

Marco ma perchè non usi quelli che ho allegato ai post precedenti?
Cosa manca?

marco3020 11-09-2014 11:56

Ho usato quello del post ma non va
------------------------------------------------------------------------
Ho usato anche il tuo idem

marco3020 11-09-2014 16:20

ringrazio colaki che mi ha mandato file zippato e ora funziona YES, qualcuno mi sa dire che sensore di temperatura usare per la plafo? e dove posso comperare strip line grz
------------------------------------------------------------------------
perchè devo collgare lcd con tastierino ma non so come fare

Colaki 11-09-2014 16:58

Quote:

Originariamente inviata da marco3020 (Messaggio 1062484403)
ringrazio colaki che mi ha mandato file zippato e ora funziona YES, qualcuno mi sa dire che sensore di temperatura usare per la plafo? e dove posso comperare strip line grz
------------------------------------------------------------------------
perchè devo collgare lcd con tastierino ma non so come fare

Non me devi ringraziare, ma SirNino.#25#25
Comunque per il sensore di temperatura prendi il DS18B20 per il resto prova su satisled.#28

SirNino 11-09-2014 17:03

Quote:

Originariamente inviata da Colaki (Messaggio 1062484437)
Quote:

Originariamente inviata da marco3020 (Messaggio 1062484403)
ringrazio colaki che mi ha mandato file zippato e ora funziona YES, qualcuno mi sa dire che sensore di temperatura usare per la plafo? e dove posso comperare strip line grz
------------------------------------------------------------------------
perchè devo collgare lcd con tastierino ma non so come fare

Non me devi ringraziare, ma SirNino.#25#25
Comunque per il sensore di temperatura prendi il DS18B20 per il resto prova su satisled.#28

Mimmo ma che file gli hai mandato la libreria o lo sketch?
Comunque mi fa piacere che almeno funziona.

Colaki 11-09-2014 17:18

Quote:

Originariamente inviata da SirNino (Messaggio 1062484440)
Quote:

Originariamente inviata da Colaki (Messaggio 1062484437)
Quote:

Originariamente inviata da marco3020 (Messaggio 1062484403)
ringrazio colaki che mi ha mandato file zippato e ora funziona YES, qualcuno mi sa dire che sensore di temperatura usare per la plafo? e dove posso comperare strip line grz
------------------------------------------------------------------------
perchè devo collgare lcd con tastierino ma non so come fare

Non me devi ringraziare, ma SirNino.#25#25
Comunque per il sensore di temperatura prendi il DS18B20 per il resto prova su satisled.#28

Mimmo ma che file gli hai mandato la libreria o lo sketch?
Comunque mi fa piacere che almeno funziona.

la libreria

SirNino 11-09-2014 19:29

...bho, quindi gli hai rimandato quella che ti avevo mandato io?... bho. :-D

Colaki 11-09-2014 20:35

Quote:

Originariamente inviata da SirNino (Messaggio 1062484559)
...bho, quindi gli hai rimandato quella che ti avevo mandato io?... bho. :-D

No. Gli ho mandato le librerie di: Liquidcrystall; MenuBackend;ProvaMenu (quella che ci ha risolto il problema); RTClib e Wire.
Marco nella cartella Libreries aveva solo MenuBackend ed altre erano fuori dalla cartella Libreries, altre mancavano proprio.

marco3020 15-09-2014 10:18

buongiorno a tutti qualie consigliate di prendere tra questi? http://stores.ebay.it/EBMstore/_i.ht..._sid=121340726 con

marco3020 15-09-2014 17:02

Up

SirNino 17-09-2014 23:34

@marco3020 come al solito tutto dipende dall'utilizzo che ne devi fare, se lo devi mettere in una centralina, in una plafo o simili ti consiglio il quarto, se devi sentire l'acqua meglio il primo...

marco3020 19-09-2014 20:26

buona sera io devo mettere il sensore di temperatura per far andare le ventole, l'ho prso ma devo capire come collegarlo ad arduino e le ventole qualcuno mi aiuta?

SirNino 19-09-2014 20:51

Cosa vuoi sapere?
hai preso uno di quei sensori dei link di prima?

marco3020 19-09-2014 21:23

si ho preso quello con 3 poli

SirNino 19-09-2014 21:25

Tutti hanno tre poli, quale intendi?

marco3020 19-09-2014 21:33

il 3 del link

SirNino 19-09-2014 21:37

Ok quindi quello "nudo".
Tenendo la parte piatta rivolta verso di te collega il pin di dx al meno, quello di sx al più e quello al centro lo mandi all'Arduino.


Tutti gli orari sono GMT +2. Attualmente sono le 04:22.

Powered by vBulletin versione 3.8.9
Copyright ©: 2000 - 2025, Jelsoft Enterprises Ltd.
Traduzione italiana Team: AcquaPortal
User Alert System provided by Advanced User Tagging v3.2.5 Patch Level 2 (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Copyright Zero Pixel Srl

Page generated in 0,13620 seconds with 13 queries