A platformio project for an MXChip AZ3166 (also nown as MXChip IoT DevKit or Microsoft Azure IoT Starter Kit) board using its temperature, pressure and humidity sensors to measure these parameters, compute the dewpoint, display the results on the built-in OLED, and submit them to an InfluxDB v1 server.
Some utility functions in the InfluxDB client were adopted from Tobias Schürg's InfluxDB Client for Arduino. I couldn't use that library directly, because the platform's HTTP and TLS client isn't the standard Arduino or ESP3266 one. This library is licensed under the MIT license.
Licensed under the BSD-2-Clause license (SPDX Identifier BSD-2-Clause).