matthias-bs / BresserWeatherSensorTTN

Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver based on ESP32 and RFM95W/SX1276 - sends data to a LoRaWAN Network (e.g. The Things Network)
MIT License
22 stars 9 forks source link

Add define for ePulse Feather VBAT Monitoring Voltage Divider #55

Closed matthias-bs closed 4 weeks ago

matthias-bs commented 1 year ago

Problem

While the Thingpulse ePulse Feather – Low Power ESP32 development board is (mostly) pin compatible to the Adafruit HUZZAH32 - ESP32 Feather, the VBAT monitoring voltage divider is different:

ePulse Feather grafik

Huzzah32 ESP32 Feather

100k/100k (1:1 divider - as all other development boards seen so far)

Workaround

Since there is no "Thingpulse ePulse Feather" board definition in the Arduino ESP32 Board Package (AFAIK), users would typically select "Adafruit ESP23 Feather" instead.

A define has to be added to the sketch to distinguish the two boards accordingly.

matthias-bs commented 1 year ago

@marcelstoer: For your kind attention.

matthias-bs commented 4 months ago

https://github.com/espressif/arduino-esp32/pull/9256