Calibrating an Analog pH Sensor

  Рет қаралды 48,965

Davy Wybiral

Davy Wybiral

Күн бұрын

Пікірлер: 46
@harip6467
@harip6467 5 жыл бұрын
I'm a web developer.Curiosity bought me here. wow I learned lot of stuff today
@stanrock01
@stanrock01 2 ай бұрын
FANTASTIC video! Thanks so much. This was very helpful, so I can calibrate this sensor.
@Fratzenzeuch
@Fratzenzeuch Жыл бұрын
Thnak you ! Is there any review of the electrode itself
@kinjyhuannaw5431
@kinjyhuannaw5431 5 ай бұрын
thank you, i wanst able to see it, now to see it it seems so easy, thank you for helping
@aimangotze
@aimangotze 4 жыл бұрын
Hi, can I use it for RaspberryPi applications?
@barreltitor8178
@barreltitor8178 8 күн бұрын
Can I use espruino software using arduino nano or uno?
@Mcbryanxdgamers
@Mcbryanxdgamers 5 жыл бұрын
Can i use this sensor, that send a 5v signal with a Nodemcu esp8266 that receive just 3.3v?
@hkkira327
@hkkira327 6 жыл бұрын
What if the pH sensor is submerged in a solution which might change its pH? Will it work fine or does it need cleaning on regular basis?
@et.sachin
@et.sachin 5 жыл бұрын
Perfectly explained👍
@TheLapin34
@TheLapin34 4 жыл бұрын
Nice... can you tell me which component is used by the ph meter v2 ?
@99klicks59
@99klicks59 Жыл бұрын
I have a Problem i can enter the PH calibration MODE with “ENTERPH” but not able to “CALPH” when I enter this word in CMD Serial monitor nothing happens.
@michaelmerritt3322
@michaelmerritt3322 5 жыл бұрын
Hey sir cool vid. You think i could look at your codes?
@Brickkzz
@Brickkzz 4 жыл бұрын
Nah
@phuongnguyenminh41
@phuongnguyenminh41 5 жыл бұрын
Can I replace another probe for E201C? Example: HI1002,HI1003
@phucphamvan8185
@phucphamvan8185 5 жыл бұрын
sorry, i am working with stm to read sesor PH and i have the following problem! STM has VREF + (3.3V) while arduino with VREF+ (5V) so I cannot use the arduino formula to apply to STM. Do you have a suggestion for me?
@christeschke9844
@christeschke9844 5 жыл бұрын
in the video he is using an ESP chip. The esp chip is also 3.3v
@Brickkzz
@Brickkzz 4 жыл бұрын
Is there a drift over time!
@ZeroCarbo
@ZeroCarbo 2 жыл бұрын
aquarium water alert when not home?
@richg.9652
@richg.9652 6 жыл бұрын
Thank you for this video :-) Can you post a how-to video for calculating a 'temperature compensating" ph value?
@DavyBot
@DavyBot 6 жыл бұрын
From what I've read, near a pH of 7 the temperature shouldn't matter much but the further away the more of an impact the temperature has. I believe colder temperatures make it read more basic and hot temperatures read more acidic. I'll look around for a more formal definition and see if I can apply that to some code.
@richg.9652
@richg.9652 6 жыл бұрын
@@DavyBot I searched google and found this pdf: www.hach.com/asset-get.download.jsa?id=17525673904 I don't have the gravity ph sensor to test; however, I do have an espruino pixl.
@zainahmad7502
@zainahmad7502 5 жыл бұрын
is this ph sensor can use for soil ? to measure ph for soil
@abcorp7788
@abcorp7788 5 жыл бұрын
the value of M = -18.75? but why my calc say it is about -0.1875 , is something missing here or what..cause my cal about PH things become wrong..haha...need advice
@abcorp7788
@abcorp7788 5 жыл бұрын
i have PH1(5,3)=493 and PH2(6.6)=503 at your case the greater PH has smaller analog value...,but in my case is the ooposite? is something wrong with my analog module or just my head? haha
@chrisuel4783
@chrisuel4783 6 жыл бұрын
Sir this is cool
@chrisuel4783
@chrisuel4783 6 жыл бұрын
Do i need to test a 2 different ph level and compute it, before i i can make my ph sensor to work accurately? I only have a used ph sensor. No ph 4,7.
@DavyBot
@DavyBot 6 жыл бұрын
@@chrisuel4783 To get it working accurately you probably do need the buffer solutions. DF Robot maintains an arduino library for it here: github.com/DFRobot/DFRobot_PH The code to test it using the library is here: github.com/DFRobot/DFRobot_PH/blob/master/example/DFRobot_PH_Test/DFRobot_PH_Test.ino It uses the default serial port, which you can open in the arduino IDE and shows the reading update every second.
@abcorp7788
@abcorp7788 5 жыл бұрын
amazing .,thankyou very much...,.i assume the temperature can be calculate by this formula too.., i have a thermometer haha
@Robert5185
@Robert5185 5 жыл бұрын
Theoretically anything can be derived, but whether or not it matches the actual values with minimal margin for error is an entirely different argument. A linear curve is the most basic plot for direct relationship whenever a constant is established, however with temperature it is better to use a curved formula due the amount of standard deviation involved as temp rises or falls along with voltage. I would use a basic cubic formula to better derive the relativity of the point. f(x)=x^3 + B B=constant values or y, and x being the temperature reading.
@abcorp7788
@abcorp7788 5 жыл бұрын
@@Robert5185 thanks ...i'll try it out..
@jeannelynobero4560
@jeannelynobero4560 10 ай бұрын
Can you help me with the code? via raspi? huhuhu
@KJ7JHN
@KJ7JHN 5 жыл бұрын
Thank you!
@rasmushaun1773
@rasmushaun1773 6 жыл бұрын
Great video (: But this is not linear algebra
@DavyBot
@DavyBot 6 жыл бұрын
How so? It's a linear equation (a simple one, but a linear equation nonetheless).
@rasmushaun1773
@rasmushaun1773 6 жыл бұрын
Yes it is a linear equation (: Linear Algebra is about matrices, vectors and so on (:
@DavyBot
@DavyBot 6 жыл бұрын
Sure, but linear equations are the fundamental basis for which that framework of matrix mathematics takes place. If you open up an "intro to linear algebra" book you will usually start with this basic slope-intercept form stuff. And then expand into higher dimensional units and systems of linear equations. But that doesn't mean that linear equations aren't linear algebra. They're just really really basic linear algebra.
@umka1111111111111111
@umka1111111111111111 5 жыл бұрын
long map(long x, long in_min, long in_max, long out_min, long out_max) { return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min; }
@rabiesbabies2614
@rabiesbabies2614 5 жыл бұрын
Storage solution within the probe storage cap are always acidic. not neutral. This is due to the way the glass of the probe functions. Using a PH 7 will destroy your probe. if you leave it in distilled water you will damage your probe. or just store it in PH up.. big no no.. always use real storage solution I learned that a long time ago. These analog probes are pretty janky I would of paired this with something from atlas scientific but I did want to see how these little $10 probes work so thanks.
@Robert5185
@Robert5185 5 жыл бұрын
What about sea water? Will salinity effect the reading on a PH4502C analogue over time?
@shafiatasnim3116
@shafiatasnim3116 5 жыл бұрын
Why you are explaining what the ph is!I mean no one would watch how to calibrate the ph sensor without knowing what ph is.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
PH Meter with ESP32 and DFRobot PH module (SEN0161-V2)
13:14
GreenPonik
Рет қаралды 60 М.
Raspberry Pi Analog Water Sensors ADC Tutorial
19:24
rdagger68
Рет қаралды 109 М.
Analog Dissolved Oxygen Sensor Tutorial  | DIY Arduino D.O. Meter
14:11
How To Electronics
Рет қаралды 59 М.
pH Sensor: Assembling, Coding, & Calibrating with Arduino | Smart Gardening
10:54
Peristaltic Pump || DIY or Buy
8:25
GreatScott!
Рет қаралды 862 М.
Build an Automated Hydroponic System
15:21
Kyle Gabriel
Рет қаралды 1,4 МЛН