The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
I am about to start using the nRF52 for several projects and would like to know which version of Eclipse is recommended? Since Eclipse can be customized in many ways I'm looking...
i took the original sdk 14.2.0 s132-5.0 ble-uart nus-service example for reference measurements to send data from a 52832 to an android device running nrf uart v2.0
to...
I need to add two more led pins - #10 and #30 - to that board, but I don't know what to do with LED_START and LED_STOP lines, and so far, it is difficult for me to trace any...
Hi i am working on ble_peripheral example on nrf52. i am getting issue in bsp.c
BSP_BUTTON_ACTION_LONG_PUSH' undeclared (first use in this function)
bsp_button_event_handler...
main.c Hi,
I have implemented button long press with APP_BUTTON library with APP timer (a 5 seconds timer).
Normally the detection works fine.
But I found that if the...
Hi,
I'm trying to get BLE pairing example to work. I downloaded the missing micro-ecc library and I encountered this problem: github.com/.../70
So I've compiled this...
Hi,
I try to enable the ram retention function. (Bank 4)
So i used the POWER structure
NRF_POWER->RAM[4].POWERSET |= (POWER_RAM_POWER_S0POWER_On << POWER_RAM_POWER_S0POWER_Pos...
Hi,
We use SDK14.0 with S132 v5.0.0 on a custom board with nRF52832.
In our application using a lot of flash operation, and we found the error PM_EVT_PEER_DATA_UPDATE_FAILED...
Hi,
I am working on the nRF52840 Development Kit and I want to merge between ble_app_uart to usbd_cdc_acm examples.
I opened the usbd_cdc_acm example and added all .c...
Hello.
I have the problem with USB connection with NRF_LOG_ENABLED.
I am using my custom board, NRF52840 QIAABB version. I have enabled CLI over RTT, softdevice. I am using...
Problem: I use a button with a pull-up to wake up the device (nrf52832) from power_off, but by the time the bootloader verifies the application and jumps, the button may have...
Hi guys,
I am developing a appilication using nrf51822 using SDK 11. I am trying to use Fstorage and FDS to store data. I need this data to be updated frequently. As I...
Hello the Nordic Team,
First, I wish you all a Happy New Year 2018, with a lot of good health and success in your professional and personal projects.
Secondly, I come...
Hello,
In sdk 14.2 configuration of LF clock with softdevice are in 2 header files (pca100xx.h and
sdk_config.h)
pca10040.h
// Low frequency clock source to be used...
Hi
I'm new in nordic development.
and i need sample code for LSM303AGR Accelerometer.
i found a LSM303AGR_ACC_Driver.h and c file but i have no idea how to use these...