Loading...
  Show Posts
Pages: 1 [2] 3 4 ... 77
16  International / Hardware / Re: Problema accensione via SMS on: April 27, 2013, 01:42:29 pm
puoi far gestire il pin allo shield passandolo come parametro nel metodo begin(). Esempio:

Code:

while(notConnected)
  {
    if(gsmAccess.begin("1234")==GSM_READY)
      notConnected = false;
17  International / Hardware / Re: Problema accensione via SMS on: April 26, 2013, 11:45:51 am
Ecco allora il problema è lì.
Essendo una sim M2M (machine-to-machine) ha la limitazione di poter funzionare solo all'interno del circuito di sim M2M movistar. Detto in soldoni, per motivi di sicurezza (le sim non sono associate a persone fisiche) c'è un firewall che blocca SMS e voce sia in ingresso che in uscita verso tutti gli altri operatori.

Per scrivere quel tutorial abbiamo usato un'altra sim "tradizionale".
18  International / Hardware / Re: Pilotare un normale display LCD con Arduino DUE on: April 26, 2013, 09:15:19 am
Per esperienza ti dico che non mi è mai capitato un display che fosse alimentabile solo a 5V. Come ti ha detto Astro con una prova pratica fughi ogni dubbio.
Non sempre è semplice trovare il datasheet del proprio display, però l'unico modo che hai per farlo è quello di cercare le sigle che trovi stampate sul retro del PCB del display.
Ti consiglio di farlo in primo luogo per la piedinatura (orientamento e perchè A e K della retroilluminazione non hanno una posizione standard) e soprattutto se hai intenzione di usare caratteri speciali (tipo ° o @), visto che non c'è uno standard, l'unico modo è andare a cercarli nella tabella allegata al datasheet.
19  International / Generale / Re: Arduino micro si blocca sulla trasmissione seriale on: April 26, 2013, 08:59:11 am
Ciao giacomo,
potresti postare tutto lo sketch oppure se è troppo lungo o non voi postarlo tutto, potresti fornire almeno uno sketch completo in cui si verifica il problema?
Già dallo spezzone che hai copiato sembra che manchi una graffa dopo il while, ma senza il codice completo non si può dire.

Grazie
20  International / Hardware / Re: Problema accensione via SMS on: April 26, 2013, 08:20:20 am
Stai usando la SIM movistar che hai ricevuto insieme allo shield?
21  Using Arduino / Microcontrollers / Re: 1284P Bobuino conflicting declaration 'digital_pin_to_timer_PGM' on: April 17, 2013, 08:23:31 am
Hi tack,

Are you using include guards inside your pins_arduino.h file?

Code:
#ifndef Pins_Arduino_h
#define Pins_Arduino_h

... //your pins configuration code

#endif
22  International / Hardware / Re: ArduinoDue Native USB Port on: April 13, 2013, 09:43:53 am
Potresti postare il link o lo schematico del "sensor shield v2"?
23  Products / Arduino GSM Shield / MOVED: SIM 900: Error 604 Stack Busy on: April 12, 2013, 09:37:09 am
This topic has been moved to Networking, Protocols, and Devices.

http://arduino.cc/forum/index.php?topic=160046.0
24  Products / Arduino GSM Shield / MOVED: control servo with shield GPRS on: April 10, 2013, 10:23:17 am
This topic has been moved to Networking, Protocols, and Devices.

http://arduino.cc/forum/index.php?topic=159221.0
25  Products / Arduino GSM Shield / MOVED: GSM/GPRS shield for arduino due on: April 10, 2013, 10:21:26 am
This topic has been moved to Other Software Development.

http://arduino.cc/forum/index.php?topic=159391.0
26  Products / Arduino GSM Shield / MOVED: communication Arduino Android via Bluetooth on: April 05, 2013, 09:52:57 am
This topic has been moved to Français.

http://arduino.cc/forum/index.php?topic=158588.0
27  Products / Arduino GSM Shield / MOVED: G BOARD connection problem with SIM900 on: March 15, 2013, 03:55:36 am
This topic has been moved to Networking, Protocols, and Devices.

http://arduino.cc/forum/index.php?topic=154318.0
28  Using Arduino / Networking, Protocols, and Devices / Re: G BOARD connection problem with SIM900 on: March 15, 2013, 03:55:20 am
Hi,

sorry but this board of the forum is dedicated only to the official Arduino GSM shield (http://arduino.cc/en/Main.ArduinoGSMShield) that is based on a different GSM/GPRS module and library.

I moved the discussion in the proper section (Networking, Protocols, and Devices).
29  Products / Arduino GSM Shield / MOVED: Help with code on: March 15, 2013, 03:50:14 am
This topic has been moved to Networking, Protocols, and Devices.

http://arduino.cc/forum/index.php?topic=154169.0
30  Using Arduino / Networking, Protocols, and Devices / Re: Help with code on: March 15, 2013, 03:49:41 am
Hi,

sorry but this board of the forum is dedicated only to the official Arduino GSM shield (http://arduino.cc/en/Main.ArduinoGSMShield).

I moved the discussion in the proper section (Networking, Protocols, and Devices).



Pages: 1 [2] 3 4 ... 77