Show Posts
|
|
Pages: 1 ... 7 8 [9] 10 11
|
|
122
|
International / Italiano / Re: Moduli gsm
|
on: May 09, 2011, 04:55:33 am
|
|
Nella shield c'è addirittura un 470µ. Prob ce la fa anche (avevamo fatto un modem USB alimentato solo dalla porta e non abbiamo mai avuto rogne), per evitare problemi di qualsiasi genere (assorbimento, altre shield, drop out) abbiamo previsto l'alimentazione esterna nella shield.
|
|
|
|
|
123
|
International / Italiano / Re: Moduli gsm
|
on: May 09, 2011, 04:00:16 am
|
I picchi riesci solamente ad apprezzarli con un multimetro analogico. Ma ad ogni modo questo è quanto riportato dal datasheet hd design.pdf del SIM900 The power supply of SIM900 has to be a single voltage source of VBAT= 3.4V...4.5V. It must be able to provide sufficient current in a transmit burst which typically rises to 2A I picchi possono essere "tamponati" con dei buoni condensatori permettendo di utilizzare anche alimentatori meno performanti Ad ogni modo la shield vuole l'alimentazione esterna: l'LM317 è collegato al VIN di Arduino.
|
|
|
|
|
124
|
International / Italiano / Re: Moduli gsm
|
on: May 09, 2011, 02:48:19 am
|
Mi state dicendo che se utilizzo lo shield di futura elettronica e utilizzo la loro libreria, non devo modificare niente?? Esatto. Se installi la libreria della GSM Shield devi lasciare il deviatore della shield su SW e puoi utilizzare gli esempi che trovi nel menu File->Examples->GSM_shield senza fare niente altro. Attenzione solamente all'alimentatore che utilizzi. Infatti il GSM vuole 3.9V che la shield fornisce con un semplice LM317, però Arduino lo devi alimentare con un alimentatore esterno (la USB non ce la fa) in grado di fornire almeno 1A, in quanto il GSM quando cerca la rete ha dei picchi di assorbimento.
|
|
|
|
|
125
|
Using Arduino / Programming Questions / Re: Groundlab GSM Library with newSoftSerial
|
on: May 09, 2011, 02:43:41 am
|
In my GSM library I implement the NewSorftSerial, so you don't need to do nothing. I use the pin 4 and 5. The command TurnOn(baud) set the speed communication with the module (es. TurnOn(9600) ) Selecting the serial hardware there are no problem with the baudrate (the default module baudrate is 115200) but there are problem programming the module (the serial is also used to upload the sketch). Using instead the pin 4 and 5 there aren’t problems to upload the sketch but the maximum baudrate for NewSoftSerial (the serial library) is 57600. We performed a GSM library to controll easly the module. The GSM library is a modified version of the library of HWKitchen. With our version we controll the module throw the pin 4 and 5 (so normal digital pin) and our GSM libray include also the NewSoftSerial, so you can easy control the module, send and read SMS, make call, control the GSM state ecc.
|
|
|
|
|
127
|
International / Italiano / Re: Moduli gsm
|
on: May 08, 2011, 06:59:49 am
|
|
Ottimo ypkdani.
@luipon per utilizzare la seriale software non devi fare nulla, ti basta implementare la libreria della gsm shield. E' la stessa libreria che implementa a sua volta la libreria NewSoftSerial che ti permette di utilizzare due pin digitali come il 4 e 5 come se fossero pin seriali.
|
|
|
|
|
128
|
International / Italiano / Re: Moduli gsm
|
on: May 07, 2011, 02:20:24 am
|
Ciao, come scritto su open-electronics.orgSelecting the serial hardware there are no problem with the baudrate (the default module baudrate is 115200) but there are problem programming the module (the serial is also used to upload the sketch). Using instead the pin 4 and 5 there aren’t problems to upload the sketch but the maximum baudrate for NewSoftSerial (the serial library) is 57600. We performed a GSM library to controll easly the module. The GSM library is a modified version of the library of HWKitchen. With our version we controll the module throw the pin 4 and 5 (so normal digital pin) and our GSM libray include also the NewSoftSerial, so you can easy control the module, send and read SMS, make call, control the GSM state ecc la libreria include le funzioni per poter funzionare con la seriale virtuale. Puoi anche utilizzare la seriale hardware, ma devi poi spostare il deviatore quando fai l'upload dello sketch per non avere problemi. Se proprio vuoi utilizzare la seriale hardware devi modificare anche tutti i "MySerial" che trovi con "Serial".
|
|
|
|
|
129
|
International / Italiano / Re: Moduli gsm
|
on: May 06, 2011, 01:39:15 am
|
Mi introduco per dirvi che anche altre persone stanno lavorando all'implementazione delle funzioni GPRS nella libreria. Nel Forum di Open Electronics un certo Charles sembra aver già implementato qualcosa. Provate anche a sentire lui in modo da avere un'unica libreria comune e non più versioni.
|
|
|
|
|
130
|
International / Italiano / Re: Moduli gsm
|
on: April 28, 2011, 01:34:58 am
|
Il problema è il codec audio. Futura Elettronica ha realizzato un riproduttore MP3 compatto e comandabile in seriale che integra il codec MP3. Puà anche essere pilotato tramite semplici contatti. Il modulo è FT862, lo trovi sotto SCATOLE DI MONTAGGIO > ELABORAZIONE AUDIO/VIDEO > REGISTRATORI RIPRODUTTORI DIGITALI Questo il link
|
|
|
|
|
131
|
International / Italiano / Re: Moduli gsm
|
on: April 27, 2011, 01:52:14 am
|
Come sketch puoi utilizzare quello a questo link e modificarlo a piacere. Per il collegamento del microfono fai riferimento al datasheet hardware del SIM900. Ti riporto per comodità un'immagine. 
|
|
|
|
|
133
|
International / Italiano / Re: Moduli gsm
|
on: April 18, 2011, 07:32:44 am
|
|
Com'è il file h? hai specificato che ora passi due stringhe? Dall'errore sembra che si aspetti ancora byte e char-> char GSM::SendSMS(byte, char*)
|
|
|
|
|
134
|
International / Italiano / Re: Moduli gsm
|
on: April 18, 2011, 03:32:40 am
|
|
Bene, ho invitato alla discussione la persona che sta implementando la parte GPRS. Poi aprirò un thread apposta, così si possono raccogliere le modifiche facilmente
|
|
|
|
|