Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Arduino GSM Shield (integrated antenna) (A000043)

GSM

  • Please log in to reply
3 replies to this topic

#1 andrepageot

andrepageot

    New Member

  • Members
  • Pip
  • 2 posts

Posted 18 April 2013 - 11:40 PM

Hi Everyone

 

Im not sure if this is the applicable thread for this so feel free to move it.

 

I read that the NetDuino 2 supports the Arduino shields 

 

I have a [font="arial, sans-serif;font-size:13px;"] Arduino GSM Shield (integrated antenna) (A000043) on the way and was wondering if anyone can advise me on how best to start coding with it on my netduino 2 with C# VS Express 2010. [/font]

 

[font="arial, sans-serif;font-size:13px;"]Some kind of reference material would be perfect[/font]

 

[font="arial, sans-serif;font-size:13px;"]Failing that I plan to use my arduino uno with the arduino IDE and the gsm module with its examples, perhaps then i can figure out how to port the code across. Im not sure[/font]

 

Any pointers would be much appreciated,

 

thanks 



#2 Kem

Kem

    Member

  • Members
  • PipPip
  • 17 posts

Posted 24 April 2013 - 10:24 AM

Hi,

 

I've just started to play with the same GSM shield (http://arduino.cc/en...rduinoGSMShield). So far I have been able to send and read SMS messages.

 

The newest version of the Quectel M10 AT Commands documentation I could find: http://www.sigmaelec...10_ATC_V1.2.pdf

 

Cheers,

 

Kem



#3 andrepageot

andrepageot

    New Member

  • Members
  • Pip
  • 2 posts

Posted 30 April 2013 - 08:30 PM

Hi,

 

I've just started to play with the same GSM shield (http://arduino.cc/en...rduinoGSMShield). So far I have been able to send and read SMS messages.

 

The newest version of the Quectel M10 AT Commands documentation I could find: http://www.sigmaelec...10_ATC_V1.2.pdf

 

Cheers,

 

Kem

Hi Kem

 

Are you using the Netduino with the GSM board ?

 

I've downloaded a C# driver library from here http://netduino2seedgsm.codeplex.com/ it was designed to operate with a different gsm board but the basic principle is the same. I'm currently working on getting the M10 to respond to commands, but as yet I have only been able to add handlers to the inbound events on the serialport instance "DataReceived" and "ErrorReceived" sending seems to be a bit of a black box at the moment.

 

will post back with progress as and when I make any



#4 Kem

Kem

    Member

  • Members
  • PipPip
  • 17 posts

Posted 04 May 2013 - 08:39 AM

I have modified my telnet - serial passthrough program a bit, so it works with the Arduino GSM Shield. This way you can test the AT commands of the shield.

 

SIM Ready:

AT+CPIN?

Signal strength: 

AT+CSQ

Send SMS:

AT+CMGF=1AT+CSCS="8859-1"AT+CMGS="<number>"<message><CTRL-Z>

Have fun!

Attached Files







Also tagged with one or more of these keywords: GSM

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.