Hello.
I was wondering if anyone could give me a little assistance.
I'm working on a project for school where you need to read pressure from an oil tank and show the value on a screen.
I got Arduion UNO and YwRobot with 4 rows and 20 columns.
The sensor I'm using is a Danfoss MBS33 sensor, which gives 4-20mA, but I will change that signal to 0-5V and use some external power for the sensor, since it works on 10-30V.
I have installed the LiquidCrystal library and I've gotten that work just fine.
I was wondering if I could use the AnalogInOutSerial to read the sensor? And then merge that with LiquidCrystal to read the pressure in mBar ?
If this is possible, could someone merge these programs for me? I have very little understanding in programming.
If this ain't possible, what is?
All help is GREATLY appreciated
The second program here is what I use with the screen http://arduino-info.wikispaces.com/LCD-Blue-I2C#v1
This is the AnalogInOutSerial http://arduino.cc/en/Tutorial/AnalogInOutSerial