sábado, 30 de marzo de 2013

Arduino by Davis: “Re: braccio robotico comandato da diverse schede arduino uno” plus 19 more

Arduino by Davis: “Re: braccio robotico comandato da diverse schede arduino uno” plus 19 more

Link to Arduino by Davis

Re: braccio robotico comandato da diverse schede arduino uno

Posted: 30 Mar 2013 03:05 AM PDT

No a me interesse propio quello...riconoscere un oggetto monocolore!!!!cmnq il mio problema non è quello!!! il problema è che i servi quando li piloto tramite la shiedl-joistic non si muovono!!! e fino a 3 giorni fa funzionava tutto!!!

Re: XML Probleme...

Posted: 30 Mar 2013 03:04 AM PDT

Lieber Uwe,

habe mich echt nochmal bemüht, aber bei den oben erwähnten Problemen komm ich einfach nicht weiter...
Da reichen meine beschränkten Kenntnisse nicht mehr aus...

Wäre noch ein letztes Mal um deine Hilfe echt froh smiley-wink

LG Max

how to change the IP addresss of the arduino when it's assign as a server

Posted: 30 Mar 2013 03:00 AM PDT

Hi ,

 I'm facing a problem in networking , the problem is how to solve the static IP problem , when I set the arduino as a server and give it a name and IP addresss , then I move out from my home and try to connect to my IP address far from home , the ...

Re: Mega motor shield

Posted: 30 Mar 2013 02:59 AM PDT

1 integrato -> 2 motori DC o 1 Motore passopasso.
Per Arduino Mega ci sono pochi shield dedicati solo a lui perché é meno diffuso. l'unico che mi viene in mente é un protoshield.
Ciao Uwe

programmare atmega 2560 con arduino mega via ICSP

Posted: 30 Mar 2013 02:58 AM PDT

Salve ragazzi
Vi scrivo per chiedervi aiuto circa una problematica.

Ho un atmega 2560 che dovrei programmare prima con il bootloader e poi con gli sketch. Ho un prpgrammatore professionale conitec galep 5 ma comprare un adattatore tqfp a 100 pin costa...

Re: Seeedstudio Grove

Posted: 30 Mar 2013 02:53 AM PDT

Ich sehe die Anwendung ähnlich wie das Tinkerkit von Arduino.
Vorteil ist, daß alle Module aufeinader abgestimmt sind und mittels Kabel einfach zusammengesteckt werden können. Das erleichtert sehr einen schnellen Aufbau. Die Module sind mit Vorverstär...

Re: Arduino Micro, driver problem

Posted: 30 Mar 2013 02:47 AM PDT

I have Checked the system properties, i's ok same on all computer that I have tested.
Also installed a XBOX360 controller for test, fantasic!
If I installed the Arduino Micro direct in the USB port it works, via hub it will not work. Askk for driver an...

Re: Arduino Uno und Menü für LCD Keypad Shield

Posted: 30 Mar 2013 02:46 AM PDT

Hallo Jurs,

habe gerade dein Script ausprobiert und funktioniert gut. Nun habe ich es etwas verändert. Z.B. das dort wo du "normalbetrieb" stehen hast , ich jetzt das Datum stehen habe. Desweiteren habe ich dein Script so verändert, dass 2 Dallas Themp...

Re: AnalogRead di una sonda influenza anche l'altra

Posted: 30 Mar 2013 02:46 AM PDT

ok...ho capito. Per risolvere ho dovuto fare necessariamente in questo modo altrimenti l'analogread mi dava valori falsati e anche di parecchio!

[code]for(int i=0; i<4; i++){
      misurazione_acqua = analogRead(lettura_acqua);
      delay(10);
      }...

Re: Traitement requete GET avec webduino

Posted: 30 Mar 2013 02:46 AM PDT

Salut,

Y a un truc suspect qui traine depuis le début du post:
Code:
while( c != '!' ){
      c = tab[j] ;
      ...
}   

Ne serait-ce pas:

Code:
  tab[j] = c;

?

Re: problema prestazioni arduino senza bootloader

Posted: 30 Mar 2013 02:01 AM PDT

Hai due Arduino UNO, usa quello buono come Programmatore, quello da testare come target.
Carica sul Prog il programma ArduinoISP (restiamo sempre con la 0022)
Collega i due Arduino via ISP
Copia la cartella "avr" che trovi all'interno dell'IDE in C:\
e...

Re: Utilizzare pin D0 e D1 come output

Posted: 30 Mar 2013 02:00 AM PDT

Se ti funziona la comunicazione via Arduino col PC ovvviamente significa che i collegamenti sono perfetti. Quindi a questo punto potresti provare a sostituire il fir...

TLC 5940 Max current sink.

Posted: 30 Mar 2013 01:58 AM PDT

Apologies in advance but I'm scratching my head over the data sheet.

I am planning on running this on a 3.6V circuit and my prototype scrolls through 15 20mA led's.
Will this chip be able to handle running 4 led's on each pin? (80mA?) while (on rare o...

Re: How to send MIDI SysEx messages using MIDI library?

Posted: 30 Mar 2013 01:57 AM PDT

You can't construct an array "on the fly" like that, especially without any commas.

You want something like:

Code:
byte myArray [] = { 0xF0, 0x41, 0x36, 0x06, 0x21, 0x20, 0x01, 0x22, 0x1B, 0xF7 };

However I'm not sure how it knows how long the...

Re: Mega motor shield

Posted: 30 Mar 2013 01:57 AM PDT

Per pilotare dei motori DC in entrambe le direzioni serve un ponte H. Integrati come L293D e L298 ne hanno 2. Puoi pilotare questi integrati direttamente e Ti servono da 2 a ...

Re: Cant get SD card to flush / sync :(

Posted: 30 Mar 2013 01:47 AM PDT

gr8 to hear that it worked & many thanks for reporting back! By this we can use it as a good example how this procedure of finding conflicts by different libraries can help smiley

Could you try to keep an eye on the reliability of the flush() without clos...

Re: OT colla per led 1w / dissipatore

Posted: 30 Mar 2013 01:42 AM PDT

Ha un ottima conducibilità termica però va polimerizzato a caldo e li onestamente non so che si...

Re: approfondimento pian arduino uno (ICSP)

Posted: 30 Mar 2013 01:41 AM PDT

funziona, funziona, anche questa Guida è molto gettonata, ma io non ho la banda passante di pighi smiley-sweat devi avere un po' di pazienza e ritentare.

Re: ATmega2560 custom board problem

Posted: 30 Mar 2013 01:37 AM PDT

Hi.
Your problem seems like one I recently had too:

[url=http://arduino.cc/forum/index.php/topic...

Re: Do something once when switch closed, then blink LED until switch opened

Posted: 30 Mar 2013 01:36 AM PDT

If you post you code, the "experts" will come   smiley

Definition of an expert:

X - unknown
spurt - a drip under pressure

No hay comentarios:

Publicar un comentario