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!
GSM interfacing using FLOWCODE 4 AVR
Moderator: Benj
- 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
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.
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.
Re: GSM interfacing using FLOWCODE 4 AVR
sir as we are having flowcode for AVR will that programe work with demo version of PIC FLOWCODE
???
???
Re: GSM interfacing using FLOWCODE 4 AVR
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
thank you
- 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
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.
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.