miércoles, 8 de mayo de 2013

Arduino by Davis: “use EEPROM” plus 19 more

Arduino by Davis: “use EEPROM” plus 19 more

Link to Arduino by Davis

use EEPROM

Posted: 08 May 2013 03:32 AM PDT

hi All,

In my project, i need to write one time on EEPROM, and them always read from EEPROM.

got no code for now, but what i attend to try is... on first time i turn on arduino, he´s read when I get the push button from time to time to write .. this t...

Re: Introduce a scale to compare 2 AnalogRead

Posted: 08 May 2013 03:32 AM PDT

Code:
if(abs(right_read - left_read) > 5)
{
   // Get a move on
}

Re: Rover 5 Project

Posted: 08 May 2013 03:32 AM PDT

Does the motor controller provider power to all four motors. I assume you got the you got the 4 motor/4 encoder version of the rover 5.

Mark

Re: modifier config d'une puce GPS en envoyant des données série a l'initialisation

Posted: 08 May 2013 03:31 AM PDT

bonjour

j'ai une clé USB GPS, c'est une puce SirfStarIII elle fonctionne en 4800 Baud et j'aimerai diminuer a 2400 bauds
en cherchant sur le oueb, j'ai trouvé une page http...

Re: if problems

Posted: 08 May 2013 03:31 AM PDT

It would help if you identified stuff sent to the Serial Monitor.
Code:
Serial.print("distance: ");
Serial.println(distance);
is much better than:
Code:
  Serial.print(distance);
  Serial.print("\n");

Do this for everything you print to t...

Re: Problemi Arduino Micro

Posted: 08 May 2013 02:52 AM PDT

Che versione dell'IDE usi?
I driver per la Leonardo, Micro e tutte le schede basate sul 32U4 sono stati aggiunti di recente.
Scaricati l'ultima versione dell'IDE (http://arduino.cc/en/Main/Software) e preleva i driver dalla cartella "Driver".
Supportan...

Re: Has anyone got practical experience of Solar

Posted: 08 May 2013 02:51 AM PDT

Thanks for the replies.

Power draw for the GSM? Don't know yet because I am at the early stages of the design. The time for which the GSM is active is presumably affected by signal strength and quality whilst transferring data so could be very site sp...

Re: Using Metro to Play Multiple Speakers at Once

Posted: 08 May 2013 02:49 AM PDT

Quote
I have been using the Metro library
For which you need to provide a link. It is not a core library, so you can not assume that we are all familiar with it.

Quote
Is there a limit to how many Metros can run at the same time?
You'...

Re: Problema , No consigo volver a cargar un programa.

Posted: 08 May 2013 02:49 AM PDT

Pero algún puerto si. No sería el primero ni el último.

Re: Using Arduino Leonardo as joystick

Posted: 08 May 2013 02:48 AM PDT

Post the your code.
How do we know what you are trying to suggest ways to help?

Re: spi 9bit eeprom address can only see addr 0x00?

Posted: 08 May 2013 02:31 AM PDT

same results. one thing, the chip speed is 3.3mhz, do i have that set correctly?

Code:
SPI.setBitOrder(MSBFIRST);
  SPI.setDataMode(SPI_MODE0);
  SPI.setClockDivider(SPI_CLOCK_DIV2); // max clock is 20MHz, so can set high speed

Re: errore programma ir

Posted: 08 May 2013 02:30 AM PDT

Non conosco molto bene quella libreria, ma prova a usare gli apici.
Così:
Code:
if (results.value == "E13DDA28") {  // giallo

Re: Transmitter-->Receiver : Type of received data

Posted: 08 May 2013 02:30 AM PDT

I have used the function atoi().

  • x=atoi(buf);
        Serial.print(x);

I also tried the function "strtod()", but I always have this error: invalid conversion to 'uint8_t' to 'const char*'.

Wireless Hygrometer

Posted: 08 May 2013 02:27 AM PDT

He Leute,
ich will ein Hygrometer mit Schimmelwarnsystem bauen.
Relativ einfache Sache: Arduino + LCD+ DHT22 + Extra Temperatur sensor.

Arduino kommt samt DHT an die Wand und an der kühlsten Stelle kommt noch ein Temperatur Sensor hin.

So kann ich aus ...

Re: Webserver hängt sich aus

Posted: 08 May 2013 02:27 AM PDT

Verstehe ich leider nicht. Wie muss ich den Code umschreiben, dass er nicht in fremde Datenbereiche schreibt?

Siehe Vorschlag von Michael.

Beim nochmaligen Drübersch...

Re: Utilizzo file hex ed eep già precompilati

Posted: 08 May 2013 02:01 AM PDT

Eh si, scusate mi rendo conto di aver generato molta confusione perche stavo usando entrambi nella speranza che uno dei due funzionasse.

Comunque da ieri mi concentro solo sul 328p come consigliato da PaoloP.

Sia la questione del baudrate a 115200 che...

Re: Motor mittels PWM mit Arduino Due ansteuern

Posted: 08 May 2013 02:00 AM PDT

Nur vorwärts? Dann mit Transistor.
Auch rückwärts? Dann mit H-Brücke.

Deine Angaben sind ziemlich dünn. Welcher Motor kommt denn zum Einsatz?

Re: Arduino + Raspberry pi

Posted: 08 May 2013 02:00 AM PDT

C'est sur mais comment je fais pour règle ce problème ? Et sur firfox la meme  smiley-cry

Re: spi 9bit eeprom address can only see addr 0x00?

Posted: 08 May 2013 01:59 AM PDT

hi pylon,
heres results

Re: trouble in reading rfid cards

Posted: 08 May 2013 01:58 AM PDT

Go back to Reply #1. You have NOT gotten ridden of the useless gotos. You have NOT changed how you are reading data.

You are not getting good data from the card. Until you do that, you are wasting your time, and ours, trying to make sense of it.

There ...

No hay comentarios:

Publicar un comentario