MarcoMartines / GSM-GPRS-GPS-Shield

GSM/GPRS & GPS Shield Library for modules using SIM900/SIM908
GNU General Public License v2.0
208 stars 152 forks source link

Running GPRS Shield V1.1(B) on Arduino Due #10

Open Vonken opened 9 years ago

Vonken commented 9 years ago

Hi and thanks for a great project!

I try to use the code for my Arduino Due and my SIM900 GPRS Shield V1.1 (B). Will it work? How do I solve the problem?

I changed the code for MEGA GSM.h and HWSerial.h as you described. Do I need to connect the shield som different?

I get the following Compile error when I run the example code for calling: C: \ Program Files (x86) \ Arduino \ libraries \ GSM GPRS GPS Shield 3.07.1 / SIM900.h: 3: 28: fatal error: SoftwareSerial.h: No such file or directory   #include

Please help me :)

MarcoMartines commented 9 years ago

Probably you need a logic level adapter from 5V to 3.3V.

2014-10-20 9:20 GMT+02:00 FTell92 notifications@github.com:

Hi and thanks for a great project!

I try to use the code for my Arduino Due and my SIM900 GPRS Shield V1.1 (B). Will it work? How do I solve the problem?

I changed the code for MEGA GSM.h and HWSerial.h as you described. Do I need to connect the shield som different?

I get the following Compile error when I run the example code for calling: C: \ Program Files (x86) \ Arduino \ libraries \ GSM GPRS GPS Shield 3.07.1 / SIM900.h: 3: 28: fatal error: SoftwareSerial.h: No such file or directory

include

— Reply to this email directly or view it on GitHub https://github.com/MarcoMartines/GSM-GPRS-GPS-Shield/issues/10.

Vonken commented 9 years ago

How will it works on MEGA? Do I need to reconnect some cables?

ronistiawan commented 9 years ago

Is there anyone has successfully used this library on MEGA 2560? what i need to do with the library to make it work?

colesnicov commented 6 years ago

You can not use SoftwareSerial, but HardwareSerial you can. Arduino Due haven't SoftwareSerial!!