Paul Hamshere

Results 12 issues of Paul Hamshere

This is perfect - thank you so much - it is exactly what I needed!

Hi I have a device I am trying to emulate and in Wireshark scan response and advertising response it shows as having TxAdd: RANDOM with address 0xdb, 0xab, 0x7f, 0xe0,...

enhancement

Hi I have read this issue: https://github.com/h2zero/NimBLE-Arduino/issues/360 I have a similar / same problem. The ESP32 advertised device name doesn't seem to update if it is long. In my code...

Hi I have a BLE device (Spark Control - a BLE pedal to control a guitar amp) which seems to fail on getService in NimBLE. I have many other devices...

Hi I am working on decoding the data format to add to the amazing work above. I think the key is the 8th byte in the sequence - so I've...

Hi Justin Very impressed with what you and team have done here!! I haven't tried Wireshark, but wrote this for an ESP32 board (M5Stack Core2) to appear to the Spark...

Hi I am trying to work out how Notify works in the NimBLE-Arudino code but just can't find the right bit. What I think I know: - the client needs...

I can see you have a flag to force use of dbus but is there a way to force gattlib to compile without dbus? I want to try the gatttool...

Hi Although it *works* on the Nano Connect RP2040, this code has this in HCIUartTransport.cpp (https://github.com/arduino-libraries/ArduinoBLE/blob/master/src/utility/HCIUartTransport.cpp) ``` #if defined(ARDUINO_AVR_UNO_WIFI_REV2) || defined(ARDUINO_NANO_RP2040_CONNECT) HCIUartTransportClass HCIUartTransport(SerialHCI, 119600); #else HCIUartTransportClass HCIUartTransport(SerialHCI, 912600); #endif ```...

type: imperfection
topic: documentation

### LVGL version v9.1 ### What happened? Using Arudino and LVGL 9.1, and Elecrow RGB Terminal (ESP32 S3) the 'Analytics' tab of the demo crashes. The arcs just stop and...