Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feedback System
#8
I have not use a pressure sensor but I am guessing that the 3 wires would be 2 for power and 1 for data signal. You should try to find a data sheet for the sensor you are using. There should be some information about the connection included with the sensor. If not, contact the supplier you got it from.

The Arduino .ino file contains quite a bit of documentation including a link:
https://github.com/MikeOchtman/Pi_Arduin...ev%202.pdf

This has a detailed description of the connection between the Pi and Arduino.

The idea is that the pressure sensor is connected to the Arduino not the Raspi. The Arduino has an ADC for converting analog sensor data to digital which The Pi can use. The Arduino can be at a distance from the Pi so that the Pi does not need to be located where the pressure senrsor is.
Reply


Messages In This Thread
Feedback System - by pratikkhandelwal - 2017 Nov 20, 04:15 AM
RE: Feedback System - by dan - 2017 Nov 20, 04:14 PM
RE: Feedback System - by pratikkhandelwal - 2017 Dec 04, 05:46 AM
RE: Feedback System - by dan - 2017 Dec 04, 06:10 PM
RE: Feedback System - by pratikkhandelwal - 2017 Dec 06, 12:29 PM
RE: Feedback System - by dan - 2017 Dec 06, 11:20 PM
RE: Feedback System - by pratikkhandelwal - 2017 Dec 08, 04:25 AM
RE: Feedback System - by dan - 2017 Dec 08, 05:32 PM
RE: Feedback System - by pratikkhandelwal - 2017 Dec 09, 05:18 PM
RE: Feedback System - by dan - 2017 Dec 09, 09:17 PM
RE: Feedback System - by pratikkhandelwal - 2017 Dec 12, 05:23 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)