ShneakySquirrel / gsm-shield-arduino

Automatically exported from code.google.com/p/gsm-shield-arduino
0 stars 0 forks source link

Output configuration wrong #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1) The SIM900 GSM module will not start.

Solution:
Configure GSM_ON an GSM_RESET as output.

pinMode(GSM_ON, OUTPUT);        // set GSM_ON pin as output   
pinMode(GSM_RESET, OUTPUT);     // set GSM_RESET pin as output

Greetings
Fabi

Original issue reported on code.google.com by fabian.b...@gmail.com on 26 Nov 2013 at 10:06