SMS-Based LED Matrix Display.

invader7:
if you post me the part of code which read the last message i will try to help you , my gsm shield is not here , so i didn't read how it works.

weren't you the one asking me about GSM shields in the messages? :slight_smile: the whole code is there.

Yes my friend im the one :slight_smile: , your problem is at loadSMS() or at checkSMS() ?

invader7:
Yes my friend im the one :slight_smile: , your problem is at loadSMS() or at checkSMS() ?

it's just the looping of the text messages. i can't seem to loop them properly.

maskinao:

invader7:
Yes my friend im the one :slight_smile: , your problem is at loadSMS() or at checkSMS() ?

it's just the looping of the text messages. i can't seem to loop them properly.

yes i know that , but which part of the code loops through the messages ? i want to see that code to help you

invader7:
yes i know that , but which part of the code loops through the messages ? i want to see that code to help you

look for the shift and load functions. that's where the loop and shift happens.

maskinao:

invader7:
yes i know that , but which part of the code loops through the messages ? i want to see that code to help you

look for the shift and load functions. that's where the loop and shift happens.

i cant understand what are you doing at shift and loadSMS functions , can you sent me at a PM your logic with comments at these 2 functions ? and if i can i will help you

i cant understand what are you doing at shift and loadSMS functions , can you sent me at a PM your logic with comments at these 2 functions ? and if i can i will help you

the shift function "shifts" the characters from right to left. while the load locates the characters given to the CMAP.h header. read the whole thread to get the whole code.

thanks for trying to help, but i've got it. :slight_smile: i'll post the code after some more changes. thanks anyway. :smiley:

Hi! I've got it working. it's 100%. :smiley:

i attached the code. :slight_smile:

hope i contributed something to the Arduino Community. :slight_smile:

you guys rock! thanks a lot!

WORKING_100.rar (3 KB)

Good :slight_smile:

I'm sorry that I led (:P) you in the wrong direction with my comment about pointers..

guix:
Good :slight_smile:

I'm sorry that I led (:P) you in the wrong direction with my comment about pointers..

haha. i see what you did there. :slight_smile: thanks! :smiley:

pls help, " 'gsm' was not declared in this scope" i can't upload the code

Hi! I've got it working. it's 100%.

https://www.youtube.com/watch?v=WVhDr5CNxwE

i attached the code.

hope i contributed something to the Arduino Community.

you guys rock! thanks a lot!

im working same project, but i cant upload the the code i think because of the version of the arduino. im using arduino 1.0.1 pls help me =(

im working same project, but i cant upload the the code i think because of the version of the arduino. im using arduino 1.0.1 pls help me =(

Hello. It's because you didn't download the proper libraries. Look for GSM/GPRS library made by open electronics and change the Tx Rx to 2 and 3 of the Gsm.cpp file

How can I solve this??

gsm.bmp (896 KB)

Hello. It's because you didn't download the proper libraries. Look for GSM/GPRS library made by open electronics and change the Tx Rx to 2 and 3 of the Gsm.cpp file

thank sir problem solved !!!! :slight_smile: :slight_smile: :slight_smile:

cancerxin:
thank sir problem solved !!!! :slight_smile: :slight_smile: :slight_smile:

Good job! Appreciate it if you left me some Karma points and some likes on Youtube. Hahaha. Thanks!

you saved my life sir =( :slight_smile:
points for you :slight_smile:

sir I have problem, no text msg. appear in led matrix, only the first and 2nd msg are displaying. :~ ???

pls check this.

cancerxin:
sir I have problem, no text msg. appear in led matrix, only the first and 2nd msg are displaying. :~ ???

http://www.youtube.com/watch?v=_HQjEAwLnOY&feature=youtu.be

pls check this.

i think you have the wrong password. it should be "default#" without any spaces. maybe you've altered some part of the code i uploaded. there's something wrong with your checkSMS function of maybe you're text message is wrong.

and oh, i almost forgot, i think you didn't edit my number out. only my number is registered in the code i uploaded. i guess that will do the trick.

random question though: have you had extensive experience in programming?

i used my no. as the admin and the default# password,,, i will upload the codes
this is my first time in arduino :slight_smile: