lunes, 18 de febrero de 2013

Arduino by Davis: “Test Tube Chandelier” plus 19 more

Arduino by Davis: “Test Tube Chandelier” plus 19 more

Link to Arduino by Davis

Test Tube Chandelier

Posted: 18 Feb 2013 02:00 AM PST


Test tube chandeliers by Pani Jurek.  You can buy them on etsy.

ENIAC Newsreel

Posted: 18 Feb 2013 02:00 AM PST


ENIAC Newsreel

A question about the two USB jacks.

Posted: 18 Feb 2013 01:44 AM PST

I recently received my DUE smiley-grin and I have a couple micro USB cables on their way. I was just looking over the board and noticed that the USB slots are shaped just slightly different. The native port is rectangular and the programming port id "D" shaped....

Re: libraries problem

Posted: 18 Feb 2013 01:40 AM PST

well i have a class with some functions that need to give them time ,day ,year etc in order to work. so i need to get them from the NTPlib class so want to make an oblect of that class in order toi pass its variables to the functions.
And also one of t...

Re: Using an Arduino to track RFID-embedded items

Posted: 18 Feb 2013 01:40 AM PST

Ok. Thanks for the advice on frequency. Do they make Arduino UHF RFID readers? If so, who sells it?

As for the toolboxes, they are similar to this:

[url=http://www.amazon.com/Stanley-016011R-Series-2000-16-Inch/dp/B002RL9E1G/ref=sr_1_7?ie=UTF8&qid=1361...

Re: arduino rileva umidità e temperatura 5 minuti poi non più

Posted: 18 Feb 2013 01:38 AM PST

Quote
cd.setCursor(11, 0);
                        lcd.print( dht_dat[0], DEC);
                        lcd.setCursor(0, 1);
                            lcd.print("Temp =    gradi");
                lcd.setCursor(7, 1);
                lcd.print( dht_...

Re: atmega328p e alimentazione da auto.

Posted: 18 Feb 2013 01:38 AM PST

Grazie per la risposta ma non mi è tutto chiaro.
Il transil, da quello che ho capito, mette in corto il positivo e la massa al superamento di una certa soglia.
E che resistenza ci devo mettere? Parlo anche di potenza della resistenza.

Re: Using an Arduino to track RFID-embedded items

Posted: 18 Feb 2013 01:10 AM PST

I never said the tools were metal  smiley-wink

I'm more concerned with having a system that can read and track tags right now than for using it in day-to-day operations. Eventually, though, I will want to use it throughout the company.

I would also want to use ...

Re: Inviare dati ad una pagina web tramite arduino e ethernet shield

Posted: 18 Feb 2013 01:10 AM PST

Quote
Certo il search del forum non funziona


oooook
Google mi sembra che funzioni bene, però  smiley-razz

Re: Incubadora

Posted: 18 Feb 2013 01:10 AM PST

Buenas:

No te compliques mucho con la temperatura y la humedad, con un solo sensor de temperatura te deberia de valer para medir esta, y la humedad no te sera facil de controlar aunque la midas, pon una resistencia de calefacion pequeña, es decir no po...

Re: Inviare dati ad una pagina web tramite arduino e ethernet shield

Posted: 18 Feb 2013 01:09 AM PST

Ciao,
hai provato a fare una ricerca sul forum?
Ci son parecchi thread sul tema.. così inizi a farti un'idea e a scrivere qualche riga di codice  smiley-wink


Certo il search...

Re: Beginner - 30x9 LED board

Posted: 18 Feb 2013 01:08 AM PST

Great. I have been able to find a local store that has those specific shift registers but I don't know anything about anodes and all I can find when searching is switches / dials that are anodized.

Is there a specific product number for an anode that w...

Re: Presentazioni nuovi iscritti, fatevi conoscere da tutti!

Posted: 18 Feb 2013 01:04 AM PST

Salve sono Paolo vivo in Umbria e sono un semplice appassionato, mi sono avvicinato da pochi giorni ad arduino e non sapendo dove mettere le mani chiederò aiuto a tutti voi che dalle presentazioni siete molto più bravi e capaci di me che non ho studiat...

Re: Using an Arduino to track RFID-embedded items

Posted: 18 Feb 2013 01:03 AM PST

If you put an RFID tag onto a metal tool then it will no longer read. The metal stops the tag from working.

Re: Formatierung bei sprintf()

Posted: 18 Feb 2013 01:02 AM PST

sprintf kann kein float Format (Edit: jedenfalls Arduino's avrgcc Version )

Abhilfe : dtostrf

Re: Brown out reset loop due to thin traces?

Posted: 18 Feb 2013 01:00 AM PST

Yes it could be noise pickup on the line. Solder some surface mound decoupling caps between the pins on the underside of the PCB.

Re: what do you call the thing that connects to the spinning part of the motor?

Posted: 18 Feb 2013 01:00 AM PST

The fastest robot of the world from Stäubli High Speed

Posted: 18 Feb 2013 01:00 AM PST

The fastest robot of the world from Stäubli at Automatica 2012

Re: High Voltage Monitoring

Posted: 18 Feb 2013 12:22 AM PST

Quote
Quote
if the capacitance is 10nF then a 44M bleeder resistor will bleed 500V down to a safe value in a little over a second. For an RF power amplifier, you would h...

Inviare dati ad una pagina web tramite arduino e ethernet shield

Posted: 18 Feb 2013 12:20 AM PST

Rieccomi. In tutta la mia nabbaggine non ho idea di come realizzare il progetto come da titolo. Devo realizzarlo come tesina, qualcuno potrebbe auitarmi con qualche snippet di codice oppure spiegazioni... Il prof continua a non spiegarci come si fanno ...