Category: Espressif Devices
Introduction A recent post described the prototype, its software, and results of testing to determine how/if this weather station can be battery operated. That testing clearly demonstrated that two AAA cells in series will...
Introduction This post describes a work-in-progress project wherein the title question had to be answered first. The goal is to make a simple device that can be taken anywhere and does not need a...
Introduction Honeywell HPMA115SO-XXX and the Plantower PMS1003/5003 particulate matter sensors are nearly identical products. The underlying principal of operation is laser light scattering and its analysis. An internal fan sucks air into a chamber...
Introduction Hardware Programming >>>>>>Main Program >>>>>>Communication With Sensor Via UART Conclusion Introduction I recently came across this interesting CO2 sensor that uses photoacoustic spectroscopy and is not too expensive. The evaluation board that I...
Introduction Hardware Software Results Introduction I have been focussing efforts on building and testing interesting and useful sensors with data sent to the cloud by either esp8266 or ESP32 devices (in one case I...
The ESP8266 SDK comes with a very useful set of examples in the directory IoT_Demo. With it I built and operated some useful devices, namely the DHT11 and DHT22 temperature and humidity sensor and...
With GATT Server Having ADC Sensing The Espressif ESP32-WROOM device has both WIFI and Bluetooth Low Energy (BLE) capability and the ESP-SDK is rich with example code and contains all the libraries necessary to...
This topic shows many of the ways one can stream video and/or capture images from the esp32-camera by AIthinker. For this purpose the example “camera_web_server” found in the esp-who repository (https://github.com/espressif/esp-who.git) was built and...