creepscompilation

Results 24 comments of creepscompilation

Hello ekoslav, Thank you very much for the help, I have it running on my application and it is working well, except it does not seem to show up anymore...

Here is all the code: //////////////////////////////////////////////////////////////////////////////////// #include // Define the Display name of the BLE Device BleKeyboard bleKeyboard("9xx_BLE_v1.0","Company Name",100); // populates the deviceName char with the device Prefix plus a...

Note: I left this statement in the code because of the "Manufacturer Name and delay value // Define the Display name of the BLE Device BleKeyboard bleKeyboard("9xx_BLE_v1.0","Company Name",100); Maybe this...

CONFIRMED: Ok the following code works on all operating systems. I commented out the new code after SETUP and now the device name shows up on all operating systems I...

Is there a way to set the manufacturer name ? If I lave my code as is, everything works.. #include // Define the Display name of the BLE Device BleKeyboard...

The iPhone 11 I am testing with does not display the BLE keyboard without the manufacturer name.

In my testing, the only statement that works on all Apple iOS devices is the following: #include // Define the Display name of the BLE Device BleKeyboard bleKeyboard("BLE_KB_1.0","Company Name",100); void...

Hello T-vk, Thank you for the assistance. The setName() function works GREAT !!! I am able to implement it with the "setup" section and generate a unique Bluetooth name for...

Hi John, Your project is awesome, looks GREAT !!! I am NEW to using the ESP32 so I was hoping you might be able to point me in the right...

Hi John, Can you let me know if find a solution to the Android failures?