esp32-snippets
esp32-snippets copied to clipboard
Sample ESP32 snippets and code fragments
First off: Thanks for your Awesome work Neil! I never get names returned, I'm running in Arduino IDE, and have tried to make my own app as well as tried...
13:36:40.995 -> BLE Advertised Device found: Name: , Address: 4f:94:11:6f:26:4e, manufacturer data: 4c001005229870d425, txPower: 8, rssi: -74 13:36:40.995 -> BLE Advertised Device found: Name: , Address: 06:ad:cd:18:de:2f, manufacturer data: 06000109212a5b65e3ab75c44a6967734c656e6f766f,...
With the given examples this error always occurs. "'ringbuf_type_t' has not been declared" rduino/libraries/ESP32_BLE_Arduino/src/FreeRTOS.h:61:35: error: 'ringbuf_type_t' has not been declared 61 | Ringbuffer(size_t length, ringbuf_type_t type = RINGBUF_TYPE_NOSPLIT);
The example BLE_client.ino does not get receive notification when pushing on buttons, - yes my service UUID and characteristic are right as it is working with a raspberry pi with...
Running the examples from the ESP32 BLE Arduino library, i keep getting the following error message, **please advise. thanks.** In file included from C:\Users\Gideon\Dropbox\Arduino\GH_Projects\libraries\ESP32_BLE_Arduino-1.0.1\src/BLEAdvertising.h:15, from C:\Users\Gideon\Dropbox\Arduino\GH_Projects\libraries\ESP32_BLE_Arduino-1.0.1\src/BLEServer.h:19, from C:\Users\Gideon\Dropbox\Arduino\GH_Projects\libraries\ESP32_BLE_Arduino-1.0.1\src/BLEDevice.h:18, from C:\Users\Gideon\Dropbox\Arduino\GH_Projects\libraries\ESP32_BLE_Arduino-1.0.1\examples\BLE_notify\BLE_notify.ino:22:...
Implement more detailed error handling and logging to provide better insight into why certain addresses fail during the scanning process. This could involve adding error codes or messages to help...
Hello to all! I am in a school project that requires Bluetooth and this is my project resumed shortly: I am making my own MP3, of course, I will be...
Hi, In a scenario, when BLE Server is powered on first and client is powered on later, how client can connect to Server?
I would be useful to have `void BLECharacteristic::notify()` returning an error message when `::esp_ble_gatts_send_indicate()` fails. Otherwise, there's no way for your program to react if the BLE link is flooded...
Error using ESP32 the selected serial port does not exist either board is not connected