Does anyone know a code for a water level sensor and a gsm module (arduino genuino uno)?
A code where a message is sent when a certain hight is reached by the water. (for flood warning system) (singular water level sensor)
exshei:
Does anyone knowacode for a water level sensor and a gsm module (arduino genuino uno)?
You're asking if anyone has code "on the shelf" that does both in the same sketch?
Why don't you find or write two sketches, one to get your gsm module working alone, then one to get the water sensor working alone, then bolt the two together?
How do you join the two together?
There are a few tutorials on that. Im on my mobile atm, and dont have a link for you alas.
Do a searh like " combining arduino sketches" or similar.
Do you have 2 sketches running alone?
Ok here's one link; there are others.