Hello forum. A beginner question
-
- Posts: 2
- Joined: Wed Dec 19, 2018 11:57 pm
Hello forum. A beginner question
Hi all.Much respect for the forum. I introduce myself I am need2learn, new in this world. I have an idea and to continue with the development, I would like to know how many esp32 clients I can connect through 1 server esp32.
Re: Hello forum. A beginner question
I believe the IDF supports up to 7 connections. It is an option the the "make menuconfig"
Re: Hello forum. A beginner question
Below is the screen dump....
-
- Posts: 2
- Joined: Wed Dec 19, 2018 11:57 pm
Re: Hello forum. A beginner question
Thanks for the info etha890. I need to connect 16 units(clients) of Esp32 to a server that collects the info and sends it by gsm text messages. I only collect information of the esps: switch open or closed. How could i do it?
Re: Hello forum. A beginner question
I believe we have small misunderstanding here. I think you are asking about connecting many esp32 in general, but above answer narrows it to ble only.
You have other options too. WiFi mesh, ble mesh (beta version so far), http server and http clients etc. With each protocol you can connect dozens and don't forget about i2c slave/master.
You have other options too. WiFi mesh, ble mesh (beta version so far), http server and http clients etc. With each protocol you can connect dozens and don't forget about i2c slave/master.
Re: Hello forum. A beginner question
How often does each client need to update the state of its switch? Unless these switches are toggling very quickly/frequently, you might be able to get away with just disconnecting after updating the server, then idling until the switch changes state again.
Who is online
Users browsing this forum: Bing [Bot], MicroController and 106 guests