viernes, 7 de diciembre de 2012

Arduino by Davis: “Re: Mega 2560 problema con el reset cuando se conecta el puerto serial desde Java” plus 19 more


Arduino by Davis: “Re: Mega 2560 problema con el reset cuando se conecta el puerto serial desde Java” plus 19 more

Link to Arduino by Davis

Posted: 07 Dec 2012 01:49 AM PST
Hola

Tengo el mismo problema.

Al estar ejecutando mi programa y me conecto al serial de Uusb de Arduino Mega 2560, con un simple HiperTerminal de Windows, se reinicia la placa y empieza el programa...Una put...da....

Ruego, que si has solucionado el pr...
Posted: 07 Dec 2012 01:43 AM PST
Se riesci a produrre PCB con tutti gli "accessori" (fori metallizzati, serigrafia, solder mask) a prezzi buoni senza l'onere dell'impianto,

Impossibile perc...
Posted: 07 Dec 2012 01:42 AM PST

Extract a list of integers from a string...

[code]
void setup( void )
{
  Serial.begin( 115200 );
  Serial.println( F( "----------" ) );
}

void loop( void )
{
  char buffer[20];
  char* headptr;
  char* endptr;
  long value;
 
  strncpy( buffer, "1 2...
Posted: 07 Dec 2012 01:42 AM PST
grazie per la risposta leo.
Avevo visto già questi tuoi due scheduler. In effetti sono molto comodi, il fatto è che non posso usarli perché purtroppo l'evento non è regolare, è regolato dalla temperatura.
Mi sa che a questo punto mi toccherebbe utilizz...
Posted: 07 Dec 2012 01:38 AM PST

Ensure the string parses to an integer...

[code]
void setup( void )
{
  Serial.begin( 115200 );
}

void loop( void )
{
  char buffer[20];
  char* endptr;
  long value;
 
  strncpy( buffer, "badnews", sizeof(buffer) );
  buffer[sizeof(buffer)-1] = 0;
 ...
Posted: 07 Dec 2012 01:09 AM PST
El "In" es el terminal que tines que usar desde el arduino, es decir el que manda la orden para activar "HIGH" o desactivar "LOW" el relé.
Un Saludo
Jomagom
Posted: 07 Dec 2012 01:08 AM PST
Hi Ricky,

I have not yet purchased the Arduino Due but I'm also interested in using Eclipse with Arduino Due board in the futur.
I installed Atmel Studio 6.0 (it's free) t...
Posted: 07 Dec 2012 01:08 AM PST
Problème résolue smiley-grin merci beaucoup à toi bonne journée et bonne continuation.

Cordialement Armando
Posted: 07 Dec 2012 01:08 AM PST
It's easy to add SPI-bus addressable RAM to an Arduino for extra storage but if that's not suitable then you probably need to go to an ARM based board.
Posted: 07 Dec 2012 01:06 AM PST
El Mejor simulador que conozco es el Isis, aunque es de pago mira a ver si la Demo te deja simular.
Un Saludo
Jomagom
Posted: 07 Dec 2012 12:43 AM PST
Resta da capire com'è che l'hai brickato.

Il mio consiglio comunque è quello che ti ho dato anche all'inizio del thread:
spero che il parametro "-F" tu lo abbia usato solo in ...
Posted: 07 Dec 2012 12:43 AM PST
Michele, il problema del solder è uno solo.
un rotolo da 25 mt costa 330 euro, certo magari acquistandolo in 4-5 diventa fattibile.
potrebbe essere un'idea.


Posted: 07 Dec 2012 12:40 AM PST
Hi,

I have a problem sending SMS with SIM900 i can make a call but there is an Error when i tried to send SMS.

AT+CMGF=1

OK
AT+CMEE=1

OK
AT+CMGS="+41xxxxxxxxxx"

+CME ERROR: 765
testettt


Thanks
Posted: 07 Dec 2012 12:36 AM PST
OTTIMO!!! come giustamente dicevi tu all'inizio non è una questione di soldi e di tempo, ma di problematica ripetibile; ora sai che se dovesse risuccedere, con una mezzoretta sei pronto a risolvere, ovviamente non perderai più tutto questo tempo, i pro...
Posted: 07 Dec 2012 12:35 AM PST
eh, allora tutto si spiega, voi ragazzi(ni) preferite smanettare piuttosto che dare la caccia alla topolina, convinti che sia meglio un uovo subito che la gallina do...
Posted: 07 Dec 2012 12:28 AM PST
It would help to see all of your code. The number you're getting may be because of the network you're trying to connect to. If you're trying to connect to a WEP network, using "pass" is not going to work, as you have to provide the hex key to gain acce...
Posted: 07 Dec 2012 12:25 AM PST
Ciao Francesco, la serigrafia va bene, l'una vale l'altra, serve alla fine per idendificare il posizionamento dei componenti, ma ad occhio quello sembra un circuito monofaccia.
Domanda: sei oggi in grado di realizzare un doppia faccia 10x8cm serigrafat...
Posted: 07 Dec 2012 12:22 AM PST
Tu penses qu'ils viennent d'où tous les relais qui t'entourent ? De France ?? smiley-wink
Posted: 07 Dec 2012 12:20 AM PST
Do you have 0.1uf caps on all Vcc+ terminals of your chips/avr connected to ground?  Place 0.1uf cap near pins as much as possible.

May also help adding a small, say 47uf to 100uf caps across your power terminals, Vcc to Gnd.
Posted: 07 Dec 2012 12:16 AM PST
Non è per niente male se davvero riesci ad ottenere piste del genere smiley

No hay comentarios:

Publicar un comentario