unable to combine 3 sketches in Arduino 1.8.5 version software

Hello sir,

I am implementing a project using 4 x 4 matrix keypad , 16 x 2 LCD display and sim 808 GSM module with Arduino mega board 2560. I was able to combine the sketches of keypad and lcd display but unable to combine GPRS sketch..its something like am unable to type the AT commands in either serial monitor window or even in putty software.

can anyone resolve this issue.

1.ino (4.98 KB)

gprs_testing.ino (2.71 KB)

can anyone resolve this issue.

With the details you provided? No.

You have three sketches that were the inspiration for a fourth sketch, yet you only posted two sketches, and failed to tell us which two of the 4 they are.

The sketch of interest, whatever that is, does something. You failed to describe what it actually does. You expect it to do something, yet you failed to disclose that.

Try posting your code in the code brackets so we can see what you have.

//like this!

This will also make it easy for anyone to see your code at a glance and greatly improve the chance of getting helped.

Also explain FULLY what you are trying to get the code to do. Then we will be able to help you.

It would also help if you posted a screenshot of your error message as well as ALL 3 working codes in the format above.

--DH

sir, even i am facing the same issue..the basic idea combining these 3 sketches is that whatever i am able to display in the lcd the same data should be transmitted to the server..actually i am doing an IoT project.

please find the attachment below and resolve this issue asap..

thanks in advance.

gprs_testing.ino (261 Bytes)

keypad_and_lcd_1.ino (1.15 KB)

sir, even i am facing the same issue..

What issue is that?

You have addressed NONE of the items raised in reply #1.