ostaquet / Arduino-MQ131-driver

Arduino driver for gas sensor MQ131 (Ozone / O3)
MIT License
64 stars 19 forks source link

Usage of DHT11 and MQ131 #27

Closed ostaquet closed 4 years ago

ostaquet commented 4 years ago

I got the "HI.CONCENTRATION" ino to work and have good readings. I'm trying to get this sensor and a MHT11 temp/humidity sensor to operate on the same sketch and output T / H / O3 on the same display. Baud rate on MQ131 sketch is 115200, on DHT11, the baud rate is 9600. Can I either change the MQ131 sketch to 9600 or operate two baud rates on separate serial ports? If I do that, I don't think I can monitor both. Thanks!

Originally posted by @chazbevo in https://github.com/ostaquet/Arduino-MQ131-driver/issues/17#issuecomment-652551445

ostaquet commented 4 years ago

Hi @chazbevo, It is not a question related to the driver. It is a programming question. I suggest you post it on the Arduino forum or Stackoverflow forum. KR