Όλα τα μηνύματα

Ερ: Are these available for different pressures? I require about 10 MPa pressure.

Ερώτηση από oomfrans69 επί 2019-09-09 12:33:51

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 Βοηθητικός (0)
υποβάλλουν
Απαντήσεις (2)

Ερ: Is this

Ερώτηση από oomfrans69 επί 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 Βοηθητικός (0)
υποβάλλουν
Απαντήσεις (1)

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

Ερώτηση από oomfrans69 επί 2019-09-07 02:51:44

Dragonism Only this type now.

2019-09-25 06:49:38 Βοηθητικός (0)
υποβάλλουν
Απαντήσεις (1)