Search found 4 matches

by alwurts
Wed Jul 04, 2018 7:08 am
Forum: ESP32 Arduino
Topic: TCP Connection latency between two ESP32's
Replies: 0
Views: 4479

TCP Connection latency between two ESP32's

Hi everyone i'm connecting two ESP32 directly to each other through wifi, one is an access point and the other is a client. So far connection seems to be reliable however the interval in which the messages get sent is very slow sometimes up to 300ms, for my project i would like to send and receive v...
by alwurts
Mon Jul 02, 2018 3:56 am
Forum: ESP32 Arduino
Topic: Bluetooth between two ESP32
Replies: 3
Views: 7296

Re: Bluetooth between two ESP32

Thank you for your answers, after reviewing them i'm going to go for the Wi-Fi implementation since i need the connection delay to be as low as possible and also as kolban mentioned i might get better range for the project.
by alwurts
Sat Jun 30, 2018 3:13 pm
Forum: ESP32 Arduino
Topic: Bluetooth between two ESP32
Replies: 3
Views: 7296

Bluetooth between two ESP32

Hi everyone. Im trying to establish a two way bluetooth communication between two ESP32's. The communication will be used in a arduino robotics project where one device will be the brain of a car robot and the other device will be the controller with a joystick attached to it. From what i understand...
by alwurts
Sat Jun 30, 2018 2:57 pm
Forum: ESP32 Arduino
Topic: BT Classic communication between two ESP32
Replies: 11
Views: 32357

Re: BT Classic communication between two ESP32

Hi

Im trying to make a two way bluetooth connection between two ESP32, same as you.
If you managed to make it work please let me know, it would be of great help.

Alejandro