Hi, recently I have been experimenting with the channel sounding with range requestor sample on the nrf54l15dk. I have modified the reflector code to make it connect with...
nRF52840 NCS 3.0.1 RCP
I just installed the NCS 3.0.1 SDK. I am trying to set up a border router on a Raspberry Pi 4.
I followed these instructions on the Raspberry Pi...
Hello,
I have a legacy project that is using nrf5 sdk v17.0.2. I need to add the BLE DFU functionality to this project based on the nRF52840. Are there any examples on...
We are trying to evaluate nrf9151 for working with Soft-SIM. Are there any instructions for configuring the Soft-SIM through AT command mode, or do I need to use another mode...
I was doing some developement for a custom board on NCS v2.9.1 when i noticed some of the changes i was making in my prj.conf weren't being set in the application. My impression...
In my circuit I have a MOSFET which disconnects the battery. There is a GPIO pin which turns this device on and I'm using regulator-fixed to drive it during start-up. A short...
Edit:I'm using sdk 10.x, with softdevice S110 version 8.x, so yes, the library function could be obsolete but I don't think that's the cause.
Edit #2 it seems that it will...
How do I check timer2 is running or stop ?
I try to measure timer current after I program nrf_drv_timer_pause () or nrf_drv_timer_disable(), The two conditions current...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
It doesn't look like ppk is in the Nordic github, so leaving this here:
On linux, ppk v1.0 work great, but v1.1 hangs and takes forever to draw the windows. I traced the...
Hi,
I trying to use the AES ECB driver on nRF52. When I init the NRF_ECB->ECBDATAPTR with AES data system just panics. Not clear what's happening.
However the same piece...
I am using the PCA10031 dongle. When I connected it to my pc (Windows10), I got a message in after starting Master Control Panel3.10.0 saying a firmware update for "J-Line...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello Team
I am facing one problem ,regarding DFU service
I did my first DFU experiment on Nov 2017..i did as per below guidelines
devzone.nordicsemi.com/.../
It...
I followed the this tutorial and this tutorial step by step. And I have accomplished all the steps successfully. But the problem is, my .c and .h files(such as main.c) do...
We are encountering problems with the nRF52 resetting during ESD testing. We have a reset button external to the chip, the trace to which we suspect is acting as a receiving...
Hi again,
I have advertising up and runnnig and can connect to my server through the nrfConnect app.
However after ~39-40 sec(every time) the connection is lost with errorcode...
hello,
my application involves sd132 2.0.0, sdk11.0, nrf52832.
i am using app_gpiote, sd and timer(as mentioned in this ).
i am using gpiote to detect a tamper.
the...
Hi alll,
I wanted to use a encoder for measuring rotary motions. so i kept a magnetic encoder named AS5601 which uses I2C communication and i have never done anything on...
Hi, everyone,
We are developing the project on nrf52832 where this device "plays" both central and peripheral roles.
In the central role the device activates the scanning...