Hi
board: nrf52832 DK
sdk: nrf connect sdk v2.6.1
I have successfully integrated the provisioner and light switch client together. Now I can control the light switch...
I met some problems when add build configuration to my first application. I used the blinky sample template. And the device a nRF5340 DK. My PC can detect my devices. But...
Hello,
I recently bought a nrf52840 dev kit + dongle to test the functionalities of Matter.
To commission devices "On network" without the use of Bluetooth, i wanted...
Hi,
I'm using the nRF54L15 DK (non-secure, NCS v2.9.1) to generate a 100 kHz PWM on a GPIO with TIMER00 (128 MHz, 1280 ticks, 2.5%–20% duty, 32–256 ticks). GPIOTE, DPPI...
Hello everyone,
I'm working on a project based on the nRF52840, and I'm using nRF Connect SDK 2.9.0. The project uses MCUboot, but the firmware image is signed externally...
Dear nordic team,
even if enabled for mcuboot via CONFIG_WATCHDOG / CONFIG_BOOT_WATCHDOG_FEED, our device performs a reset when swapping the image. More precisely: when...
Hi
I remember the Devzonw could ask for hardware instructions. My matching circuir has used the nRF54L15 reference design and nRF21540 DK design, all the value is the same...
Hi,
I am getting the NRF_ERROR_INVALID_STATE error when I call dm_security_setup_req in my security timer timeout handler. The function's description says I'll get this...
Hi,
I would like to store firmware version number at a particular offset from the application start address so that it can be retrieved by boot loader as explained here...
The comment in dfu_init_prevalidate says the following
// To support application versioning, this check should be updated.
// This template allows for any application...
Hi,
As far as I know the ADC pins can be used as digital inputs. Is it the same with NRF9E5? I could not find anything like pros/cons. Datasheet doesnot say anything about...
Hi,
i have been struggling with UICR Config in nrf52. The code:
NRF_NVMC->CONFIG = (NVMC_CONFIG_WEN_Ren << NVMC_CONFIG_WEN_Pos);
while (NRF_NVMC->READY == NVMC_READY_READY_Busy...
Dear nordic.
We are developing nRF51822 with S120 as central.
When advertising from Peripheral, RSSI value is changed it's position.
Measured RSSI range is -60 dBM...
Hi,
I am trying to get the sniffer to work on my new Win10 machine.
I am using the PCA10001 board.
I have tried:
SEGGER: 6.00g and 5.12f
Wireshark: 1.12.x,...
Hi to everybody,
I have configured the nrf52 DK (SDK 11) with FreeRTOS and the UARTE with a DMA buffer of 16 bytes and it works. The problem comes when I don’t want to...
Hi,
I'm working on ble_app_hrs_c application with Nordic beacon.
Using nRF51822 Ver.H0 with S120 and modified to using Internal 32.768KHz RCOSC and UART at 115200bps...
Hi guys,
I'm playing with a beacon kit, nRF51822-BK.
It works out of box, no problem but I have a simple question. One of our customer asked me if is possible to control...
Hello,
I am using nrf51 SDK version 10.0.0 along with the nRF51822, and I believe I have found an issue with a macro that is supposed to check the correctness of a bit...
Hi All,
Another question for those out there much smarter than myself...
We're developing an application using nrf52, sdk11 and softdevice s132 2.0.0 and have been using...
I see it is advised not to just stop a timer, but to also shut it down for certain of the nRF52s. What call is necessary to achieve this since I understand it is deprecated...
I want to read the onboard (dev board) buttons which i believe are P13-P16. I want to know the working code.
uint32_t app_button_is_pushed ( uint8_t button_id,
bool *...
I am trying to estimate the memory usage of the s132 v3.0.0 running on a nRF52832. I am interested on acting only as a peripheral with one link at a time only. From app_ram_base...