Forum Software Ferduino code GSM module

GSM module  [SOLVED]


Post Number:#1 Post Tue Aug 23, 2016 4:34 pm
Posts: 101
Topics: 22
Solve rating: 0
Joined: Wed Sep 10, 2014 7:07 pm
Topics: 22
Age: 49
Gender: None specified
National Flag:
Italy
Hello
it would be possible to insert a GSM module to send sms for the alarms ??
if you which module you could use?
thank you

Post Number:#2 Post Tue Aug 23, 2016 5:23 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

All is possible, but I won't add it to my code. The web interface has alerts by email and actually almost everyone has internet on smartphone to check emails so, SMS are useless.

If do you want try Google it.

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#3 Post Wed Aug 24, 2016 9:33 am
Posts: 101
Topics: 22
Solve rating: 0
Joined: Wed Sep 10, 2014 7:07 pm
Topics: 22
Age: 49
Gender: None specified
National Flag:
Italy
Web control I did not see where to insert the email for alarms

Post Number:#4 Post Wed Aug 24, 2016 11:53 am
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

Try this first: http://ferduino.com/webcontrol/register.php

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#5 Post Wed Aug 24, 2016 2:21 pm
Posts: 101
Topics: 22
Solve rating: 0
Joined: Wed Sep 10, 2014 7:07 pm
Topics: 22
Age: 49
Gender: None specified
National Flag:
Italy
account already created and have already entered but where I set the email address for allert ????

Post Number:#6 Post Wed Aug 24, 2016 2:27 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Here: http://ferduino.com/webcontrol/pages/ma ... rofile.php

Please check this topic to learn how configure your controller: viewtopic.php?f=8&t=34
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#7 Post Wed Aug 24, 2016 5:12 pm
Posts: 101
Topics: 22
Solve rating: 0
Joined: Wed Sep 10, 2014 7:07 pm
Topics: 22
Age: 49
Gender: None specified
National Flag:
Italy
ok but what email address alert comes ???
to that of the Account ????
I can put more email addresses ???
Last edited by Simone Sandonati on Wed Aug 24, 2016 5:23 pm, edited 2 times in total.

Post Number:#8 Post Wed Aug 24, 2016 5:21 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Only 1 address can be used.

The email will be sent to the address configured in user profile.

Configure the alerts in this page: http://ferduino.com/webcontrol/pages/main/alerts.php
Last edited by Fernando Garcia on Mon Feb 20, 2017 6:49 pm, edited 1 time in total.
Reason: fix typo
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#9 Post Wed Aug 24, 2016 5:23 pm
Posts: 101
Topics: 22
Solve rating: 0
Joined: Wed Sep 10, 2014 7:07 pm
Topics: 22
Age: 49
Gender: None specified
National Flag:
Italy
another question

the values Arduino sends them on the web or are requested from the web when I login?

Post Number:#10 Post Wed Aug 24, 2016 5:26 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

The controller sends data to server to each 2 minutes.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#11 Post Sun Feb 05, 2017 6:12 pm
Posts: 101
Topics: 22
Solve rating: 0
Joined: Wed Sep 10, 2014 7:07 pm
Topics: 22
Age: 49
Gender: None specified
National Flag:
Italy
I wanted to try the ache sim900 gsm module with its library
but it is a problem if I use the library alone to send a text message it all works ok
If I include the library <sim900.h> ferduino not add anything in me error in compilation

'SetFont' was not declared in this scope

a very strange thing
It is not compatible with ferduino?

Post Number:#12 Post Sun Feb 05, 2017 9:37 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Hi!

There errors in this library:

In file included from E:\Meus documentos\ARDUINO\arduino-1.8.1\libraries\GSM-GPRS-GPS-Shield-GSMSHIELD/Streaming.h:24:0,

                 from E:\Meus documentos\ARDUINO\arduino-1.8.1\libraries\GSM-GPRS-GPS-Shield-GSMSHIELD/HWSerial.h:7,

                 from E:\Meus documentos\ARDUINO\arduino-1.8.1\libraries\GSM-GPRS-GPS-Shield-GSMSHIELD/SIM900.h:4,

                 from C:\Users\FERNAN~1\AppData\Local\Temp\arduino_modified_sketch_366459\Alimentador_automatico.ino:183:

E:\Meus documentos\ARDUINO\arduino-1.8.1\libraries\GSM-GPRS-GPS-Shield-GSMSHIELD/LOG.h:15:17: error: expected unqualified-id before 'const'

      void DEBUG(const char* string);

                 ^

E:\Meus documentos\ARDUINO\arduino-1.8.1\libraries\GSM-GPRS-GPS-Shield-GSMSHIELD/LOG.h:15:17: error: expected ')' before 'const'

In file included from E:\Meus documentos\ARDUINO\arduino-1.8.1\libraries\GSM-GPRS-GPS-Shield-GSMSHIELD/HWSerial.h:7:0,


Please ask for help here: https://github.com/MarcoMartines/GSM-GP ... eld/issues

Best regards.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.

Post Number:#13 Post Mon Feb 06, 2017 6:36 pm
Posts: 101
Topics: 22
Solve rating: 0
Joined: Wed Sep 10, 2014 7:07 pm
Topics: 22
Age: 49
Gender: None specified
National Flag:
Italy
but if the use without the ferduino code works fine

if you use the examples sent sms within the library works

maybe there is a conflict with the code ferduino

Post Number:#14 Post Mon Feb 06, 2017 8:56 pm
Posts: 1699
Topics: 38
Images: 301
Solve rating: 233
Joined: Mon Mar 03, 2014 5:59 pm
Topics: 38
Age: 39
Location: São Paulo
Gender: Male
National Flag:
Brazil

Please don't ask me anything more about this module.

This module is not in my part list therefore there no support for it.

I think the initial question was answered so I'll close this topic.
Post your doubts on forum because it can help another user too. Just PM me for support if it's absolutely necessary.




Return to Ferduino code





Who is online

Users viewing this topic: No registered users and 1 guest

cron