I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hello Nordic semi team,
I am running into an issue with sd_ble_gattc_read
I have set the MTU size to 70 and I do this:
// Configure the gatt MTU size . memset(&ble_cfg...
Hi,
I'm currently development firmware for a application using a Nordic chip. This application will use some drivers allowing the communication with sensors and for the...
Hi,
I have known a case to raise CRC error in secure bootloader with using \nRF5_SDK_17.0.0_9d13099\examples\dfu\secure_bootloader\pca10100_s140_ble
I enabled a nrf_log...
I am writing my own DFU app for the nRF52832. I am using C# and .NET with Visual Studio.
For reasons I don't want to get into I can't use the Nordic SDK library with this...
Hi,
I want to use the app_error_save_and_stop in app_error_weak.c of SDK16
However, the call to the app_error_fault_handler stops to NRF_BREAKPOINT_COND and never reaches...
For clarification I use the nrf5_SDK_for_Mesh_v2.1.1. and the nrf52832.
For a product of ours we use multiple NRF52 as nodes in a mesh that sends data to an application...
Hi fellas,
First of all sorry for the long post but I'm stuck for quite some time now and I need your help. I guess better provide more info than less.
I am working with...
Hello All
during developmenmt we meet some strange phenomen.
the device send to PC 135 bytes on responce command READ.
During transmitrion 135 bytes the softdevice generate...
Hi Nordic providers of solutions to problems great and small.
Good mornings.
We have been going through the OTA/DFU process for a signed image as the final step of our...
Hello, I'm testing the Matter example : Template ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/matter/template/README.html ) with nRF SDK v1.9...
Imagine my disappointment when I discovered today that Apple Silicon (M1) Macs are not supported by nRF Connect (without the painful step of using the Intel build of VS Code...
While downloading nRF SDKv1.9.1 using toolchain manager, I get error.
https://developer.nordicsemi.com/.pc-tools/toolchain/ncs-toolchain-v1.9.1-20220304-728bbd5.dmg: not...
We want to keep only the RTC active and the other peripherals in sleep mode, and wake up peripherals (e.g. communication by ESB) cyclically triggered by the RTC.
However...
Dear Members,
Where can I download
PCA10059 altium schematic and PCB files ?
I have the board here and I need those files for further production stage,
Regards...
Hi Team,
We are using nRf52840 SOC for our project and for each code change test we need to burn FW build on real hardware. Using real hardware setup increase testing feedback...