Connecting ESP32 to internet in LowPower setup.
Posted: Wed Apr 17, 2019 8:18 am
Hello all,
This might be a stupid question but I'm getting bit overwhelmed with possibilities and would like to focus on one that is the best.
I need connect multiple ESP32 to local LAN ( or Internet ) but I need it at low power 3.3V batteries, this mean sleep for about 24hours than wake up, check server if something changed specifically for that device ( so it have to broadcast identification first and than read the response ), if something changed than do action and back to sleep...
I do not need long distances like LPWAN ( which sounds great, low power and long distance... but licensed and need expensive hub to talk to normal web servers... )
Bluetooth - nice low power consumption, range is not that great though and I'm not sure if it can be made in a sense Server + many clients checking from time to time ( possibly multiple clients checking at once )
WiFi - classic solution that I understand , its just AP and clients.. simple enough.. battery inefficient though.. ( would be nice to have wifi mesh capability, but since like 99% of the devices will be in deep sleep, it would not work. I don't know though...gathering information about it now )
What else is there ? Some low power radio communication like LPWAN. or just stick with wifi and get a bigger batteries ?
This might be a stupid question but I'm getting bit overwhelmed with possibilities and would like to focus on one that is the best.
I need connect multiple ESP32 to local LAN ( or Internet ) but I need it at low power 3.3V batteries, this mean sleep for about 24hours than wake up, check server if something changed specifically for that device ( so it have to broadcast identification first and than read the response ), if something changed than do action and back to sleep...
I do not need long distances like LPWAN ( which sounds great, low power and long distance... but licensed and need expensive hub to talk to normal web servers... )
Bluetooth - nice low power consumption, range is not that great though and I'm not sure if it can be made in a sense Server + many clients checking from time to time ( possibly multiple clients checking at once )
WiFi - classic solution that I understand , its just AP and clients.. simple enough.. battery inefficient though.. ( would be nice to have wifi mesh capability, but since like 99% of the devices will be in deep sleep, it would not work. I don't know though...gathering information about it now )
What else is there ? Some low power radio communication like LPWAN. or just stick with wifi and get a bigger batteries ?