ArduinoGeneral

Arduino and Solenoid valve control

userHead Account cancelled 2021-04-05 22:55:50 524 Views1 Replies
I am very new to the microcontroller. I am using Arduino for a project where I am using about three sensors along with a Solenoid valve. I need to find a way to open/start or close/stop the solenoid valve based on the value I am getting from the other sensors. For example, the Solenoid valve should start and stop depending on the value or range I would find from one of the sensors. Is it possible?

I also need to transfer all these data to google drive or another cloud server using a 4G SIM card (not wifi) to get the data from anywhere. What should I do to transfer the data?
2021-04-07 18:03:18 The first question: Many of our sensor libraries have interrupt demos. If you don’t want to use the interrupt function, you can add an if else statement to the code to determine whether the sensor output value exceeds the threshold you set, and then pass the reference The foot controls the opening and closing of the solenoid valve.
Second question: You can pay attention to products such as SIM7000 or SIM808, they can communicate through SIM card,
userHeadPic 347945801