Re: Nimble on U-blox Nina B112 (Nrf52832)

2021-05-23 Thread Miguel Wisintainer
 Hello Brennan Plans changed, i had spent a lot of time today on NRF52832 then i suspect that should be a Softdevice Version (132) Then i ported the NRF52840 and repeated all the process, and finally that error was removed. Look the boot ABCDEG bt_initialize: btdev 0x47384

Re: Nimble on U-blox Nina B112 (Nrf52832)

2021-05-23 Thread Brennan Ashton
On Sun, May 23, 2021, 6:32 AM Miguel Wisintainer wrote: > Sir > > How are you ? > > I compiled the SDC Nimble to run on NRF52832 but i am getting the > following error > > NuttShell (NSH) NuttX-10.1.0-RC1 > nsh> ERROR: nrf52_sdc_initialize() failed: -45 > You will likely need to turn on the

Re: Nimble on U-blox Nina B112 (Nrf52832)

2021-05-23 Thread Alan Carvalho de Assis
Hi Miguel, We didn't receive your config, please rename it to config.txt and send again. BR, Alan On Sunday, May 23, 2021, Miguel Wisintainer wrote: > Sir > > How are you ? > > I compiled the SDC Nimble to run on NRF52832 but i am getting the > following error > > NuttShell (NSH)

Nimble on U-blox Nina B112 (Nrf52832)

2021-05-23 Thread Miguel Wisintainer
Sir How are you ? I compiled the SDC Nimble to run on NRF52832 but i am getting the following error NuttShell (NSH) NuttX-10.1.0-RC1 nsh> ERROR: nrf52_sdc_initialize() failed: -45 Can you help me ? Thanks Attached the config Miguel Wisintainer

Nimble on nrf52832 (u-blox) Matias

2021-05-23 Thread Miguel Wisintainer
Sir How are you ? I compiled the SDC Nimble to run on NRF52832 but i am getting the following error NuttShell (NSH) NuttX-10.1.0-RC1 nsh> ERROR: nrf52_sdc_initialize() failed: -45 Can you help me ? Miguel Wisintainer

Re: (Standard | Recommended) way to create NuttX applications

2021-05-23 Thread Flavio Castro Alves Filho
Em sáb., 22 de mai. de 2021 às 18:01, Gregory Nutt escreveu: > > > > In my application, I am not using nutshell. > > > > But I was wondering if is it the best, or correct or recommended way to do. > > I don't think there is a best or recommended in this case. You should > do what is best for you