sábado, 16 de marzo de 2013

Arduino by Davis: “Re: ArduoAlarmMega / ArduoMegaAlarm” plus 19 more

Arduino by Davis: “Re: ArduoAlarmMega / ArduoMegaAlarm” plus 19 more

Link to Arduino by Davis

Re: ArduoAlarmMega / ArduoMegaAlarm

Posted: 16 Mar 2013 02:58 AM PDT

dico la mia anche se e' brutale, io credo che tu voglia commercializzare questo prodotto, sfruttando collaboprazioni gratuite per lo sviluppo. Questo non e' negativo in assoluto, specialmente se poi si mette a disposizione di tutti hw e sw, pero' sareb...

MOVED: Lettore RFID per gestione pratiche studio legale

Posted: 16 Mar 2013 02:57 AM PDT

Re: Recuperare byte è possibile?

Posted: 16 Mar 2013 02:56 AM PDT

Penso anch'io che il codice non sia ottimizzato e che riscrivendolo meglio puoi recuperare spazio.

Re: Issues placing "typedef struct" in header...

Posted: 16 Mar 2013 02:54 AM PDT

afremont is on the money, drop the typedef. michinyon shows the main reason why the added confusion is not worth it; by dropping the typedef, your aliased type name suddenly becomes a variable.

aliased structs are only useful in C++ when you actually n...

Re: Recuperare byte è possibile?

Posted: 16 Mar 2013 02:52 AM PDT

due considerazioni:
- e' difficile che tu, specialmente se dici di essere alle prime armi, possa aver creato uno sketch cosi' grande, o meglio che ne abbia bisogno realmente, probabilmente le cose che fai si possono fare con meno comandi, meno librerie...

Re: Certificazioni Arduino

Posted: 16 Mar 2013 02:23 AM PDT

simbolo RU (UL recognized), significa che è certificata anche UL?

Direi proprio di no, la UL richiede la presenza dello specifico simbolo, in tutti i casi ti ramment...

Re: Your latest purchase

Posted: 16 Mar 2013 02:21 AM PDT

Very uncool.  Glad you let me know, they won't be getting my business again.

Re: Cosiglio per ottimizzazione codice per uso su display 4D Systems

Posted: 16 Mar 2013 02:20 AM PDT

Grazie Mauro, mi fa molto piacere ricevere tuoi consigli.  Visto che sto agli inizi, e voglio imparare il più possibile e purtroppo lo devo fare da autodidatta, mi sto procurando anche dei libri che però fatico a leggere per mancanza di tempo libero, e...

Re: New UTFT Libray with Arduino ARM spport

Posted: 16 Mar 2013 02:20 AM PDT

I have problems accessing DS1307(rtc) on pins 20(sda) and 21(scl). RTC renders un usable right after initializing UTFT.. :/

Any help appreciated..

Re: Generatore PWM verso regolatore Jeti

Posted: 16 Mar 2013 02:20 AM PDT

no, servirebbe un "voglia founding" per andare al supermercato a comprarla  smiley-mr-green

Re: Binary counting using 12 LEDs

Posted: 16 Mar 2013 02:15 AM PDT

Hi, I'm trying to figure out what you want to do and I'm still unsure. The case I have in mind is a sort of simple calculator using postfix notation, so if you type "123+-" ...

Re: Tlc5940 e buz11

Posted: 16 Mar 2013 02:14 AM PDT

Ti ringrazio,
Come carichi maggiori intendevo delle strisce di led di circa 3 m.
Purtroppo non sono ancora  capace di saldare i TSSOP.

In compenso Google mi ha trovato:
http://www.ti.com/lit/an/slva280...

This posting includes an audio/video/photo media file: Download Now

Re: Arduino as ISP und Attiny 4313

Posted: 16 Mar 2013 02:13 AM PDT

Hallo
weiß nicht wie ich das machen soll ?


Aber das Datum bei den XXXX.exe ist 2008   ( also alt ) ( Arduino 1.0.3 )

Bei der Arduino version 1.5.2   ist die AVR auch von 2008 also auch eine alte

GLAUBE ICH ZUMINDEST

Habe schon gesucht und keine neuere ...

Re: Funktion mit Wertrückgabe ?

Posted: 16 Mar 2013 02:07 AM PDT

@jurs
wow, Du hast den gordischen Knoten bezüglich Pointer in meinem Hirn zerschlagen!
 smiley-grin

Wenn Du jetzt noch eine ähnlich klare Erklärung für "dereference" hättest.....
 smiley-red

Re: Fast acting gate for laser?

Posted: 16 Mar 2013 02:04 AM PDT

20ms is only 50Hz. Any mosfet can switch much much more quickly than that. Your problem lies elsewhere, probably in the circuitry for the laser module?

Re: Certificazioni Arduino

Posted: 16 Mar 2013 02:03 AM PDT

Non lo so. Andrebbe chiesto.
Come mai?

Re: Open Source??......solo nel termine stretto

Posted: 16 Mar 2013 02:03 AM PDT

E' inutile muoversi nel richiedere gli strumenti per internazionalizzare il forum ora che è in fase di aggiornamento (da quel che ne so io) e che entro breve (non so quando es...

Re: I HAVE a problem in repeating the task inside the loop

Posted: 16 Mar 2013 02:03 AM PDT

what i need to do to continously read the code?

Re: Getting sensor to settle for a second before it gives the reading

Posted: 16 Mar 2013 01:32 AM PDT

Another untested variation that averages readings over half interval time and then prints result if 2 consecutive readings match.
[code]const float aReading = 120.0;
const float aLoad = 60.0; // lbs.
const float bReading = 344.0;
const float bLoad = 1...

Re: interfacing a sensor

Posted: 16 Mar 2013 01:31 AM PDT

I'm not an expert so take my advice lightly. In your case I would write code that compares the difference between what the sensor was and what it is. set your current value to a variable and then delay some amount of time then save the value again to a...

No hay comentarios:

Publicar un comentario