I need to Change the parameter to the arduino board by simple messaging through sms via GSM module. Is it possible to do that? Example If i want to change the value of hot and cold in the code ??
#include <dht.h> #include <SoftwareSerial.h> #include <LiquidCrystal.h>
SoftwareSerial serialSIM900(7,8);
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
dht DHT; #include "DHT.h" #define DHT11_PIN A0
const int hot = 28; // set temperature high
const int cold = 20; //set Temperature cold parameter
const int high = 70;//set Humidity hot parameter
const int low = 10; // Set Humidity low parameter
If you mean that you have a sketch running on an Arduino and you want to change the value of some variables in the sketch using an SMS message then yes you can do that.
ardly:
If you mean that you have a sketch running on an Arduino and you want to change the value of some variables in the sketch using an SMS message then yes you can do that.
There is a gigs and collaborations section of the forum where you may find somebody that you can pay to write code for you. It would be a good idea to write a detailed specification of what you require.
There is a gigs and collaborations section of the forum where you may find somebody that you can pay to write code for you. It would be a good idea to write a detailed specification of what you require.