Function: Now we have developed a function similar to usb file upgrade on the application side by ourselves (which requires operating bank1, writing the Settings page, involving...
Hi,
I am almost done with my code for channel sounding with multiconnections. It all works, but somethimes i get this after a certain period of time: This Warning pops...
Hello, Nordic Team! I followed this document and used the XML file mentioned in the document. custom_clusters
I did regenerate the files under the zap-generated folder,...
Hi,
I want to develop a new project without using NCS way. For this project, I didn't use the Kconfig and deviceTree.
The hardware I use is NRF54L15-DK.
My purpose is...
As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Because if there is, I'm not seeing it. It seems to me that the SDKv14 has asks you where you want your event handler function like this:
Where spi_0_event_handler() is...
HI,
I have been trying to generate the hex files for the mesh sdk (Latest) examples using cmake following the instructions in the documentation.
But the platforms supported...
Hi All,
I am starting an application using nRF51822 beacon kit.
I have some observation regarding current consumption.
1- erase entire flash and power up only, i can...
I'm trying to measure the startup time of the 32 MHz XTAL at the pins XC1 and XC2. Often a microcontroller will indicate in a register that the XTAL and internal PLL are stable...
I wanna use NFC Tag module for OOB authentication in Bluetooth Pairing. I don't wanna use heavy SDK library for it.
Just need simple function which configure NFC to transfer...
I need to achieve the "few uAmps" level of sleep current while running the latest mbed-os 5 on an nRF2832 (inside a u-blox NINA-B1 module). I'm currently seeing ~500 uA in...
Hello,
I'm writing a python script to flash batches of boards with NRF52's.
This is the part of the script that flashes the boards:
I call that function inside a for...
Hi,
I have a problem using Nrf51822 with softdevice S130 2.0.0.
It happens sometimes, not always just a few times, in an unpredictable wat that using the function sd_ble_gatts_value_get...
Hello I am developing an application with this sensor and I have this board that I recently bought, is there an example where I can do a sensor test? or if someone has tried...
I am using nrf51822, sdk 12.3.0, softdevice 2.0.1 , i am wondering what is the best practice after user changes the pairing key , should i delete pairing info on the NRF in...
Hello,
Can "mbed HRM1017" communicate with ANT+ devices? Because in the offical product page it says " Nordic nRF51822 System-on-Chip combining Bluetooth v4.1-compliant...
When my device received name change request from central, I can catch this event (for updating device name in FDS) by callback *_on_ble_evt , event ID BLE_GATTS_EVT_WRITE...
Hi,
I am trying to port my Application from SDK13.0 to 14.0.
I have completed the porting. But the code is not working.
In Service initialisation there are issues...
Hello,
I use the nRF5 SDK 11.0.0 and with it we can easily build the examples with armcc from Keil, or with gcc (arm-none-eabi-gcc) from the command line using your Makefiles...
The current configuration looks as follows:
IDE: Eclipse
Toolchain: ARMGCC
SDK: SDK5_NRF_14
DK: NRF52DK-PCA10040
I am trying to port the 'bootloader_secure_ble'...