Hello forum. A beginner question

Need2learn
Posts: 2
Joined: Wed Dec 19, 2018 11:57 pm

Hello forum. A beginner question

Postby Need2learn » Thu Dec 20, 2018 12:15 am

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.

etha890
Posts: 9
Joined: Tue Oct 23, 2018 2:27 am

Re: Hello forum. A beginner question

Postby etha890 » Thu Dec 20, 2018 5:24 am

I believe the IDF supports up to 7 connections. It is an option the the "make menuconfig"

etha890
Posts: 9
Joined: Tue Oct 23, 2018 2:27 am

Re: Hello forum. A beginner question

Postby etha890 » Thu Dec 20, 2018 5:28 am

Below is the screen dump....
Capture.PNG
Capture.PNG (38.7 KiB) Viewed 6336 times

Need2learn
Posts: 2
Joined: Wed Dec 19, 2018 11:57 pm

Re: Hello forum. A beginner question

Postby Need2learn » Thu Dec 20, 2018 4:42 pm

etha890 wrote:
Thu Dec 20, 2018 5:24 am
I believe the IDF supports up to 7 connections. It is an option the the "make menuconfig"
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?

chegewara
Posts: 2230
Joined: Wed Jun 14, 2017 9:00 pm

Re: Hello forum. A beginner question

Postby chegewara » Fri Dec 21, 2018 1:02 am

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.

boarchuz
Posts: 566
Joined: Tue Aug 21, 2018 5:28 am

Re: Hello forum. A beginner question

Postby boarchuz » Fri Dec 21, 2018 6:48 am

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] and 124 guests