Can you send direct alert to Android

Hi

I have two temp sensors reporting back to a MYSQL database on my webserver.

Is there a way to directly send an alert to my phone if the temp goes below a certain level ?

Ive seen a program send to twitter but I dont want that or public.

Im using the Wemos D1 Mini

Thanks

Martyn

Is there a way to directly send an alert to my phone if the temp goes below a certain level ?

With the right hardware, you could send an SMS. But, why? The script on the web server knows the temperature, and could know the setpoint. It isn't that difficult to determine which one is higher. The PC is far more capable of sending SMS's, etc. than the Arduino is.

Hi

OK. That was my 1st port of call but I was just unsure if Arduino could as still learning.

I have my data in a mysql database. Ill look at doing a notification that way.

Thanks