本文主要是介绍aruino/esp8266Nodmcu+Mq-4 air quality sensor/datasheet/气敏传感器库MQUnifiedSensor的使用,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
文章目录
- datasheet for Mq-4
- MQUnifiedsensor
- 示例代码效果
- nodemcu(esp8266)的烧写
datasheet for Mq-4
MQ-4 Methane Gas Sensor Pinout, Datasheet, Features, Specs & Uses (components101.com)
MQUnifiedsensor
- 目前该库的简介上说arduino(avr 架构)、esp8266芯片都支持
- 实际使用中arduinoIDE提示不兼容esp8266(Nodemcu),但是可以强烧,后面会给出烧写效果(注意esp8266上的引脚的指定与arduino的差异)
示例代码效果
- MQ-4_ALL:
MQ-4:
nodemcu(esp8266)的烧写
- 我用vscode开发
- verifying(Analyzing)的效果(提示可能不兼容)
- 烧写
选择继续烧写,不出意外,可以写入
- 串口查看
这里由于表头比较短,所有出现错位,可以自行对齐5列头
这篇关于aruino/esp8266Nodmcu+Mq-4 air quality sensor/datasheet/气敏传感器库MQUnifiedSensor的使用的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!