Re: NuttX BLE. Pairing with a device

2023-05-16 Thread Alexandru Motoi
Hi all,

I am also trying to pair my ESP32 running NuttX with a bluetooth device.
I was wondering if you managed to do it Petro.

Also a problem I ran into is when I am trying to advertise from my ESP32
with
"bt bnep0 advertise start"
I can't see the ESP32  on any other devices I tried.

Any info would be appreciated.

Best regards,
Alexandru


În mar., 25 apr. 2023 la 20:33, Alan C. Assis  a scris:

> On 4/25/23, Brennan Ashton  wrote:
> >
> > I should probably have added this in more detail to the docs, but see the
> > testing section of the PR where I added it. I think it shows exactly what
> > you are trying to do
> >
> > https://github.com/apache/nuttx/pull/1655
> >
>
> Petro is right, we need to improve the "bt bnep0 scan get" command to
> include a human readable device name.
>
> It is very difficult to figure out which device we want to connect to.
>
> Another nice improvement will be listing devices by their RSSI, this
> way nearby devices tend to appear first in the listing.
>
> BR,
>
> Alan
>


Re: imxrt interrupt locking

2023-05-16 Thread Nathan Hartman
On Thu, May 4, 2023 at 8:08 AM Jernej Turnsek  wrote:
>
> Hi,
> thanks. Will take a look.
>
> On Thu, May 4, 2023 at 1:25 PM Nathan Hartman 
> wrote:
(snip)
> > I found it in the old wiki:
> >
> >
> > https://cwiki.apache.org/confluence/display/NUTTX/High+Performance%2C+Zero+Latency+Interrupts
> >
> > I don't see it in the repo Documentation. This is an important thing that
> > should be in the repo.


Just following up... I just opened PR #9302 [1] to bring this
documentation into the repo. Once merged and processed by CI, it will
also appear in the nuttx.apache.org site and therefore will be easier
for users to find.

[1] https://github.com/apache/nuttx/pull/9302

Cheers,
Nathan