GSM interfacing using FLOWCODE 4 AVR

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
rags
Posts: 29
Joined: Thu Dec 22, 2011 5:33 pm
Has thanked: 1 time

GSM interfacing using FLOWCODE 4 AVR

Post by rags »

hello sir,

we are stuck up with programming a GSM modem along with ATmega32 micro controller..can pls guide us with a demo programm to just send a SMS saying "HELLO" to a number say "996275252" . thanking you in advance!

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: GSM interfacing using FLOWCODE 4 AVR

Post by Steve »

Here's a list of all the GSM resources in our learning centre:
http://www.matrixmultimedia.com/lc_inde ... all&fi=gsm

And here's a similar list looking for he keyword "phone":
http://www.matrixmultimedia.com/lc_inde ... l&fi=phone

While most of the programs and examples are for the PICmicro, it should not matter too much. The same techniques should be employed when using an AVR device.

rags
Posts: 29
Joined: Thu Dec 22, 2011 5:33 pm
Has thanked: 1 time

Re: GSM interfacing using FLOWCODE 4 AVR

Post by rags »

sir as we are having flowcode for AVR will that programe work with demo version of PIC FLOWCODE
???

rags
Posts: 29
Joined: Thu Dec 22, 2011 5:33 pm
Has thanked: 1 time

Re: GSM interfacing using FLOWCODE 4 AVR

Post by rags »

sir i have that programme with me in AVR version itself... i just want a sample prog to send a SMS to a number predefined inside that program... i don want the user to enter the number thro keypad..i want the number to be stored in the prog itelf..please help me out with this sir!!

thank you

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: GSM interfacing using FLOWCODE 4 AVR

Post by Steve »

I have moved this topic to the V4 forum as it is more relevant. You will need to sign up for access via the "help...online resources" link within Flowcode.

You should be able to remove the code that is involved with user input of the number and just use a hardcoded predefined number instead - this should be a trivial change in the program.

Post Reply