I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Hi I have run into this error when running. However it has just appeared (the FDS did work but now will not initilise.) I am using Visual_gdb.
As per this issue
I have...
Hi,
I am using nRF8001 with a MCU from PIC18F family. I have successfully configured nRF8001 to send and receive data through the nordic UART pipe (I used the app nRF UART...
I am experiencing a strange problem with stopping a scan. I am using the mesh from github.com/.../nRF51-ble-bcast-mesh together with interval scanning, meaning start scanning...
Hello Nordic developers,
I was tracing through the new SD init code in the HRS example app for nRF52 and followed this macro into softdevice_handler.h. Is it supposed to...
I am planning on using:
NRGF51822 CDAB WCSP (= 128KB Flash, 16KB RAM, 3.5x3.5mm)
Another main chip I will be using is:
LSM303AGR ( www.st.com/.../en.DM00177685.pdf)
...
Hi
In my application I have a function that takes about 1 ms, in which timing is critial.
(I cannot allow even a few us change of the timing inside this function).
When...
Greetings, and thank you ahead of time to anyone willing to lend some advice.
I'm implementing application-layer security by requiring central devices to supply a user...
Hi,
I am having some trouble getting the nrf51422 (running the s130 soft device) to wake up after entering sleep mode. I have successfully entered sleep mode using NRF_POWER...
Hi,
I am trying to work with ble_radio_notification.h. When I import this file to my main.c, I have "No such file or directory error". When I try to add it to nRF_BLE folder...
Hii every one,
We are working on a project where we are using a temperature sensor LMT01, its giving a pulse output the pulse out is from 220mV to 600m. So I'm using lpcomp...
Hi,
I am getting only two values on startup and the remaining values as zero when using app_timer_cnt_get.
EDIT: updated entire main.c file
#include <stdint.h>
#include...
I am trying to bring the pc-ble-driver code up on a single processor ARM based board with Linux build under Yocto control. The boost library version being used is 1.60.
...
Hi All,
I'm implementing system clock using approach similar to
devzone.nordicsemi.com/.../
The idea:
NRF_RTC_EVENT_COMPARE_0 -> PPI -> NRF_TIMER_TASK_COUNT
...