Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
As the title suggests, I'd like some help reviewing my schematic for a 52832 pcb. I have tried to stay as close as possible to the DCDC reference design. Some notes on the...
I'm adding DFU over Bluetooth support to an existing application based on nRF Connect v2.3.0 following these instructions . What the instructions lack (and possibly is a given...
As the title suggests, I am trying to run the peripheral LBS example on my custom PCB to test BLE before continuing with my application. I'm using NCS V2.9.0. I have created...
In some other tickets it's said, that using the nRF7002 for IP traffic doesn't work, because that requires too many resources on the nRF9151.
Does this apply for a "UDP...
Hi,
Where are the peripherals required for the Zigbee stack documented? I have searched, but only broken links have been returned by Google. I'm using Connect SDK v2.9
Hello. I want to change the board configuration in nrf7002. "In the nrf7002dk_nrf5340_cpuapp.dts file &spi4 { status = "disabled"; }; An error occurs when spi4 is disabled...
Hello everyone,
My project consists on using the nPM1300 with ESP32-S3 on a custom board. I2C connection is pretty much validated, since I have already configured some...
I have an app where I'm using the AP and STA mode of the 7002. I'm running on a nrf5340.
*** Booting nRF Connect SDK v3.5.99-ncs1-1-1-g6dc48c918694 *** [00:00:12.620,269...
Hello,
I am new to Zephyr and I am trying to figure out the best way to set up a new project for a nRF91 modem. Ideally, the project should allow patching of the nRF Connect...
Dear All,
I am working on a project using the nRF52810 with the secure bootloader configuration from the Nordic SDK 17.0.2 . Specifically, we are using the example:
....
I've setup my development environment using the 'application' structure. https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/develop/application/index.html#zephyr_workspace_application...
With the nRF52840 we used RSSISTART to start the sampling of the RSSI and got a RSSIEND event when we could read the RSSISAMPLE register.
The radio on the nRF54L doesn't...
Hello,
I am working with the Multi-Service sample on the 9161dk and also a custom 9151 board.
The multi-service sample compiled option works great but the samples, when...
Greetings.
Background:
We have a custom device, that uses the nRF9160 as a Modem, with Modem OS 1.3.4 and a sightly modified "Serial LTE Modem" FW. One of our Devices...
I'm trying to send simple packets using the radio peripheral.
In my test scenario I have the following conditions:
The HFXO is started and is running the whole time...