Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


event2

188 posts

Master Geek
+1 received by user: 14


#171727 29-Apr-2015 11:02
Send private message

Hi

I have a EFCOM gsm shield  http://www.elecfreaks.com/store/gprsgsm-shield-efcom-shdefcom-p-415.html connected up to Arduino Mega 2560 Via Hardware rx and tx on the gsm shield to the pins 18 and 19 on the Arduino mega.

Sketch used on mega
void setup()
{
Serial.begin(19200);
Serial1.begin(19200);
}

void loop()
{
if (Serial1.available())
Serial.write(Serial1.read());
if (Serial.available())
Serial1.write(Serial.read());
}


I can seen the GSM shield trying to connect to the network but then it looks like it restarts and prints some strange characters (see video here of net and sta lights on shield and serial output https://www.youtube.com/watch?v=ZUgf23aL9Fk) and continues the process over again.

if I enter the following AT+COPS=? I get :

+COPS: (1,"2degrees","2degrees","53024"),(1,"vodafone NZ","voda NZ","53001"),,(0,1,4),(0,1,2)

So it is in some way communicating with gsm networks.

- I have tried using a different carriers sim card.
- Have tired using different power supplys.
- Have checked the IMEI is not black listed here in New Zealand.
- Have re-flashed firmware onto sim900.
- Have tried changing the AT+COPS from Auto mode to manual mode and entered the information for the carrier of the sim card.

I am not sure what else to do, any help would be appreciated :)

Thanks

Richard

Create new topic

This is a filtered page: currently showing replies marked as answers. Click here to see full discussion.

event2

188 posts

Master Geek
+1 received by user: 14


  #1297468 4-May-2015 10:10
Send private message

I Got it working !!laughing

Tried shield on another arduino, got the same result as before.

Powered the GSM sheild directly to the Vin and gound pins from an external power source and vola it works beautifully.


I assume the sheild was drawing to much from the Adruinos powersupply and tripping some type of fuse.

Now to figure out how to post data to my webserver from the arduino.undecided

Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.