ostaquet / Arduino-MQ131-driver

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

doesn't print correctly #44

Closed tamalatomico closed 2 years ago

tamalatomico commented 2 years ago

I'm trying to calibrate one MQ131 (black bakelite version) the program upload correctly, the sensor gets "heated" and everything seems correct but it's printing just nonsense characters:

⸮S⸮W⸮ude⸮⸮Wd,$5uu$$u⸮⸮⸮u⸮dWu%wdW5d⸮udW⸮u⸮u⸮5$⸮`5(dd5⸮⸮5$($d

I changed the pins connectors, the cables, the protoboard, even some words:

Serial.println("CALIBRANDO...");

but it doesn't seem to solve the problem.

I'm at programming & writing on english

ostaquet commented 2 years ago

I don't think it is related to the MQ131 or the driver. Probably an issue with the baud rate of the Serial or an issue in the main program.