Page 1 of 1

Bluetooth Communication - ESP32

Posted: Wed Jul 07, 2021 7:29 am
by sreenath@design
Hi,

I have a setup wherein there are two ESP32 modules (viz. master and slave ESP32) and a mobile device.
The ESP32 modules are connected to different sensors.

The slave ESP32 module shall send the sensor data to the Master ESP32 alone through Bluetooth and then the Master packetizes the salve as well as the master data and send it to the mobile device through Bluetooth again.

The communication with the Master and slave ESP32 should start on its own when it is powered on.
Is this type of communication possible?

Re: Bluetooth Communication - ESP32

Posted: Wed Jul 21, 2021 9:01 am
by sreenath@design
Can anyone help me with the above query ???