Search found 4 matches

by Just Me
Thu Jan 16, 2025 12:26 pm
Forum: General Discussion
Topic: Is there a NimBLE GAP event to accept or refuse a connection?
Replies: 1
Views: 482

Re: Is there a NimBLE GAP event to accept or refuse a connection?

There is most likely no such event.

I'm moving my focus on ESP NOW. It's very easy to implement. If that won't work reliably, I'll get some CC1101 or similar IC transceiver.
by Just Me
Wed Jan 15, 2025 10:33 pm
Forum: General Discussion
Topic: Forum super slow
Replies: 4
Views: 688

Re: Forum super slow

Same here (Spain, if it matters). Many timeouts and several times MySQL backend errors.
by Just Me
Mon Jan 13, 2025 10:08 pm
Forum: General Discussion
Topic: Is there a NimBLE GAP event to accept or refuse a connection?
Replies: 1
Views: 482

Is there a NimBLE GAP event to accept or refuse a connection?

Hi, I have a light which I would like to control over BLE. Because it's just a light, I don't want to get trapped into bonding and security stuff (have browsed issues with its implementation) and I need this to run reliably. In the end, if sb "hacks" this device, they will turn on or off a decorativ...
by Just Me
Mon Dec 30, 2024 9:49 pm
Forum: ESP-IDF
Topic: Is it safe to block wait inside NimBLE event?
Replies: 0
Views: 310

Is it safe to block wait inside NimBLE event?

Hi, what is the design practice if I want to wait for an outside event when NimBLE is connected to a peer? The idea is to perform BLE scan, connect to a peer, find the service characteristic I'm interested in and then wait until an (user input) interrupt occurs to write a value to that characteristi...