Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 2
    the program should be responding to pressure changes ... disconnect the arduino and check the sensor output with a voltmeter Commented Jul 11, 2023 at 14:58
  • @NickS. - That's a nice comment your wrote! The "Also, your equation is wrong..." part is brilliant, and would be part of a great answer. Perhaps you are not aware that answers in the comments on Arduino SE are frowned upon. Commented Jul 12, 2023 at 0:45
  • @NickS. - Why not put your "I just gave pointers" part of your comment into an answer? I am certain that the long term members of this stack will agree that answers and partial answers are not welcome in the question's comment section :) NG Commented Jul 12, 2023 at 2:28
  • GND of Arduino should be connected to the GND of the sensor power supply (even if the sensor uses 12V or 24V). Without this common ground, the analog voltage won’t be referenced properly, and you'll get unstable or incorrect readings. Please check. Commented Apr 21 at 8:42