Page 1 of 1

GATT server on ESP32 environment sensing service with BME280

Posted: Fri Aug 03, 2018 2:12 pm
by kiswend
Hello dear community,

I'm looking for sample or help to program GATT server on ESP32 with BME280 sensor.

The expected service is Environmental Sensing Service (ESS) 0x181A with at least Temperature (0x2A6E), Humidity (0x2A6F), Pressure (0x2A6D) characteristics. Best is adding Dew Point (0x2A7B) and Elevation (0x2A6C).

I'm using Arduino IDE or PlatformIO.

Thanks