Open eried opened 2 months ago
That looks like it ought to work. Have you tried nrf Connect on mobile (there's an Apple version too) just to confirm it's not a BLE issue?
nrf Connect sometimes can show some deeper diagnostics information too, to help root-cause what's going on there.
Hi, thanks. It is very similar, also can read in nrfConnect
On the web there is no permissions I could have missed right?, I am still puzzled on why it does not work :/
Just clarifying @eried ... which platform ar eyou running on? Is this Web (via Chrome?), Android or iOS?
Hi, web via chrome, windows 10
Hi! thanks for this add-on, I am trying to connect to a simple ESP32 device that exposes a characteristic as:
After connecting to the device (this part works ok), when I try to get if I can read the value:
I always get:
app.component.ts:141 Error fetching fish data: NotSupportedError: GATT operation not permitted.
Even when I can read it on another app on the same PC:
I am missing something very obvious?