Added a BME280 weather sensor to the camera #50
FBMinis
started this conversation in
Show and tell
Replies: 2 comments 4 replies
-
Another way to do that is to separate the adafruit stuff from the camera stuff, so the symbols to not step on each other. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Well, the humidity reading began staying mostly stuck at 100%, which I discovered to be a common problem for many hobbyists. The temperature and pressure readings are in accordance with the weather station at the airfield nearby. I ordered one of these to replace the BME280: https://www.aliexpress.com/item/1005005581974032.html (nice shop with inexpensive ESP32Cam and SR620 sensors too). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a camera pointed at the horizon sending me photos periodically. I thought I'd add a weather sensor and later on a rain detector.
I used the BME280 sensor for pressure, humidity and temperature. The original Adafruit libraries have a variable that had to be renamed, as it conflicted with a variable inside
esp_camera.h
.The modified Adafruit libraries can be found here: https://github.com/abish7643/ESP32Cam-I2CSensors/tree/master/lib
Connections:
Features:
ESP32-CAM-Video-Telegram_9.5
Code:
ESP32-CAM-Video-Telegram_BME280.txt
Thank you
Beta Was this translation helpful? Give feedback.
All reactions