Please help me with a soil moisture sensor program[Copy link]
I am learning ZigBee now, and I bought a learning kit from NetBee. It contains a soil moisture sensor. I read that it can display analog quantities, but the example only gives digital switch quantities. Is there any expert who can program a soil sensor to display the humidity value through the serial port? Thank you very much! Also, I have two sensors now, and I want to use a node to send them to the coordinator and then to the serial port. How can I make the display not chaotic, that is, no matter which one is powered on first, there will be a sequential display?
The soil sensor can use the serial port to display the humidity. First read the temperature correctly, then see how to send it. To read the temperature, you need to analyze the sensor manual. Communicate according to its protocol.
Details
Published on 2018-3-5 11:41
The soil sensor can use the serial port to display the humidity. First read the temperature correctly, then see how to send it. To read the temperature, you need to analyze the sensor manual. Communicate according to its protocol.