Search found 2 matches

by PeteSN
Tue Oct 23, 2018 7:41 am
Forum: ESP32 Arduino
Topic: Arduino examples of the BLE_Server and BLE_Client applications do not connect
Replies: 4
Views: 11612

Re: Arduino examples of the BLE_Server and BLE_Client applications do not connect

Hi, same problem here. Code of BLE server is a example from Arduino IDE: /* Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleServer.cpp Ported to Arduino ESP32 by Evandro Copercini */ #include <BLEDevice.h> #include <BLEUti...