hourglass_full Your download should start automatically in a few seconds...

Download Arduino Serial bluetooth GCM_Latest Version.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (Arduino Serial bluetooth GCM_Latest Version.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

http://www.youtube.com/watch?v=PunHtW_nRoE
What you need for experimentation and development: Androidphone,such as Bluetooth module (HC-05), Atmega microcontroller,PIC,Arduino, a device that has a serial communication.

What does this program: Allows your microcontrollerserialcommunication with the Internet.
So that the microcontroller can now: send and receive email,sendand receive text messages, making calls, sending and receivingdataon the Internet using the HTTP protocol, receiving instantmessagesvia Google Cloud Messaging Service.

GCM messages can be sent from another Android phone usingmyother program:
http://play.google.com/store/apps/details?id=gcm.controller.serial

Commands that will be sent to the serial port:

After each command response is "ok" if delivered free.
At the end of the command is recommended to send a CR , LF ( chr(13 ) , Chr ( 10 ) ) , but not necessary .
When data is received to indicate the end of the message is LF (Chr( 10 ) ) , and you can go out and the timeout , eg if 2ms nodata onthe serial port all arrived .

1. "read mail " - only gmail ( in Bascome Print "readmail";)
Checks to see if there is new mail address to receive e-mails (mailand password are entered on android )
If there is no new mail response is "no mail "
if the error code reading - "error mail"
if you have new mail response mail content (body ) . If you sendinthe form of text ##text message## then the answer is"textmessage"

2. "read mailx,[email protected] ,password" - only gmail
If there is no new mail response is "no mail "
if you have new mail response mail content (body ) . If you sendinthe form of text ##text message## then the answer is"textmessage"

3. "send mail,subject,message" - for example"sendmail,rehearsal,this is the message"
Send a message to a predefined email with predefined mail - mailandpassword entered on android
If the message is sent , the answer is : "mail sent"
If not sent "mail error"

4. "send mailx,mail that I send,via mailbysending,password,subject,message" - just over Gmail
Example:"sendmail,[email protected],[email protected],password,this isasubject,this is the message"
If the message is sent , the answer is : "mail sent"
If not sent "mail error"

5. Sending and receiving data via HTTP to a Web server
way first "log,?variable=21.6" - the android is defined by therestof the http address ,
eg: http://site.com/logdata.php/ , when connected=http://site.com/logdata.php/?varijabla=21.6 ( logdata.phph -fileon your server )
Temperature 21.6 is sent to the variable "variable" in"logdata.php" file .
Route 2 "logx,http://site.com/logdata.php/?varijabla=21.6"
  
6.Receiving text message - when you have received itautomaticallyarrives via serial .
7.Sending text message : "send smsx,number,message" -"sendsms,0981234567,this is the message"
8.Sending text message : "send sms,message" - "send sms,this isthemessage " - the number to which the message is sentinandroid
9.Nazivanje with a cell phone : "callx,the number of"-"call,0981234567"
10.Nazivanje with a cell phone "call" - "call" - the numberthatcall is in android
11.Request number of sms sender "sms number" - the number ofthesender sends free SMS messages . ( those who arrived onAndroid)
12.Sending messages via Google Cloud Messagingservice.Afterregistration for GCM in the application (enter anusername andpassword and clicking on Register.

It is possible two-way communication GCM messages betweentwoandroid phones.
To send a message from another GCM Android mobile phone, thebrowseror PHPprogram:http://tamponsms.com/sendGCMx.php/?username=yourusername&password=yourpassword&message=yourmessage
The message will be delivered via a serial connection for afewseconds.

If GCM send a message via the serial from your device back totheAndroid mobile phone which is managed by:
If the message is sent successfully answer is: "gcm sucess"
If sending failed "gcm error"