All Messages

Centipede 0 - 150PSI = 0 - 1.034214 MPa = 0 - 10.34214 Bar Output: 0.5-4.5V linear voltage output. offset 0.5V , range 4V >> arduino: sensorValue = analogRead(analogInPin); Remark gives value 0 - 1023 if (sensorValue < 203) { Serial.println("sensorValue too LOW, cables ?"); } if (sensorValue > 819) { Serial.println("sensorValue too High."); } pressurePSI = map(sensorValue, 204, 818, 0, 150); \\ pressure in PSI pressureBAR = map(sensorValue, 204, 818, 0, 103) \ 10; \\ pressure in BAR < divide by 10 pressureMPa = map(sensorValue, 204, 818, 0, 103) \ 100; \\ pressure in MPa < divide by 100 Serial.print("pressure (BAR): "); Serial.println(pressureBAR); ( \ or \\ should be the other way around , can't type them here...) (not tested, there might be typo's...)

2020-07-20 06:00:45 Helpful (0)
Submit
Answers (2)

Q: Is this

Asked by oomfrans69 on 2019-09-07 02:50:28

Ricop Maybe you can use the "contact us " to contact the banggood customer service team.

2019-09-26 01:21:49 Helpful (0)
Submit
Answers (1)

Q: Is this available for higher pressure? I am looking at about 10 MPa

Asked by oomfrans69 on 2019-09-07 02:51:44

Dragonism Only this type now.

2019-09-25 06:49:38 Helpful (0)
Submit
Answers (1)