u/Ev1lZer0

▲ 2 r/esp32

My esp 32 camera looks awful. I plan to feed these images to open ai for a Home Assistant automation, and while open ai was able to successfully identify the LEDs, this was on a good day. There has got to be a better option.

Also, what’s with the pink, everything that’s pink is supposed to be stat white.

Looking for suggestions on better camera or better hardware all around that still cost effective and has wifi.

This is what I got: Seeed Studio XIAO ESP32 S3 Sense... https://www.amazon.com/dp/B0C69FFVHH?ref=ppx_pop_mob_ap_share

This is my config: esphome: name: chlorinator-camera friendly_name: Chlorinator Cameraesp - Pastebin.com

u/Ev1lZer0 — 8 days ago
▲ 0 r/esp32

I am trying to get an esp32 s3 online. I bought this one. https://a.co/d/0i1SQSwe

I can flash it just fine with the default firmware on web.esphome.io. I can see it connecting to my network just fine. Evidence by seeing it on my router, and by pinging it.

When I try to install my software, It compiles fine, but when it tries to connect the the wifi again after compiling, I see a wall of text attempting to connect.

Ultimately, I’m trying to figure out if this is a software or hardware issue. I’m leaning to a software, since I’m able connect to my network with the default installation, but when I install my installation (yaml on pastebin below), it gets in a connection error loop (below).

‘’’

[08:07:44.403][I][wifi:1076]: Connecting to 'Knights At The Round Table'[redacted] (any)[redacted] (priority 0, attempt 1/1 in phase RETRY_HIDDEN)...
[08:07:46.824][W][wifi_esp32:786]: Disconnected ssid='Knights At The Round Table' reason='Probe Request Unsuccessful'
[08:07:46.825][W][wifi:1649]: Connecting to network failed (callback)
[08:07:46.825][D][wifi:1828]: Retry phase: RETRY_HIDDEN → RESTARTING
[08:07:46.825][W][wifi:722]: Restarting adapter
[08:07:47.340][W][wifi:1660]: Network no longer found
[08:07:47.341][D][wifi:1828]: Retry phase: RESTARTING → SCAN_CONNECTING
[08:07:47.341][D][wifi:1277]: Starting scan
[08:07:50.355][W][wifi:1432]: No networks found
[08:07:50.355][D][wifi:1828]: Retry phase: SCAN_CONNECTING → RETRY_HIDDEN
[08:07:50.355][D][wifi:561]: Hidden candidate 'Knights At The Round Table'[redacted] at index 0

‘’’

Just the above over and over and over again.

This is my software; for the life of me I can’t format it for this subreddit, so posted it to pastebin. I hope that’s alright: https://pastebin.com/MyVqbRGv

updated YAML: Ev1l_Zer0 - Pastebin.com

reddit.com
u/Ev1lZer0 — 11 days ago

I’m looking for a way that I can see that this red warning light is on and use that in automation to send me a notification.

u/Ev1lZer0 — 14 days ago