Comment by godelski
Home Assistant integrates with WebRTC btw[0].
Also, why make the ESP32 the the hotspot? Why not just connect to the same network? Then you're not really range limited.
> I also think I unfairly like ESP because it’s an excuse to write C :)
Is the comment about Home Assistant being python? Yeah, I can get that. Feels weird to be using slow scripting languages on lean hardware. Though of course you can write whatever routines in C and just patch it in to the interface.The ESPs are cheaper (here's the non-dev kit which has WiFi[1]), but way less powerful. I don't think you could get away with doing things on device. Though I wouldn't call that dev kit cheaper and that price point was context of my comment.
FWIW, I don't think there's really anything wrong with the project other than just that it comes off as doing things that have already been done before but presenting as if something novel was done. I'm all for reinventing the wheel. For fun, education, or even to improve. Just if I'm being honest, it came off with some weird vibes because of that. I imagine that's how some people are responding as well.
[0] https://www.home-assistant.io/integrations/homeassistant/
[1] https://shop.m5stack.com/products/m5stamp-esp32s3-module
> Also, why make the ESP32 the the hotspot? Why not just connect to the same network? Then you're not really range limited.
Because then they don't have to include the ability to configure wifi, which (while not that hard) is one more thing to do and for a hackathon that's not really contributing to the end goal.