Search found 3 matches
- Fri Mar 05, 2021 6:52 am
- Forum: ESP32 Arduino
- Topic: How to send a new characteristic value from the ESP32 client to the esp32 BLE server?
- Replies: 0
- Views: 1657
How to send a new characteristic value from the ESP32 client to the esp32 BLE server?
I can connect to the server through the BLE scanner application and send the value to the ELEM_UUID characteristic. And I don’t understand how to write a sketch on the ESP32 client so that he would do the same without a smartphone. Who understands please write how to do it. Thank you very much in ad...
- Thu May 14, 2020 9:58 am
- Forum: ESP32 Arduino
- Topic: Soft AP ESP32 & multiple clients
- Replies: 6
- Views: 16014
Re: Soft AP ESP32 & multiple clients
Thanks a lot for the tips! Really it was necessary to register "client.stop ();" not only on the server but also on the client. Thus, the client releases IP address 192.168.4.1 and the next client connects normally and receives messages from the server. I don't care about getting teams quickly, so i...
- Wed Dec 04, 2019 6:11 am
- Forum: ESP32 Arduino
- Topic: Soft AP ESP32 & multiple clients
- Replies: 6
- Views: 16014
Soft AP ESP32 & multiple clients
Hello! Please help with the following question: The first ESP32 module is the AP server, and the other two are its clients (clients have the same source code). One client receives the IP address 192.168.4.2, and the second - 192.168.4.3. The client who first connected to the server and received the ...