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...
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...
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,
USB CDC EPOUT stops working as the USB incoming traffic data rate increases. The symptoms of this issue align with the Errata 199. The workaround for Errata 199 is...
Hello,
We’re testing the nRF9160 GNSS performance on our custom PCB and have noticed that, even with A-GPS, the first fix after powering on the device takes significantly...
Can the nRF52 output the 32.768kHz clock on a GPIO. If so, do I need the 32.768kHz xtal, or can I output the generated clock from the 32MHz xtal? I need this clock to sync...
Hi
Yesterday I downloaded the new SDK12 and checked what changes could be relevant for my ongoing/next projects.
One remarkable thing was the fact that almost any peer...
Hello,
I'm trying to upgrade the application on my board via OTA DFU but it seems to fail if the app file is greater than 64KB:
DFU fails with my app which is 70kB and...
Hello!
I want to connect the MCP9808 with the nrf52832. Therefor I use i2C.
My example on the nrf52832 is the:
<nRF5_SDK_v11_0_0 folder>\examples\ble_peripheral\experimental_ble_app_eddystone...
Hi , I am using nRF51822 as a ble_peripheral to send the sensor data to the phone. I already add a characteristic with the property of notify , and it could work when using...
Hello,
I've been working with the SPI Slave on a nRF51-DK for several days. I am using the nRF51-DK (PCA10028), S130 v1.0.0 and SDK v10.0.0. First, I set up a RX and TX...
D:\nRF51822\mergehex.exe --merge D:\nRF51822\s110_nrf51822_7.0.0_softdevice.hex _build\ble_app_hrs_s110_xxaa.hex --output hrs.hex
I am doing it.But one of the files to...
hi i am working on nRF51822 chip, trying to flash code using keil IDE through STLink debugger. which i have attached image . while flashing the code it is showing Flash is...
I have a peripheral that pairs to a central and establishes a connection (without bonding) without any trouble. When I disconnect the central (e.g. cutting power to the central...
Hello All,
For the S120 softdevice active scanner, it appears that when ADV_IND is received and a scan request/response exchange occurs there will be two BLE_GAP_EVT_ADV_REPORT...
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...