Cooking Hacks Forum https://www.cooking-hacks.com/forum/ |
|
arduino se reinicia al estar en movimiento https://www.cooking-hacks.com/forum/viewtopic.php?f=34&t=8557 |
Page 1 of 1 |
Author: | neo_the_elite [ Tue Mar 15, 2016 9:34 am ] |
Post subject: | arduino se reinicia al estar en movimiento |
Buenos días, Tengo un arduino con el shield 3g/gps, el programa lo que hace es buscar coordenadas GPS y enviarlo por UDP a un server. Cuando estoy parado funciona perfectamente. No GPS data available AT+CGPSINFO No GPS data available AT+CGPSINFO No GPS data available AT+CGPSINFO No GPS data available AT+CGPSINFO AT+UDPSEND=62,"XXXXXX",6444 4016.459492,N,00347.430601,W,150316,074532.0,723.5,56.5,92.2 AT+UDPSEND=62,"XXXXXX",6444 4016.459492,N,00347.430601,W,150316,074533.0,723.5,56.5,92.2 AT+UDPSEND=62,"XXXXXX",6444 4016.459492,N,00347.430601,W,150316,074534.0,723.5,56.5,92.2 AT+UDPSEND=62,"XXXXXX",6444 4016.459492,N,00347.430601,W,150316,074535.0,723.5,56.5,92.2 Pero cuando estoy en movimiento se reinicia. Starting... AT AT+CPIN= AT+CREG? AT+CGSOCKCONT=1,"IP","movistar.es" AT+CSOCKAUTH=1,1,"","" AT+NETOPEN="UDP",6444 Network opened Inicio GPS AT+CGPS=1,1 AT+CGPSINFO AT+UDPSEND=62,"XXXXXX",6444 4016.651373,N,00346.861005,W,150316,074607.0,703.0,53.8,98.8 Starting... AT AT+CPIN= AT+CREG? AT+CGSOCKCONT=1,"IP","movistar.es" AT+CSOCKAUTH=1,1,"","" AT+NETOPEN="UDP",6444 Network opened Inicio GPS AT+CGPS=1,1 AT+CGPSINFO AT+UDPSEND=62,"XXXXXX",6444 4016.714864,N,00346.530485,W,150316,074625.0,696.5,49.2,82.2 AT Starting... AT AT+CPIN= AT+CREG? AT+CGSOCKCONT=1,"IP","movistar.es" AT+CSOCKAUTH=1,1,"","" AT+NETOPEN="UDP",6444 Network opened Inicio GPS AT+CGPS=1,1 AT+CGPSINFO AT+UDPSEND=63,"XXXXXX",6444 4016.714617,N,00346.222048,W,150316,074645.0,694.5,30.0,100.0 He revisado la conectividad con el shield, por si estaba suelto al igual que los Jumpers. Y todo parece correcto. Entre la geolocalizacion y el envío tengo delay de 1seg y luego otro segundo para volver a geolocalizar. Un saludo. |
Author: | libelium-dev [ Tue Mar 15, 2016 9:47 am ] |
Post subject: | Re: arduino se reinicia al estar en movimiento |
Hello neo_the_elite, We think it is a fault in power supply. How are you powering the system?. You need a 2A power supply at least. Send us some pictures of your hardware configuration. Regards |
Author: | neo_the_elite [ Tue Mar 15, 2016 10:14 am ] |
Post subject: | Re: arduino se reinicia al estar en movimiento |
Buenas, Esta siempre conectado al puerto USB del portátil: Si estoy parado: funciona perfectamente, Si estoy en movimient: se reinicia. Un saludo, David. |
Author: | libelium-dev [ Tue Mar 15, 2016 11:11 am ] |
Post subject: | Re: arduino se reinicia al estar en movimiento |
Hola neo_the_elite, El módulo 3G necesita una fuente de alimentación de 2A como mínimo. Aunque te funcione en reposo, cuando te mueves el módulo pide picos de corriente de 2A para establecer la comunicación. Prueba a alimentarlo exteriormente con un alimentador de 2A. Saludos |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |