I am in the process of migrating to NCS 2.7. My project includes NSIB, MCUBoot, TFM, and the application. Everything works fine with multi-image builds.
However when using...
Hi, we're creating a BLE mouse. We've setup the HID service- clicking button 1 on the nrf52832DK sends left mouse button click- nothing else is being sent. The problem: even...
Hello.
I am trying to run an alarm clock using the RTC calendar. In the main loop I see the time being printed, but there is no response from the alarm callback, which I...
When I compile the attached example project like this:
I get the following warning:
And the compile flags for main.c (taken from compile_commands.json) are:
I...
Hi,
I am currently working on a BLE throughput project for the nRF52840 and have successfully tested data transfer from the central to the peripheral. However, I need to...
*EDIT* - Using NCS 2.9 I am using the QSPI peripheral to communicate with a display.
1. I initialize the QSPI peripheral. I have tried both blocking and non-blocking. Both...
I use nrf51822qfaa ,s110 V8.00,keil mdk V5 ide.
does advertizing data Length can more than 31 byte? why?
ble_advertising_init(&advdata, &respadvdata, &options, on_adv_evt...
hello everybody,
I'm working in a project and faced some problems : article_1 & article_2
the final thing I did is as the second article, I do bonding & added the whitelist...
I want to make a BLE central A that can only connect to a BLE periperal B, and central A can not connect to periperal C,D,E...and other devices, even if they have the same...
Hi Nordic support,
I check the serialization page ( infocenter.nordicsemi.com/.../lib_serialization.html)
And prepare a connectivity board as below for my host system....
I am working on a device where i need to sense proximity of a smart phone and then judge its exact position and then take action depending on the position. Below is my theoretical...
Hi all,
I just started exploring nrf58232 dev board. I first tried the sample blinky and PWM examples using keil through JLink debugger. After that I tried a sample program...
Hi There....
I am having nRF24LE boards with me..
I am having issue with Quick Link Test code provided by Nordic for Production Test....I am trying to compile the PER_LE1_Tester...
hello everyone..
i am using nrf52 PCA10040 board with custom application.
in that i want to estimate distance between android device and PCA10040 board when connected.
...
Hi,
I am using the nRF52 Dev Kit.
Is there a way I can get a notification after a "scan response" has been sent?
For example - the first radio_active after a BLE_GAP_EVT_SCAN_REQ_REPORT...
The SDK 11 s13x migration document says:
The enumeration NRF_APP_PRIORITIES has been removed. Application developers must use the interrupt priority levels directly...
I NRF51822 respectively, as master and slave, and bindings need to pair between the master and slave. I do not understand the contents of this, who can provide these routines...
Hi Team,
What are the chances of pkt loss in case of concurrent observer, advertiser role using S130? Application is like in observer mode device need to observe some activities...
We have an nRFgo nRF24LE1 32-pin 5*5mm Development kit.
How do we program this as a stand alone application without nRFgo Starter Kit Motherboard ?
Is there any tool or...