I'm a web developer.Curiosity bought me here. wow I learned lot of stuff today
@stanrock012 ай бұрын
FANTASTIC video! Thanks so much. This was very helpful, so I can calibrate this sensor.
@Fratzenzeuch Жыл бұрын
Thnak you ! Is there any review of the electrode itself
@kinjyhuannaw54315 ай бұрын
thank you, i wanst able to see it, now to see it it seems so easy, thank you for helping
@aimangotze4 жыл бұрын
Hi, can I use it for RaspberryPi applications?
@barreltitor81788 күн бұрын
Can I use espruino software using arduino nano or uno?
@Mcbryanxdgamers5 жыл бұрын
Can i use this sensor, that send a 5v signal with a Nodemcu esp8266 that receive just 3.3v?
@hkkira3276 жыл бұрын
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.sachin5 жыл бұрын
Perfectly explained👍
@TheLapin344 жыл бұрын
Nice... can you tell me which component is used by the ph meter v2 ?
@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.
@michaelmerritt33225 жыл бұрын
Hey sir cool vid. You think i could look at your codes?
@Brickkzz4 жыл бұрын
Nah
@phuongnguyenminh415 жыл бұрын
Can I replace another probe for E201C? Example: HI1002,HI1003
@phucphamvan81855 жыл бұрын
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?
@christeschke98445 жыл бұрын
in the video he is using an ESP chip. The esp chip is also 3.3v
@Brickkzz4 жыл бұрын
Is there a drift over time!
@ZeroCarbo2 жыл бұрын
aquarium water alert when not home?
@richg.96526 жыл бұрын
Thank you for this video :-) Can you post a how-to video for calculating a 'temperature compensating" ph value?
@DavyBot6 жыл бұрын
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.96526 жыл бұрын
@@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.
@zainahmad75025 жыл бұрын
is this ph sensor can use for soil ? to measure ph for soil
@abcorp77885 жыл бұрын
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
@abcorp77885 жыл бұрын
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
@chrisuel47836 жыл бұрын
Sir this is cool
@chrisuel47836 жыл бұрын
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.
@DavyBot6 жыл бұрын
@@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.
@abcorp77885 жыл бұрын
amazing .,thankyou very much...,.i assume the temperature can be calculate by this formula too.., i have a thermometer haha
@Robert51855 жыл бұрын
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.
@abcorp77885 жыл бұрын
@@Robert5185 thanks ...i'll try it out..
@jeannelynobero456010 ай бұрын
Can you help me with the code? via raspi? huhuhu
@KJ7JHN5 жыл бұрын
Thank you!
@rasmushaun17736 жыл бұрын
Great video (: But this is not linear algebra
@DavyBot6 жыл бұрын
How so? It's a linear equation (a simple one, but a linear equation nonetheless).
@rasmushaun17736 жыл бұрын
Yes it is a linear equation (: Linear Algebra is about matrices, vectors and so on (:
@DavyBot6 жыл бұрын
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.
@umka11111111111111115 жыл бұрын
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; }
@rabiesbabies26145 жыл бұрын
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.
@Robert51855 жыл бұрын
What about sea water? Will salinity effect the reading on a PH4502C analogue over time?
@shafiatasnim31165 жыл бұрын
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.