Go to advanced search

by mskutlu
Mon Dec 21, 2015 11:22 am
Forum: Python
Topic: python script stops after 3-4 hours run
Replies: 5
Views: 1755

Re: python script stops after 3-4 hours run

Thank you for your reply. I would definitely add something like you suggested. I also found that it happens when sensor returns more then 3.3v response and with a resistor between echo and pin seems solved my problem.
by mskutlu
Fri Dec 18, 2015 9:31 am
Forum: Python
Topic: python script stops after 3-4 hours run
Replies: 5
Views: 1755

Re: python script stops after 3-4 hours run

Yes i picked up distance function from forums. I dont know how to work the sensor without this code. Could you just tell me errors in this code?
by mskutlu
Fri Dec 18, 2015 8:51 am
Forum: Python
Topic: python script stops after 3-4 hours run
Replies: 5
Views: 1755

python script stops after 3-4 hours run

Hi, I am trying to make a Tachometer with hc-sr04 proximity sensor. It is working normal for 3-4 hours and then it freezes. No error, no run, nothing, just standing still. Here is my code, import RPi.GPIO as GPIO import time import pymssql #GPIO.cleanup() GPIO.setmode(GPIO.BOARD) TRIG = 18 ECHO = 16...
by mskutlu
Thu Nov 05, 2015 9:17 am
Forum: Automation, sensing and robotics
Topic: mpx10dp water pressure sensor with Pi
Replies: 3
Views: 2815

Re: mpx10dp water pressure sensor with Pi

my adc is mcp3202. I dont have enough electronic knowladge so i dont sure that i connected them correctly. Do you have any reference for connecting mpx10dp, ina128 and mcp3202?
by mskutlu
Sun Nov 01, 2015 10:17 am
Forum: Automation, sensing and robotics
Topic: mpx10dp water pressure sensor with Pi
Replies: 3
Views: 2815

mpx10dp water pressure sensor with Pi

Hi, I have a project with mpx10dp water pressure sensor to read water pressure. To read it i got ina128 amplifier and analog to digital converter. I am trying to read values but i couldn't get any. Is there any driver install for this to run before or maybe you could give me some examples for it? An...
by mskutlu
Tue Oct 27, 2015 3:37 pm
Forum: Advanced users
Topic: mpx10dp water pressure sensor with Pi
Replies: 3
Views: 587

Re: mpx10dp water pressure sensor with Pi

Ok, i'll try it. Thank you.
by mskutlu
Mon Oct 26, 2015 11:52 am
Forum: Advanced users
Topic: mpx10dp water pressure sensor with Pi
Replies: 3
Views: 587

mpx10dp water pressure sensor with Pi

Hi everyone,
i have a project that reading water pressure and displaying it. I have mpx10dp sensor, i have tried couple things to read it but i couldn't figure it out. if there any way that you know or suggestion that may help would be great.
Thank you in advance.

Go to advanced search