Hi, I create a customboard on NRF54L15. After that, I create a new application => Copy a sample => Blinky. I just build without fix anything code, but it isn't build completely...
Hi,
I am using an nrf5340DK + nrf7002EK. i am able to run an example helloworld application with an immutable bootloader and mcuboot as platform bootloader. When i try to...
Dear Nordic teams,
we need to develop a wireless audio product with .
Is it possible to develop our 2.4G wireless private protocol by operating registers on the nRF5430...
Is there any issue with using the nRF52833 DK/nRF52833 for Matter development? I’m asking because the Matter template doesn’t seem to support the nRF52833 DK/nRF52833. If...
I'm using NCS 2.7.0 and NCS 2.9.0 to read the BT stack version information on an nRF5340. See below for the results.
How should the fw_version, fw_revision, and fw_build...
Howdy!
I am working with the nRF52840 and currently getting a weird error. Whenever I set the data for the BT_DATA function as anything greater than 110, the system stops...
Hi ,everyone:
i design a pwm driver ,that contain one timer(TIMER2) and 4 ppi interface.
1.pwm(ppi and gpiote)
Now,i have a problem with it not be Synchronous .when...
I have 24 bytes structured configuration data that are changing sparingly. Goal is to keep them in form of non-volatile memory with a reasonable long life span.
I am aware...
Hello Nordic expert,
We can find connection event diagram (figure 5) in S110_SoftDevice_Specification_v1.1.pdf.
But customer needs more accuracy data for time and current...
I have a large list (a few hundred) of BLE messages that need to be sent as part of a regression test of my app. I'd like to script that. Is there a command line interface...
Hi everyone,
do you know of an explanation or some kind of tutorial to see how Bluetooth Low Energy works?
For example some detailed information on those nrf51822 examples...
With nRFgo Studio, I define the services in the nRF8001: I create the pipes I need, and so on...
Is there any way to increase the number of credits (i.e. the number of...
Hi
Where do I find a measurement report from Nordic which shows the average current consumption for a typical BLE application (1 seconds advertising period e.g.)?
Until...
I a writing my own interrupt and DMA based code for sending commands and getting events from the nRF8001. The 8001 creates an event for every command, but if you want to clock...
Hi ,
i read tha the default profile for BLE is GATT but in the BLE_templete GAP is used. How can i interpret this? Which Profile i have to use when i wannt support for...
Hi!
My idea of sending a packet would be:
-regulary send a packet with fixed length (stated in static length field) to a base: i.e send the temperature =>4byte
-if...
Hi,
I use the nRF51822 on the PCA10001 and nRF6310/PCA10005 boards. I modified the radio_tx_example and wanted to read the actual state of the radio. Therefore I used a...
Hi
Could I modify HID report descriptor length over 255 bytes? In Desktop1.2.2.293, the returned descriptor size is only decided by wLength LSB byte and ignores MSB byte...