martes, 9 de abril de 2013

Arduino by Davis: “Re: far dialogare piu client” plus 19 more

Arduino by Davis: “Re: far dialogare piu client” plus 19 more

Link to Arduino by Davis

Re: far dialogare piu client

Posted: 09 Apr 2013 03:31 AM PDT

e infatti...per queo volevo sapere se potevo usare l-altra libreria...

Re: why isn't it incrementing?

Posted: 09 Apr 2013 03:30 AM PDT

Code:
  delay(0);
Why? TakeYouTimeDoingNothing() until 0 milliseconds have elapsed. How can this possibly make sense?

The Serial.print() statements cause a short, intermittent, delay. If that is when your code actually works, then, clearly some ...

Re: mini cancello per animali

Posted: 09 Apr 2013 03:29 AM PDT

In quel modo pero', piu lo apri e maggiore diventa la forza da applicare... con la carrucola a rocchetto o la cremagliera invece la forza e' costante (salvo ostacoli imprevisti, come un'animale incastrato in mezzo, ovviamente smiley-razz smiley-grin)

Re: inviare messaggi a Whatsapp o ad applicazione simile

Posted: 09 Apr 2013 03:26 AM PDT

no, wats app no perchè è un protocollo proprietario e pure criptato.

su applicazioni simili probabilmente è facile su IRC, ma protocolli che richiedono SSH o criptazioni complesse sono fuori portata dalla UNO.

cerca "telnet irc" e trovi i comadi da usa...

Re: using Zigbee with leanardo

Posted: 09 Apr 2013 03:25 AM PDT

Quote
am trying to build a connection between two
Leonardo Microcontrollers using Zigbee
Using which XBees? How are they connected to the Leonardos? How are the XBees configured?

Quote
I've done the net tutorials but it isn't working
with me ...

Servo Stabilizer in India

Posted: 09 Apr 2013 03:02 AM PDT

Since its inception in 1990, we have never look behind and moved towards a continuous growth with well-tailored solution of all kind of the problems in our arena and with the blessings of almighty. Servokon System Private Limited is well known manufact...

Re: Anfängerfrage bezüglich Modellbahn-Hausbeleuchtung

Posted: 09 Apr 2013 03:01 AM PDT

Hallo zusammen,

der sketch von jurs aus Reply #12 funktioniert einwandfrei, (auch auf dem Attiny45)! Vielen Dank dafür jurs!

Allerdings bin ich nun wieder an einem Punkt, an dem ich nicht weiter weiß.

Wie bekomme ich es hin, daß die "Flimmer LED" nicht...

Re: far dialogare piu client

Posted: 09 Apr 2013 03:00 AM PDT

se la tua è l'ufficiale usa la libreria ufficiale, gli esempi sono già nell'ide.

Re: Flapping Servos?

Posted: 09 Apr 2013 02:59 AM PDT

The analog pins do double duty as digital pins, to. They are numbered 14 to 19 on the 328-based Arduinos. They are also assigned aliases, A0 to A5, so that the exact pin number is obscured, so the same code can run on a Mega, where pin A0 is a differen...

Re: Problem mit der Temeraturanzeige

Posted: 09 Apr 2013 02:58 AM PDT

SOLL und IST Temperatur werden nicht gleichzeitig angezeigt, weil dazwischen ein clear() steht, fürchte ich.

Quote
das möchte ich gerne ändern nur weiß ich nicht wie

Mit dem Editor.

Hast du den sketch gefunden ? 
Ist eventuell beim Zusammenk...

New Products 4/6/2013 (video)

Posted: 09 Apr 2013 03:00 AM PDT

Re: Displaynutzung mit Lilypad?

Posted: 09 Apr 2013 02:28 AM PDT

Quote
Und meint ihr OLED- oder E-Paper-Displays wären sinnvoll?

Wofür soll das Display gut sein? Einfache Status-Anzeige, durchgehende Messwert-Ausgabe?

Gepl...

Re: nRF24L01 Basic Problem

Posted: 09 Apr 2013 02:27 AM PDT

Hi gerg

Thanks for getting back to me. Sorry it's taken a while to respond. I'll definitely give that a try and let you know how I get on

Thanks again

Re: arduino + touch Panel MI0283QT-Adapter

Posted: 09 Apr 2013 02:26 AM PDT

non toujours pas smiley-sad

lcd.print( (char) 248);

Re: Info utilizzo ingressi

Posted: 09 Apr 2013 02:24 AM PDT

se i pin sono collegati ad una scheda non puoi collegarli anche ad un'altro circuito, a meno che tu non abbia il controllo assoluto del firmware per cui potresti far convivere il collegamento; ma in genere il problema sta ne fatto che un circuito esist...

Re: far dialogare piu client

Posted: 09 Apr 2013 02:23 AM PDT

la libreria da usare dipende da che chip monta la Shiled che hai comprato... non va a gusti smiley-wink

Ask an Engineer 4/6/2013 (video)

Posted: 09 Apr 2013 02:00 AM PDT

Ask an Engineer 4/6/2013 (video)

Every Saturday night at 10pm ET join us for our weekly live video & chatroom! Visit http://adafruit.com/ask for more info. You can ask anything about electronics, kits at Adafruit or just stop in to meet other makers who are building cool things! At the end of the chat we give away a kit from Adafruit to the winner of our trivia question!

—————————————–
Subscribe to Adafruit on YouTube

Join our weekly Show & Tell on G+ Hangouts On Air

Watch our latest project videos

New tutorials on the Adafruit Learning System 
—————————————–

MOVED: The frequency slows down continously but takes time to spped up!

Posted: 09 Apr 2013 01:52 AM PDT

This topic has been moved to Arduino Due.

http://arduino.cc/forum/index.php?topic=159103.0

Try to mention the board type next time.

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

Re: DS1307 sqw output freezes after time update..

Posted: 09 Apr 2013 01:51 AM PDT

Quote
The things are getting close to black magic

They sell millions of these chips. They work, there isn't any magic involved.

Please post your latest sketch, plus a diagram of your circuit.

Re: Arduino IDE 1.5.x - directives [ IDE Bug ?]

Posted: 09 Apr 2013 01:50 AM PDT

The pre-pre-processor in the IDE has never liked pre-processor directives (other than #include) at the start of the program.
You can probably fix this by adding a dummy variable:

[code]int dummyvariable;
//#define NO_EEPROM

#ifdef NO_EEPROM
char EEPROM...

No hay comentarios:

Publicar un comentario