Hi,
I am using nrf Connected SDK v2.6.2 on windows 10. I try to create a blank application project for the device ADXL363 on SPI2 bus on the nRF9160DK board.
I basically...
I was trying to build the ble_app_scan functionality in a well served project in my custom nRF52810 board. During project build I am facing these build errors in SDK v17.1...
Hi,
I want to make an I2C communication with an NRF5340 DK as Master and an NRF52840 as Slave, but all the example i found in I2C communication it use the slave adress...
Hi,
Currently I use a custom linker section for my code.
.my_code_section : { PROVIDE(__my_code_section_start = .); KEEP(*(.my_code_section)) PROVIDE(__my_code_section_end...
I’m trying to implement DFU upgrade of NRF5340, I can send the image (./build_5340_app/build/signed_by_mcuboot_and_b0_s1_image.bin) to the device when running and it seems...
We are trying to add CarbonDioxideConcentration cluster in matter. we are able to add temperature and humidity clusters and values which are updated are getting read in chip...
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...
Hi,
I am trying to figure out how I can advertise with a custom UUID...
I know I have to start by adding a base address and then build on top of it. However, when I try...
I have a system that uses 5-byte addresses. The first 4 bytes are always the same, but the last byte has 4 different values. For test purpose I want to listen, from another...