domingo, 7 de abril de 2013

Arduino by Davis: “Re: another tennis ball launcher project..” plus 19 more

Arduino by Davis: “Re: another tennis ball launcher project..” plus 19 more

Link to Arduino by Davis

Re: another tennis ball launcher project..

Posted: 07 Apr 2013 03:34 AM PDT

Until you get to the car being autonomous, I don't see how any of these involve any electronic development or anything involving Arduino. I would have thought that a gas propelled tennis ball launcher was a very expensive solution in terms of money and...

Re: Menus LCD Shield

Posted: 07 Apr 2013 03:32 AM PDT

Para bem da consistência de informação, sugiro que escrevamos apenas na thread original e não aqui.

Re: Wirelessly control motor HELP

Posted: 07 Apr 2013 03:31 AM PDT

The arduino will be transmitting information that it is receiving from a flex sensor (link: http://www.sparkfun.com/products/8606) this information will then tell the motor how fast it needs to spin, only has to spin in one direction, its a brushless o...

Re: Saldare celle solari (Stagnosald?)

Posted: 07 Apr 2013 03:30 AM PDT

Quote
Quote from: Aledexter on April 06, 2013, 09:31:56 PM
..... sto limando una punta da saldatore ......

AAAARGH ... ASSASSINO !!! ...  smiley-razz smiley-razz smiley-razz

 smiley-roll-blue non pensavo fosse così pericoloso per la punta, ...

Re: Guida e spiegazione componenti per Cubo led

Posted: 07 Apr 2013 03:27 AM PDT

Solo un suggerimento  ... vero, si possono usare degli HC574 o simili con delle resistenze, ma in questo modo la corrente e' comunque limitata ...

Invece usando integrati diversi, come ad esempio il DM135 http://www.daleschroeder.com/Ebay_Sales/DM135B/...

Re: Hoi en HELP!!! 433mhz zender

Posted: 07 Apr 2013 03:00 AM PDT

Even voor het overzicht,  je hebt de volgende opstelling :

Handzender      ~~~~A~~~~>     '433.92Mhz Receiver'     ----B---->    'Arduino'      ----C---->      '433.92Mhz Transmitter'     ~~~~D~~~~>   KaKu schakelaar

Je hebt met audacity gemeten op 'B'...

Re: criar menu lcd shield

Posted: 07 Apr 2013 03:00 AM PDT

ora bem, depois de uma pausa nisto desde o dia de ontem, hoje retomei ao trabalho.
Resultado: Nao pesco nada disto. smiley-sad

se alguem tiver por ai um menu para o lcd 16x2 que coloque o codigo pf, a ver se me entendo. smiley-sad

vou deixar aqui o codigo, estou compl...

Re: control without port forwarding

Posted: 07 Apr 2013 02:59 AM PDT

OK, I've done some testing. I've set up my linux box to have Apache also listen to a non standard port. Next I wrote a sketch combining client and server sending and receiving on that same port. So when the client on the Arduino connects to my Linux bo...

A list of basic precautions to follow ?

Posted: 07 Apr 2013 02:57 AM PDT

Hello,

I am reading the book "Arduino Projects Book", included in the Arduino starter kit.

I've made an engineering school, so I've learned the basic of electronic. But it's a long time ago. I remember the general equations (U=RI, P=UI...), but ...

Re: Connecting batteries for longer work time ?

Posted: 07 Apr 2013 02:57 AM PDT

Most of 9V Battery have Capacity about 400 to 550 mAh, if you can last for 4 day, that about 100mAh pre day.
So for a month you will need 3100 mAh battery or 3.1Ah battery. If weight is not your consideration, you can use SLA battery,
but if you need ...

Re: Arduino invisible or dead?

Posted: 07 Apr 2013 02:37 AM PDT

Any idea? Any one?

Error in code sample

Posted: 07 Apr 2013 02:35 AM PDT

[code]In http://goo.gl/dj5gY

The suggested code for starting the GSM looks like:

[code]  // Start GSM shield
  // If your SIM has PIN, pass it as a parameter of begin() in quotes
  while(notConnected)
  {
    if(gsmAccess.begin(PINNUMBER)==G...

Re: [Risolto] Collegare altro microcontrollore ad Arduino

Posted: 07 Apr 2013 02:34 AM PDT

Bhè, allora ti racconto tutto...  smiley-lol
Per interagire con questa piattaforma hardware ho il suo programma, posso dargli l'indirizzo, aprire o chiudere gli 8 ingressi e le 8 uscite (dimabili 0 crossing) e molto altro. Ci sono poi i moduli sensore della te...

Re: using debounce

Posted: 07 Apr 2013 02:33 AM PDT

Code:
void loop ( void )
{
  unsigned long time = millis();
  if( time-dimmer.last<TIMEBASE )
    return;
A couple of observations
1.  This code will block execution of the loop() function which may not be such a good idea in many cases
2.  Why...

Re: save potentiometer values in array

Posted: 07 Apr 2013 02:33 AM PDT

I have the code doing what I wanted to originally do. I was missing a key aspect of the function crossFade, it is what set the previous value to the current value which made the lamp flash. Im still trying to figure out how to get the button to remain ...

Re: Read integers from SD card

Posted: 07 Apr 2013 02:06 AM PDT

Allen, thank you! This helps explain the use of strtok() but the byte option may also help with a memory problem I am having!

Thanks again!

Richard

Re: Stampante 3d, come, quando, dove, e perchè

Posted: 07 Apr 2013 02:06 AM PDT

Ciao

Quote
voi usate il PLA come plastica?

certo

Quote
perchè ho letto che assorbe molto l'umidità e quando lo si va ad usare fa tipo delle bolle che sputtanano la costruzione degli oggetti....

intanto moderiamo i termini, ci con anc...

Re: ABC - Arduino Basic Connections

Posted: 07 Apr 2013 02:05 AM PDT

Ciao pig, due cose:

Sulla scheda del 18B20 sarebbe opportuno aggiungere anche la connessione parassite mode, che in genere è la piu usata specialmente su reti di sensori, in...

Re: Strom messen, Verständnisfragen und Anfänger Hilfe...

Posted: 07 Apr 2013 02:05 AM PDT

001 bedeutet trotzdem 1 Ampere, bei 1 mA müsstest du 0.001 eingeben.

Re: Differenza tra arduino e libelium

Posted: 07 Apr 2013 02:05 AM PDT

Non capisco la Tua domanda
Libelium é un sistema si sensori.
Arduino é una scheda si sviluppo.
Ciao Uwe

No hay comentarios:

Publicar un comentario