Arduino 常用库集合

Arduino 常用库集合

SHT31:https://github.com/adafruit/Adafruit_SHT31

BME280:https://github.com/adafruit/Adafruit_BME280_Library

DHT22:https://blog.csdn.net/zhao007z5/article/details/80090187

MQ135:https://blog.csdn.net/zhao007z5/article/details/80092205

分贝感应器:https://github.com/zhao007z4/Decibel-Sensor

temp6000:从A0中读取数据,范围0-1024

tsl2561:https://github.com/adafruit/Adafruit_TSL2561

hcsr04:https://github.com/Martinsos/arduino-lib-hc-sr04

ESP低功耗: ESP.deepSleep(sleepTimeS * 1000000);

参考:https://www.espressif.com/sites/default/files/documentation/9b-esp8266-low_power_solutions_cn.pdf

wifi嗅探器:可用于统计大概人流量:https://github.com/kalanda/esp8266-sniffer

WebSocket:https://github.com/Links2004/arduinoWebSockets

SSD1306:https://github.com/ThingPulse/esp8266-oled-ssd1306

qrcode:https://github.com/anunpanya/ESP8266_QRcode

EEPROM:https://www.arduino.cc/en/Reference/EEPROM

SoftwareSerial:https://www.arduino.cc/en/Reference/SoftwareSerial


你可能感兴趣的:(IOT)