Olimex Support Forum

DUINO => PINGUINO => Topic started by: .Costin on July 23, 2014, 08:04:50 PM

Title: Arduino GSM shield on PIC32-OTG
Post by: .Costin on July 23, 2014, 08:04:50 PM
Hi, everybody..As the title says,I have one of these shields but I want to make it work with a PIC32-OTG board for a GPRS connection.Since I had unnumbered failures trying to make an Arduino board to work in an industrial environment, the Arduino's are no more on my option list.But I still have some shields which I must use them.
Does anyone have any ideea how to use those two boards in conjunction ? Is there any library regarding GPRS ?
Title: Re: Arduino GSM shield on PIC32-OTG
Post by: JohnS on July 23, 2014, 11:11:59 PM
Might be worth asking on http://forum.pinguino.cc/

John
Title: Re: Arduino GSM shield on PIC32-OTG
Post by: .Costin on July 24, 2014, 10:37:48 PM
 I'll try there too....After deep diggings on the manufacturer's site, until I'll be able to create my own library for this module, I'll use explicitly the AT commands to configure and connect...It's all about the same Tx and Rx pins , found on both proccessors...My C++ is poor, I was used to assembler only, but the spark to change programming language was a >500 lines multiplication, done in assembler:)..
Title: Re: Arduino GSM shield on PIC32-OTG
Post by: .Costin on August 27, 2014, 11:09:48 AM
It's working fine, using straight AT commands...At least the sms stuff..