Arduino Project: pH sensor Working, application & Calibration "Water quality Monitoring"

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 มิ.ย. 2019
  • Download circuit diagram and programming:
    www.electroniclinic.com/ph-se...
    My Latest ESP32 Hydroponic System uses pH sensor and EC Sensor
    • ESP32 Hydroponic Syste...
    Subscribe to my New TH-cam Channel, if you want to watch my videos in Hindi/Urdu
    / @letsgetstartedd
    Water quality monitoring using TDS Meter:
    • TDS Sensor Arduino, TD...
    www.dfrobot.com
    you can directly purchase the ph sensor kit through the dfrobot.com or you can also purchase this ph sensor kit from Amazon. the Amazon purchase link is given below. Scroll down
    Gravity: Analog pH Sensor / Meter Kit For Arduino by DFrobot:
    www.dfrobot.com/product-1025....
    Support me on Patreon and get access to hundreds of projects:
    / electroniclinic
    sign up for a free account and download hardware designing and programming books:
    amzn.to/2WeBCw1
    ***********
    free Amazon Business Account:
    amzn.to/2MiPiBT
    ************
    Project Description:
    ********************
    In this Tutorial, you will learn how to use the pH sensor with Arduino and find the pH value of different liquids “Water, Milk and Cold rink”, and display the pH value on the serial monitor. As this is a getting started tutorial, so in this tutorial, we will only cover the extreme basics like for example
    1. How a pH sensor work
    2. Application of pH meter
    3. pH sensor Calibration
    4. pH sensor interfacing with Arduino
    5. Basic programming to find the pH value of different liquids and finally
    6. Testing
    ********************
    Amazon Purchase links:
    *****************
    Arduino Nano USB-C Type ( recommended):
    amzn.to/4ahGLdk
    ESP32 WiFi + Bluetooth Module for iOT Projects (recommended), more IO pins, improved speed, and supports a Lipo Battery:
    amzn.to/3v40DkE
    Gravity: Analog pH Sensor / Meter Kit For Arduino by DFrobot:
    amzn.to/3sB4O0T
    Other Must-Have Tools and Components:
    Arduino Uno, Nano, Mega, Micro "All types of Arduino Boards":
    amzn.to/3fk5OTi
    Top Arduino Sensors:
    amzn.to/3vZbnfM
    Super Starter kit for Beginners
    amzn.to/3cq56C5
    Top Oscilloscopes
    amzn.to/3ctF3d8
    Variable Supply:
    amzn.to/2PEAqE7
    Digital Multimeter:
    amzn.to/2QGRPg1
    Top Soldering iron kits: "best"
    amzn.to/39nqDtb
    Top Portable drill machines:
    amzn.to/3suQMh7
    Jumper Wires:
    amzn.to/2NYPEDA
    3D printers:
    amzn.to/3ruG1dt
    CNC Machines:
    amzn.to/3cuZWVv
    Electronics Accessories:
    amzn.to/3sueV7z
    Hardware Tools:
    amzn.to/3m9UhaN
    Banggod Product links:
    pH sensor:
    www.banggood.com/custlink/DGK...
    Arduino Uno R3:
    www.banggood.com/custlink/mK3...
    Arduino Mega R3:
    www.banggood.com/custlink/mKm...
    Arduino Nano:
    www.banggood.com/custlink/mmK...
    Complete Soldering Iron Kit:
    www.banggood.com/custlink/DGK...
    Drill Machine for PCB:
    www.banggood.com/custlink/GKG...
    Solder wire:
    www.banggood.com/custlink/3mm...
    Wirecutter, stripper complete set:
    www.banggood.com/custlink/3Dm...
    Breadboard:
    www.banggood.com/custlink/DDG...
    DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I will receive a small commission. This helps support the channel and allows me to continue to make videos like this. Thank you for your support!
    ****************
    Follow me on Facebook:
    / 190031841821771
    About the Electronic Clinic:
    Electronic Clinic is the only channel on TH-cam that covers all the engineering fields. Electronic Clinic helps the students and other professionals to learn electronics designing and programming. Electronic Clinic has tutorials on
    Arduino
    Raspberry pi
    image processing
    gsm based projects
    Bluetooth based projects
    esp8266 projects
    Nodemcu projects
    Arduino
    Arduino Uno
    Arduino project
    Arduino projects
    electronics projects
    simple Arduino projects
    top Arduino projects
    final year engineering projects
    Project Related Tags:
    Ph sensor,
    ph sensor Arduino,
    ph sensor application,
    ph sensor calibration,
    ph value of water,
    ph value of milk,
    ph value of cola drinks,
    ph value of cold drink,
    Arduino ph sensor,
    Arduino ph sensor kit,
    ph sensor kit dfrobot,
    ph sensor Arduino,
    ph sensor working principle,
    ph sensor application,
    ph sensor water quality monitoring,
    water quality monitoring using ph sensor,
    ph sensor from dfrobot,
    top ph sensor kit,
    ph sensor Arduino code,
    ph sensor Arduino price,
    Arduino ph sensor code,
    Arduino ph sensor calibration,
    water quality monitoring,
    water quality monitoring equipment,
    Arduino project water quality monitoring
    ph sensor-based water quality monitoring project
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 135

  • @ElectroniClinic
    @ElectroniClinic  2 ปีที่แล้ว +1

    Watch my video on How to make Automatic Spot Welding Machine using a Microwave Oven transformer
    th-cam.com/video/xnPIsrxVozM/w-d-xo.html

  • @sabarkhankhan2975
    @sabarkhankhan2975 5 ปีที่แล้ว +2

    amazing. best video on.ph.sensor. thanks.for.sharing

  • @rownakcodes638
    @rownakcodes638 4 ปีที่แล้ว +4

    Thanks for the tutorial. It works....

  • @muj6889
    @muj6889 4 ปีที่แล้ว +1

    congrats, you get new subscriber

  • @mauriciobautista8098
    @mauriciobautista8098 4 ปีที่แล้ว +2

    Thank you, nice video, nice music..

  • @FOATE
    @FOATE 4 ปีที่แล้ว +7

    For calibration you will need pH 4 and ph 7 buffer solution. Use a sketch to read the voltage on the analog pin and write down the voltage with each buffer solution. Then plot the values in a graph, you can find tools online to help you do this very easily. Then add the formula y = mx + b to your code, the values of m and b are easily found in the graph you just made. Where you have float phValue, change that for: float pHVol=(float)avgValue*5.0/1024/6 and under that: float phValue = m * pHVol (x) + b;
    This will give you far more accurate readings

  • @coby1kenobii
    @coby1kenobii 3 ปีที่แล้ว +1

    Great video! Thank you!!

  • @jeanrodriguez8512
    @jeanrodriguez8512 4 ปีที่แล้ว

    How interesting!

  • @pratamaramadhan9769
    @pratamaramadhan9769 3 ปีที่แล้ว +1

    cool! thanks!

  • @chickenz4604
    @chickenz4604 3 ปีที่แล้ว

    Nice Insight! really great! btw is it possible to use this for industrial application?

  • @PyroChimp75
    @PyroChimp75 5 ปีที่แล้ว +3

    I just bought one of those sensors recently and now I have this fantastic tutorial to follow, thank you for the information!

    • @ElectroniClinic
      @ElectroniClinic  5 ปีที่แล้ว +2

      if you face any problem let me know in a comment. I am always here to help you.

  • @curtisduncanreidy3288
    @curtisduncanreidy3288 4 ปีที่แล้ว +9

    thanks for your video. quick question: can you leave the probe submerged in a body for continuous pH sensing? Or does it only work for samples of the solution. I ask because I would like a continuous pH reading for my hydroponic solution.

    • @strobi0001
      @strobi0001 2 ปีที่แล้ว +1

      This is a laboratorial probe. You need an industrial one. Also available at DF Robot.

    • @supriya.mallick
      @supriya.mallick 2 ปีที่แล้ว +1

      can you give us name of industrial sensor module???

  • @marvelkustiadi5681
    @marvelkustiadi5681 4 ปีที่แล้ว +3

    Hey, i have a question. I have pH probe E-201-C. Will it work on that type of pH probe ? Its for my school project, will appreciate it if you can answer it. Thanks 🙏

  • @kukilkashyapborgohain4643
    @kukilkashyapborgohain4643 3 ปีที่แล้ว +2

    Thanx for the awesome tutorial. before I buy the kits, I have a question. Will it work if the put the meter directly into the glass, with the lid open? Or into a tank?

    • @danielch6662
      @danielch6662 2 ปีที่แล้ว

      I want to know too. Because if we have to pour the liquid into the tiny cap and screw it in manually every time, it is pretty useless. We might as well use a cheaper handheld ph meter tgat shows the reading on an lcd screen. The whole point of arduino is automated measurement. All that manusl screwing and unscrewing defeats the purpose.

    • @NotSoNano
      @NotSoNano ปีที่แล้ว

      @@danielch6662 Yes, it can go directly into the tank

  • @NewAquariumHobby
    @NewAquariumHobby 3 ปีที่แล้ว

    Dear Friend best explanation, i made pH meter with arduino i hv 1 problem if i put pH probe direct into my aquarium value start variation but when i put probe in a small bowl water value become stable, plz can u guide me what's issue.

  • @AbuAbdullah2014
    @AbuAbdullah2014 4 ปีที่แล้ว

    Excellent tutorial .. Can you add a peristaltic pump to control the PH level? Then after that you share the code?

    • @legendfpv
      @legendfpv ปีที่แล้ว

      You can. You'll have to write the code.

  • @middenstekind
    @middenstekind 4 ปีที่แล้ว

    hi i'm trying this experiment myself and when I try to upload the code to my arduino I get an error stating "'SensorPin' was not declared in this scope" , is there a way to resolve this isue ? great vid btw keep it up !

  • @kevinescalante6289
    @kevinescalante6289 4 ปีที่แล้ว

    I used the same program but the different ph sensor (same appearance but no variable resistor and the brand is DFRobot) how do i suppose to calibrate that? pH 4 buffer solution displays pH 7.10 there on serial monitor and pH 7 buffer solution displays 5.35 ph there.

  • @kolololo5572
    @kolololo5572 4 ปีที่แล้ว +1

    HI! Is this sensor able to be completly submerged for a long time?

  • @muj6889
    @muj6889 4 ปีที่แล้ว

    maybe it'd be better if you add calibration session

  • @adhesatiakurnianto9428
    @adhesatiakurnianto9428 4 ปีที่แล้ว

    Excuse me, Sir. I want to apply the ph sensor with a ph buffer powder, so when I put the ph sensor into the liquid buffer pH value 4 in the serial monitor displays a pH value of 5, then I rotate the trimport to set the serial monitor to be a pH value of 4, is that the correct way in calibration process ,. Thank you in advance if you please answer.

  • @ezestanley8721
    @ezestanley8721 5 ปีที่แล้ว +3

    Thanks for the tutorial, please can i insert this sensor into water for monitoring the pond. fish pond?

    • @ElectroniClinic
      @ElectroniClinic  5 ปีที่แล้ว

      yes, you can. I also dipped this sensor in liquid.

    • @mahedyhasan2994
      @mahedyhasan2994 4 ปีที่แล้ว

      Did you carry out the experiment? Could you elaborate on how you managed to insert it in the pond and get the results?

  • @josemanuelvillarejo2660
    @josemanuelvillarejo2660 5 ปีที่แล้ว +2

    Hi, great tutorial. Do you know if its possible to make an array of several Ph sensors with a single arduino? may I need another type of board with more pins?

    • @ElectroniClinic
      @ElectroniClinic  5 ปีที่แล้ว

      How may ph sensors u want to use ??

    • @ElectroniClinic
      @ElectroniClinic  5 ปีที่แล้ว

      You can use arduino mega if u plqn to use more than 6 ph sensors

  • @bartbassurd1
    @bartbassurd1 5 ปีที่แล้ว

    Do you think this would work with aquarium water?

  • @motti9000
    @motti9000 4 ปีที่แล้ว +1

    hi, my sensor reads 8.82ph when it 8 at 2.5 mv and 10.8ph when it 3.3 ph (soft drink -cola) at 3.09mv.
    i have tried to calibrate but with no success.
    can you help?
    tnks.
    motti

  • @dwisiswanto2574
    @dwisiswanto2574 4 ปีที่แล้ว

    Excuse me. i wanna asking you. How to manage the voltage from power supply to be stable. because, i got the problem when pH sensor detected and showed dinamic value.

  • @eduardofacchioli4194
    @eduardofacchioli4194 3 ปีที่แล้ว

    Can i use it forever inside water? I want to get a chart with changes in ph along the time

  • @AA-gl1dr
    @AA-gl1dr 5 ปีที่แล้ว

    Hi, is the sensor able to be used for checking EC/ppm? Since it is measuring in milivolts it should just be a conversion. I don’t know if the sensor would accurately measure EC since it is a pH sensor you know? Do I need a separate EC sensor?

    • @legendfpv
      @legendfpv ปีที่แล้ว

      It is not.

  • @ardourelectronics
    @ardourelectronics 4 ปีที่แล้ว

    hi, sir, I have a school project would it be okay if I used this video?

  • @bigpickles
    @bigpickles 4 ปีที่แล้ว

    Great video thanks. Do you know if it is possible to keep the reader submerged full time without the need to screw on the end?

    • @kukilkashyapborgohain4643
      @kukilkashyapborgohain4643 3 ปีที่แล้ว

      Same question form me too..did you get the answer?

    • @bigpickles
      @bigpickles 3 ปีที่แล้ว

      @@kukilkashyapborgohain4643 yeah. Turn off and store in a neutral (7) solution while at rest/off.

    • @kukilkashyapborgohain4643
      @kukilkashyapborgohain4643 3 ปีที่แล้ว

      😭🙏😂

    • @bigpickles
      @bigpickles 3 ปีที่แล้ว

      @@kukilkashyapborgohain4643 I'm building a unit which does this. Essentially swapping out the water to test and then flushing and refilling with neutral solution and powering off the sensor. All automated of course. Best way to do it. You can also look at far more expensive solutions such too, as they are designed to last longer, but will still degrade over time if the fluid being measured is not neutral.

    • @kukilkashyapborgohain4643
      @kukilkashyapborgohain4643 3 ปีที่แล้ว

      I too was planning on something like that. I still haven't bought the kit though. My goal is to measure PH of a big pond continuously without any need of collecting and screwing the cap. Have you tried to measure the PH by directly dipping the prongs?

  • @ayylmao4991
    @ayylmao4991 5 ปีที่แล้ว +1

    does this item ship to singapore?

  • @supriya.mallick
    @supriya.mallick 2 ปีที่แล้ว

    is the ph module calibrated?

  • @ankitjain-bv3pd
    @ankitjain-bv3pd 5 ปีที่แล้ว +1

    Dear sir kindly prepare project for IOT based attendance monitoring system.....

    • @ElectroniClinic
      @ElectroniClinic  5 ปีที่แล้ว +1

      I have already designed it. check playlist. but the full code and circuit diagrams are only available to my Patrons, you can visit my Patreon page.

  • @SexyPalpatine
    @SexyPalpatine 4 ปีที่แล้ว

    if i chuck it into da water, will i be electrocuted?

  • @afiffarhati4580
    @afiffarhati4580 2 ปีที่แล้ว

    what is the role of the ph sensor module (or shield), the little card that links the probe to the arduino card?
    I do not have this module and I cannot obtain it, How could I replace it and make everything work?

  • @hans-jurgenbinder1078
    @hans-jurgenbinder1078 ปีที่แล้ว

    Danke für das tolle Projekt!
    Leider erhalte ich falsche Auswertungen beim messen.
    Bei der 6,8pH Lösung erhalte ich 6,39 und bei der 4,0pH Lösung erhalte ich 5,2.
    Was ich leider nicht ganz verstehe, wie das mit der Kalibrierung funktioniert?
    Wie sieht der ganze Skript mit der Kalibrierformel aus?
    Bitte euch um Hilfe.
    Danke

  • @aesha4450
    @aesha4450 4 ปีที่แล้ว

    Hello! Can you please help me out with a 15 seconds video on pH sensor measuring the pH of milk?

  • @pmbu
    @pmbu 4 ปีที่แล้ว +1

    Hey man please answer... What's the best way about doing this but over WIFI? My setup is in the room over if you can just give a board alternative to the UNO that would be great.

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      i have another video on wifi. check playlist.

  • @zainahmad7502
    @zainahmad7502 4 ปีที่แล้ว +1

    is this ph sensor can use for soil ?
    to measure ph for soil

  • @reb87able
    @reb87able 5 ปีที่แล้ว

    could you kindly tell what is the 3.5 in (phValue=3.5*phValue; )

  • @peterlaw6895
    @peterlaw6895 2 ปีที่แล้ว

    Can you made a video how to do ph meter for aquarium using Arduino

  • @hillolebhattacharyya1189
    @hillolebhattacharyya1189 3 ปีที่แล้ว

    Sir I am going to build up a project using some sensors, so is it possible for you to give me the codes for arduino?

  • @ozgurrider0606
    @ozgurrider0606 4 ปีที่แล้ว

    can we make liquid alcoholmeter sensor

  • @nikhila5360
    @nikhila5360 2 ปีที่แล้ว

    sir my sensor is giving ph as 17.38 for clean water
    can u please suggest the solution

  • @Mortenmo
    @Mortenmo 4 ปีที่แล้ว +1

    can i use this sensor for underwater (2m) measurments?

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      Ya of course you can. Give it a try.

  • @aamirmasoodabbasi9660
    @aamirmasoodabbasi9660 4 ปีที่แล้ว

    sir i have a question can this sensor measures the solution acidity or basicity rather than water ?? i want to take this sensor as biosensor ? can it be done

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      i think.you should watch my video on tds sensor. that will be a good choice.

  • @otakuweeb4035
    @otakuweeb4035 4 หลายเดือนก่อน

    Can ph of saliva be tested using this sensor ?

  • @amiyuni
    @amiyuni ปีที่แล้ว

    Sir may i ask, how to transfer the data from the laptop to the phone's user? Can i just use the esp32 module via bluetooth?

  • @davidrestrepo1782
    @davidrestrepo1782 4 ปีที่แล้ว

    does this works with ground or is just for liquid?

  • @CT-xm8rd
    @CT-xm8rd 4 ปีที่แล้ว

    I have this hooked up to the arduino as described on the electronic clinic site (www.electroniclinic.com/ph-sensor-arduino-how-do-ph-sensors-work-application-of-ph-meter-ph-sensor-calibration/), and the code is providing a difference in response if contact is made with the PH4502-C piece, but not showing any difference when the ph sensor is attached and I change the solution. Is this indicative of a faulty sensor? Again, the chip seems to function as expected, but the sensor attached provides no difference when in water or in a reference solution (ph 4.01 and ph 7.0 were both used). Thank you for your help!

  • @legendfpv
    @legendfpv ปีที่แล้ว +1

    No explanation of the pH formula?

  • @irfanwafi2656
    @irfanwafi2656 2 ปีที่แล้ว

    Can I know whats software that you use for make the coding? I need to know cause it's urgent. Please help me. Answer me

  • @rizkiadisaputra5971
    @rizkiadisaputra5971 5 ปีที่แล้ว +1

    is that work for soil ph?

    • @ElectroniClinic
      @ElectroniClinic  5 ปีที่แล้ว +1

      ya, you can but will need some modifications which I will explain in some future videos.

  • @heron919
    @heron919 4 หลายเดือนก่อน

    the sensor came with a liquid on the tip what is that? I never opened it

  • @fernandovillanueva624
    @fernandovillanueva624 ปีที่แล้ว

    It's possible change the Arduino for a SP32 for the práctice?

    • @ElectroniClinic
      @ElectroniClinic  ปีที่แล้ว

      I have used it with esp32. Check my playlist on iot projects.

  • @paulu3732
    @paulu3732 3 ปีที่แล้ว

    it does not work , cant run the code, what shall i do?

  • @ambily06903
    @ambily06903 5 ปีที่แล้ว +1

    Pls help me I want complete working of iot - water quality monitoring ardino .ph ,temperature,turbidity,flow,I searched this seminar topic many sites .but ididnot get the proper result.Pls help me I'm mca student,I want full working.about one week I'm searching for this seminar topic,my topic just approved,I want complete complete working of each sensors ,ardino,etc.......otherwise my seminar topic will be rejected on tomorrow.

  • @airacannillelalic5732
    @airacannillelalic5732 4 ปีที่แล้ว +1

    Can this work by using a Node MCU ESP8266?

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      Yes. I have a video in which i used the ph sensor with nodemcu. Check playlist

  • @droffilcanames3283
    @droffilcanames3283 4 ปีที่แล้ว

    how does it takes before the pH sensor generate a result?

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      for more details visit my website. you can find a link in the description.

  • @i_fromis_9150
    @i_fromis_9150 4 ปีที่แล้ว

    The link for library is not accessible

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      the server was down. now it available. Sorry for the inconvenience.

  • @hafizusamasamore8685
    @hafizusamasamore8685 4 ปีที่แล้ว +1

    This sensor canbe calculate oxygen in water and temperature .

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      watch the video it's already explained in the video.

  • @yugahuja2303
    @yugahuja2303 ปีที่แล้ว

    Can it work with running water?if not is there any way

  • @ahmadtajuddin72
    @ahmadtajuddin72 4 ปีที่แล้ว +1

    is it work to send result via WiFi ?

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      yes. i have a video on this. check playlist.

  • @arriyadhprayugo7230
    @arriyadhprayugo7230 4 ปีที่แล้ว

    Can it to be online monitoring? 🙏

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      yes. i have the iot version as well. check playlist.

  • @dimser9315
    @dimser9315 ปีที่แล้ว

    I cant find the link to the code displayed in the video

    • @ElectroniClinic
      @ElectroniClinic  ปีที่แล้ว

      It's available on electroniclinic. Com

  • @sravaniuppala4116
    @sravaniuppala4116 3 ปีที่แล้ว

    Can you tell me approximately how much you used to buy all these components

    • @ElectroniClinic
      @ElectroniClinic  3 ปีที่แล้ว

      i am working on another version, in which cheap pH sensor is used. i think you should wait for 6 days.

    • @sravaniuppala4116
      @sravaniuppala4116 3 ปีที่แล้ว

      @@ElectroniClinic pls tell as early as possible.Thank you

  • @shafiatasnim3116
    @shafiatasnim3116 5 ปีที่แล้ว +1

    I can not download the code.

    • @ElectroniClinic
      @ElectroniClinic  5 ปีที่แล้ว

      Its available on my website. Check link in the description

  • @aimangotze
    @aimangotze 3 ปีที่แล้ว +1

    Hi, Can I use it for Raspberry Pi?

  • @FreeJ4ck
    @FreeJ4ck 2 หลายเดือนก่อน

    Oh that music 🙄

  • @AzamuddinSam
    @AzamuddinSam 4 ปีที่แล้ว +1

    will it workwith bluetooh?

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว +1

      Yes

    • @AzamuddinSam
      @AzamuddinSam 4 ปีที่แล้ว

      @@ElectroniClinic does the code different if so where can i search for it

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      watch my video on iot water quality. in that video, you will learn the serial communication. just replace the nodemcu module with the Bluetooth module, that's it. you can download the cell phone app from my website.

  • @vijaykalyan4815
    @vijaykalyan4815 ปีที่แล้ว

    Bro I want pH sensor interfacing with raspberry pi please help me

  • @zaimbaharudin8189
    @zaimbaharudin8189 3 ปีที่แล้ว

    hi can i get the code for raspberry pi 3?

  • @shufferkillcat6967
    @shufferkillcat6967 3 ปีที่แล้ว

    can use with esp32?

  • @kavinilav7850
    @kavinilav7850 ปีที่แล้ว

    Can you add the code in the description

  • @nikhila5360
    @nikhila5360 2 ปีที่แล้ว

    sir my sensor is giving ph as 17.38 for clean water
    this is my code
    float SensorPin=A0; // the pH meter Analog output is connected with the Arduino’s Analog
    unsigned long int avgValue; //Store the average value of the sensor feedback
    float b;
    int buf[10],temp;
    void setup()
    {

    Serial.begin(9600);

    }
    void loop()
    {
    for(int i=0;i

  • @williedutoit466
    @williedutoit466 4 ปีที่แล้ว +1

    please share your code

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      its available on my website. check link in the descritpion.

  • @arnotot5856
    @arnotot5856 4 ปีที่แล้ว

    It detects on the first time I run the code but after i turned it of it turned only to 0.00

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      Never. I have checked it.so many times. And this is built by so many boys and girls. I have never heared this from anyone

    • @ElectroniClinic
      @ElectroniClinic  4 ปีที่แล้ว

      Check your wiring and sensor.

    • @arnotot5856
      @arnotot5856 4 ปีที่แล้ว

      @@ElectroniClinic I am using ph meter v1.1 and arduino uno :(

  • @hafizusamasamore8685
    @hafizusamasamore8685 4 ปีที่แล้ว

    Plz reply