Hello all,
I am using the nrf52840 MCU and NCS v2.6.2 for my application development. Here I am using SPIM3. I am using a peripheral which have an internal FIFO. From...
The partition config for ZBOSS is set in different locations in NCS. For us this worked out magically in the past because the values that were written have been the same in...
Hi everyone,
I'm working on a project using the nRF54L05 (v2.9.0) and I'm currently facing an issue with BLE. I want to change the BLE transmit power , and so far I’ve only...
Hello.
This may be a basic question, but please let me know. I am using nRF54L15-DK and nRF Connect SDK v3.0.2.
Is the 32MHz crystal running when the nRF54L15 program...
hi everybody: This is my first time developing an nRF chip and also my first time using VSCode After installing nRF tools and fast (3.0.0), I found that I did not see the...
We encountered some problems while debugging the nRF54L15. A total of 10 circuit boards were produced, and the chip on the board is nRF54L15CAAA. After programing the code...
Issue:
I would like to bring to your attention that I am getting an error when running the 'list command using the nrfcredstore cli utility, while trying to retrieve the...
Hi All,
BLE Nordic Stack: 0.9.7
Tiny Circuits: Ardunio + Nordic nRF8001 Board
First time post, and hoping someone has run into the same issue that I am. I am in the...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
Hi,
After I've successfully connected my smartphone via nRF Toolbox's UART-BLE Service to my nRF52 peripheral, I tried to mimic the scenario when the devices get disconnected...
Hello
I want to understand how far the firmware that is burnt on to a Hardware is protected. Is it possible to actually read the firmware from a device (if the device has...
Services Setup
I am trying to feed the "Services Data" manually to the nRF8001.
As per the data sheet page 82 (see image below): Upon transmission of 1 packet of data...
I am trying to run the ble_app_beacon example on an nrf51802 device.
The call to sd_softdevice_enable() never returns (jumps to 0xFFFFFFF9)
The fault handler is not called...
My guess is that:
Characteristics are (or at least, can be considered) subsets of services, which in turn, are (or at least, can be considered) subsets of profiles.
...
Hi, I am modify the S120 multi-link UART example code (code is available here ), and just noticed a problem that the central is only able to send the UART data to the last...
I have tried to make IAR working on monitor mode.(Follow this devzone.nordicsemi.com/.../ . )...up to today the NRF52 still will reset once I hit breakpoint on power_manage...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
Hi, we are updating our current application to the new nRF5 SDK and S132 v2 softdevice but we got stuck with a issue on the initialization of a custom service.
We narrowed...
I'm a beginner at Homekit development.
And I'm using HK SDK3.0.1 on SDK12 for Homekit as Accessory.
At the first,
How to change advertising data, such as Device ID and...
I have a question about Nordic's implementation of FreeRTOS. In the FreeRTOSConfig.h the following is defined as:
/* The highest interrupt priority that can be used by...
I have a star network that works faithfully in no ACK way, using only pipe0.
Now i want to use pipe 1 to transmit from one nRF24L01+ to the star center, with ACK this time...