Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sending array unit8 type data using BLE failed, and attempting to take 2 bytes of data from the array and send it also failed. Does anyone know what this log error means?...
Hello. I am using nrf52832 for Ble-based positioning. currently i am tackling with establishment of an anchor measuring rssi values and sending them to a central center (a...
Hi, AFAIK, factory data is written during production and will not be modified later.
Will the factory data be modified after FOTA?
I noticed that the certificate declaration...
Hi, I have custom board with nrf54l15. Im using sdk 2.9.1 and nRF54L15-DK as debugger/flasher. Im able to flash firmware correctly using SWD, or do nrfjprog --recover, but...
Hello DevZone.
Is it possible to enable Notify and Indicate method at the same time in NCS?
From my side, this doesn't work on my project, neither on Nordic sample ...
i'm already able to TX and RX arbitrary packets between my own bare-metal test programs running on a pair of DKs... since both programs used identical configurations (mode...
Hi,
I am trying to build an application using the nrf54L15-dk board and want to use the board as a controller. I run the application on the external host but got an error...
I boot AOK after I do a west flash --erase. But after that, when I try "west debug," I run into this:
*** Booting nRF Connect SDK v2.9.0-2e7ce73f5faf *** *** Using Zephyr...
i want to advertise my one device into coded and into another device i want to do coded distance measurement it is possible to do in nrf 52840 version 2.5.1 ?
Sorry for the inconvenience!
I have downloaded V2.8.0 nRF SDK, and I use this command to build light bulb project:
west build -p always --build-dir nrf/samples/matter...
Dears,
I made module with nRF52832. And I made also custom board with the module.
And then I tried to write FW(ble_app_uart_c_pca10040_s132.hex) but timeout error occurred...
I have already written the factory data to the device, and commissioning via Apple TV is successful.
It also works when using the --bypass-attestation-verifier 1 parameter...
Hello! I'm looking for a way to include fast charging capabilities in my product, while still allowing USB2 data to pass between any host PC and the nRF52840. As I understand...
Hello! I am currently developing my own custom service with two nrf 52840 development kits where one acts as the Client and one acts as the Server. I have managed to set up...