Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
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 Nordic
When I use JLINK to burn the firmware to the nRF52832 chip in the device, some devices cannot be programmed or cannot be programmed again after burning once
...
Hello, I've stumbled about a problem with the NrfConnect extension and Kconfig. It is quite simple: When a project directory contains a Kconfig file, it is used by west as...
I'm a bit confused by the "unidirectional" solutions offered as examples / documentation for the nRF5340 DK. I would like to build a BLE Audio headset that both receives and...
Hi
How is the ESB_EVT_IRQHandler started? NVIC_SetPendingIRQ(ESB_EVT_IRQ) is registered with on_radio_disabled(), but I don't know how to be started this handler in the...
Hi:
I use ncs 1.9.1, borad nRF9160-DK
sda-pin = <30>; scl-pin = <31>;
Config:
I added i2c2 in blinky, here is the source code.
I see i2c2 enabled in...
Hello,
I am experiencing issues with an nRF5340 DK. I would like to try the matter samples but every time I flash one of them, it results in fatal error and reseting loop...
fota_download_start copies the file but not host string into a static buffer. The comment implies that the download_client only requires this for the file path, though it...
Hello Devzone,
My name is Ted, and I recently came across a 2022 May 4 LPWAN Coverage document on one of Nordic Semi's technical guides. The specific guide is titled iBases...
Hi everyone, i have some problems with firmware and i hope someone can help me. I am using nRF52840 microcontroller and SEGGER Embedded Studio. Also I'm using the littlefs...
Hi ,
I want to use a pin on board, which is not used or initialized in dts file . my requirement is that I want to initialize that pin before booting process. ( that pin...
Hi,
I am using the :
bt_scan_filter_add (BT_SCAN_FILTER_TYPE_MANUFACTURER_DATA, &mfgData);
scan-filter works well.
However, keeping everything same, if setting...
I have added WDT to the blinky_freertos sample.
And I am debugging with SEGGER ozone.
building with SDK17:
If you reset the software in the debugger and start it,...