Search found 2 matches

by Roland.Stiebel
Mon Dec 24, 2018 11:29 am
Forum: General Discussion
Topic: how to connect two esp32 boards
Replies: 7
Views: 23110

Re: how to connect two esp32 boards

Hi, even if the discussion is older it is still an everyday problem to solve. We use multiple ESP32s with arduino and need lots of communication. So here is my approach: We want to use eight ESP32s that are build into two robots. The two robots have to talk via bluetooth, as only peertopeer is allow...
by Roland.Stiebel
Sun Oct 28, 2018 8:30 pm
Forum: ESP32 Arduino
Topic: Using Bluetooth HID with ESP32
Replies: 2
Views: 4354

Using Bluetooth HID with ESP32

I just tried to do use a Bluetooth Joystick with my ESP32, but I get an error bta_gattc_conn_cback() - cif=3 connected=0 conn_id=3 reason=0x003e updating to the newest arduino made the error to disappear, but the return code of the connect-function is false, so even if I do not get an error message ...