miércoles, 10 de abril de 2013

Arduino by Davis: “Re: Anfängerfrage bezüglich Modellbahn-Hausbeleuchtung” plus 19 more


Arduino by Davis: “Re: Anfängerfrage bezüglich Modellbahn-Hausbeleuchtung” plus 19 more

Link to Arduino by Davis

Posted: 10 Apr 2013 02:50 AM PDT
hi,

weil's gerade dazupaßt:
gibt's bei den LDRs unterschiede bezüglich helligkeitsbereich, bzw welche wären geeignet um den bereich zwischen nachtdunkel und sonne zu erkennen?
ich möchte die helligkeit einer led_uhr an das umgebungslicht anpassen und d...
Posted: 10 Apr 2013 02:49 AM PDT
Quote
First what does this line exactly do?
IPAddress ip(192, 168, 1, 177);
This creates an ipv4 address for the w5100. It is the ip of your ethernet shield.

Quote
About the library functions Udp.remote   and   Udp.remotePort.
Udp.beginPacket...
Posted: 10 Apr 2013 02:48 AM PDT
I nomi dei file sono: SonarSRF08.cpp e SonarSRF08.h. Se li rinomini devi anche modificare i riferimenti interni al file.
La cartella nominala SonarSRF08

Qui le librerie su GitHub --> https://github.com/Le...
Posted: 10 Apr 2013 02:46 AM PDT
My next question is for the LCD.

I use a standard 16 x 2 LCD with the Liquid crystal library.

With this code, I see the terminating null character.
How can I shorten the array that it don't display this character ?

I tried to define an array for the lc...
Posted: 10 Apr 2013 02:45 AM PDT
Der vorteil von einem Arduino und dem Seeedstudio Shield ist, daß man es draufstecken kann. Nichts verbietet Dir aber die Kontaktstifte auszulöten und das Shield mittels Kabel am Lilipad anzuschließen.
grüße Uwe
Posted: 10 Apr 2013 02:19 AM PDT
I want to let the preprocessor do some work for me.
But it seems not to accept my contruction.
[code]// lcd display control
#ifdef LCD_I2C
#else
const byte _backLightOn = 0x11;    // lcd back light on
const byte _cursorOff = 0x16;   // lcd cursor off
const...
Posted: 10 Apr 2013 02:19 AM PDT
Quote
avr-gcc -mmcu=atmega328p -nostartfiles ./blink2.s
I think you need to use a capital S for the file extension if you want gcc to know to use the C preprocessor on the file (which it needs to do for the #include and #define.)
Posted: 10 Apr 2013 02:17 AM PDT
Why don't you just build an astable version with a very low duty cycle? 2 seconds high, 120 seconds low, that's a duty cycle of 1/60. You will need only one ne555.

Since the duty cycle of a ne555 is always above 50%, you could make a duty cycle of 59/6...
Posted: 10 Apr 2013 02:16 AM PDT
I thought that someone here might be interested in this article on the "behind the scenes" control of character LCD's. Fascinating  smiley-cool

http://lcd-linux.sourceforge.net/pdfdocs/lcd1.pdf
This posting includes an audio/video/photo media file: Download Now
Posted: 10 Apr 2013 02:16 AM PDT
Hmm..
Ja, wie es derzeit aussieht, wird es wohl auf eine non-Lilypad-Lösung hinauslaufen.
Oder meint ihr, man könnte quasi eine Hybrid-Lösung anstreben, in der normale Arduino-Module als auch Lilypad-Module genutzt werden?

Liebe Grüße und danke schon m...
Posted: 10 Apr 2013 01:45 AM PDT
This topic has been moved to Project Guidance.
No programming content
http://arduino.cc/forum/index.php?topic=159594.0
Posted: 10 Apr 2013 01:45 AM PDT
I have developed a management strategy that may be useful for others...

FIRST...
I have discovered that my "members" page (click the link at the top of the screen and then search for yourself) has an option to "show posts" which lists all of the posts ...
Posted: 10 Apr 2013 01:44 AM PDT
Estos del ebay tambien, que cachondos, no tiene na que ver los resultados que salen en el .com con el .es smiley-sweat
Posted: 10 Apr 2013 01:44 AM PDT
@Menniti: hai colpito nel segno

@ratto93: Ti ringrazio, volendo ho anch'io nel cassetto un laserino rosso da 5mW ma come detto lo scopo degli esperimenti è smanettare con le ottiche (ed in realtà fare poi la parte elettronica con una FPGA) ma non vogli...
Posted: 10 Apr 2013 01:42 AM PDT
Code:
int thro;
int aile;
int elev;
int rudd;
int gear;
int aux1;

void setup() {

  pinMode(A5, INPUT); // Set our input pins as such
  pinMode(A4, INPUT);
  pinMode(A3, INPUT);
  pinMode(A2, INPUT);
  pinMode(A1, INPUT);
  pinMode(A0, INPUT);

Ni...
Posted: 10 Apr 2013 01:32 AM PDT
anche io sono nuovo ma al primo impatto con arduino ci ho sbattuto un bel po su sto problema smiley-razz
ho modificato così
[code]int X= 0;
int count= 0;
int Nbyte= 0;

void setup() {
  Serial.begin(9600);
}

void loop() {
  if(Serial.available()> 0){
    Nbyte= ...
Posted: 10 Apr 2013 01:31 AM PDT
..... Restando nel mondo dell'hobby se mentre stai usando un saldatore a 170°C ti viene il prurito ad un'orecchio e sei un po' distratto dal problema che devi risolve...
Posted: 10 Apr 2013 01:31 AM PDT
Mais bien sur. Quel Âne ...

Je te remercie Skywodd pour ta réponse rapide.
Posted: 10 Apr 2013 01:30 AM PDT
Grazie leo per la tua conferma..
Ho già fatto la prova, infatti basta che io tolga la microsd dall' alloggiamento e questo parte senza problemi.
Anche togliendo solamente la linea sck... ecco perchè mi sono posto la domanda...
Il fatto è che vedo sempr...
Posted: 10 Apr 2013 01:29 AM PDT
Does your code do what you want? 

If so what is the point in asking a question?

If not, please explain what you want it to do and what it actually does.

...R

No hay comentarios:

Publicar un comentario