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...
Hi team , I have developed the code where i am able to do OTA in dual slot when my application size is less , but my current application size is aprx. 260 KB and i want top...
When we were using nrfjprog to flash, we used "west flash --erase" because it was quicker to erase entire flash then sector by sector. However, when we upgraded to SDK 3.0...
Hello,
I have a custom board with nRF9151 and nano SIM card. I have flashed at_client sample to the module and trying to test different at commands.
It seems only PTI...
We are using the Nordic Semiconductor nRF7002-DK . In this board, both PS-Poll and No-PS-Poll power-saving modes are working as expected. However, when running in TWT (Target...
Hi,
I want to report a bug/issue with the NCS, is this the right place to do that?
We are compiling for C++, so when including headers like <net/nrf_cloud_coap.h...
The meaning of IQ data in the channel sounding example I am trying to use IQ data to calculate distance using the routines ` channel_sounding_ras_initiator ` and ` channel_sounding_ras_reflector...
I have few doubts in the follwoing imoplementation: For the provided set of parameters, when procedure count is 0, the estimated distance is printed for 6/7/8 sets of 72 channels...
Hello there,
I would like to know whether the upcoming nRF54H20 IC or any other Nordic chip will feature an "accelerator" peripheral, to speed-up computationally heavy...
Hello,
I am designing a custom PCBA based on the nRF7002DK PCBA and I really need the Fabrication Notes / Drawing that officially went to the fabricator to direct the build...
We evaluated the BLE Mesh DFU performance on the nRF52840 and observed that transferring a 342 KB binary took approximately 36 minutes. This aligns closely with the documentation...
Hello!
Can you map the zephyr versions to the LTS versions if possible?
We are using NCS 3.02 with the zephyr version 4.0.99. How does this relate to any of the LTS...
Hello.
I am developing in the following environment. ・nrf52832 custom board ・nRF5 SDK v17.1.0
This program already supports BLE communication, BLE DFU functionality, AD...
Hello.
During production, we occasionally encounter products that exceed the reception sensitivity standards.
Of course, we only select those that completely exceed...
I need to use PPI on my custom nRF52840 board, which selects soc nRF52840 as per copying nrf52840dk. However, this doesn't enable "HAS_NRFX", which is hard to track how that...