Hi, im trying to know what is the right value of ppm while detecting the ammonia? do you have any idea?
@Cosmos-20225 жыл бұрын
facebook.com/groups/916444195036070/
@MiG-25IsGOAT8 ай бұрын
there is no "right value", it depens on the intensity, the more the ammonia the greater the value
@doubrajonathan71485 жыл бұрын
Please I need help with the physical connections of the MQ 135 with a raspberry pi through a breadboard, including the MCP3008-I/P 10-Bit ADC. Please it's urgent for a school project
@dewipuspita59174 жыл бұрын
Its in github raspberry pi tutorial gas sensor mq
@yashkhavnekar63305 жыл бұрын
I'm just getting the value 1023 constantly there's no change whichever gas I try detecting from the sensor!!!
@garimabhardwaj66076 жыл бұрын
Sir, could you please provide the code being used. Waiting in anticipation.
@gabrielmeister36393 ай бұрын
legends say he's still waiting
@wotorufaeserifa75897 жыл бұрын
Hello, can the sensor be set to detect only a specific gas, maybe alcohol, using the Potentiometer or a load resistor?
@raulacevedo83367 жыл бұрын
The sensor can not differentiate between chemical species, it detects a concentration and sends a voltage accordingly.
@sagargodase51826 жыл бұрын
Can you provide simple step with detail about analogRead to PPM conversation..?? Hoping for positive response... :-)
@firdauszainuddin98145 жыл бұрын
sir, its been 1 year. i have the same question too . help me pls
hello sir , in place of 1024 ,it should be 1023. because converting through 10 bit ADC converter , analog value ranges from 0-1023.
@rishabhjain25595 жыл бұрын
What did you meant by scaling value. could not understand why you divided sensor value by 1024 and multiplied it by 5 . please help me in clearing this doubt
@huzniey4 жыл бұрын
hello. have you found this answer?
@rishabhjain25594 жыл бұрын
5 is the voltage supplied to the sensor .1024 is due to the address bus of arduino(2^10).I used esp32 which has address bus of 14 bits so scaled it by 4096(2^14)
@MatthewHartsuch7 жыл бұрын
this is good, I have 9 different gas sensors tho that I havent had a chance to use, I wonder if they all work this way
@raulacevedo83367 жыл бұрын
If they have pins for ground, Vcc and analog out then yes.
@Maxmudjon7 жыл бұрын
where scetch ?
@jackz84806 жыл бұрын
How do I make an app to communicate with it?
@satyanarayanareddykondared12277 жыл бұрын
Hi, I'm working with MQ135 sensor to get Gas concetration on my Raspberry Pi 3B+. We are using MCP3008 to connect MQ135 gas sensor to Pi. Please help me out in connection and python code. Thanks in advance.
@yusufabubakar98626 жыл бұрын
Any luck on it
@Rishabh-coder-pub2 ай бұрын
can you please provide the code
@salvatore96534 жыл бұрын
You cannot directly scale it like this since the calibration curve of MQ135 is linear in the log log scale... the way you calculate PPM is misleading.
@huzniey4 жыл бұрын
Hi. Can I know the correct way to calculate PPM. Hoping for positive reply. Thank you sir.
@salvatore96534 жыл бұрын
@@huzniey CHeck the datasheet of the sensor and do a curve fit. Your calculation has to be related to the calibration curve provided by the manufactures.