Chat freely about anything...

User avatar
By tytower
#20031 As an alternative I went to Ubidots.com and had a play around there for a while . They have an If this then That type service attached to your cloud data recording service and it will send you an email when a condition is met without you having to trust them with your username and password

You have to register with them and create a data source and a variable that you want to regularly update but its all free .
Attachments
(1.33 KiB) Downloaded 1192 times
User avatar
By UmerShakeel
#39328 Hello,

I am using your code but I get an error at the Wifi client line:

// Create an instance of the server
// specify the port to listen on as an argument
WiFiServer server(80);
WiFiClient client;

not sure how to create an instance of the server.

Could you kindly help me with this. Thank you.
User avatar
By UmerShakeel
#39329 Hi,

I am using your code and I am getting an error at the WiFi server line:

// Create an instance of the server
// specify the port to listen on as an argument
WiFiServer server(80);
WiFiClient client;

I am not sure how to create a wifiserver or how to resolve the problem. I just changed the indicated things in the code and tried running it. Could you help me solve this problem ? Thank you.