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 there, I'm having some truble to understand how to set a synthetice 32khz clock from the 16Mhz external crystal. Right now I have the next code working fine:
NRF_CLOCK...
Hey guys,
I’m trying to send a single non-connectable beacon every few minutes in the lowest power way possible. nRF51822, SD S110 8.0, SDK 9-2. Different scenario from...
I am experiencing a fault at sd_flash_page_erase() in the sdk_nrf51 ble examples.
Softdevice 8.0.0 is loaded and is from the sdk_nrf51 bundle.
Both the ble_app_proximity_s110_pca10028...
Here is my power consumption (3.0V):
no app_pwm: 0.010mA
after app_pwm_init(): 0.295mA
after app_pwm_enable(): 0.891mA
If I do app_pwm_uninit(), power consumption...
NRF52 on-site training for today, know BLE pairing use OOB way will be a little bit more simple and safe, and then want to ask next, on NRF51822 platform have the corresponding...
I'm using a dev board based on the nRF52832.
The majority of the time the RSSIsample register returns the correct value.
However sometimes the value returned is 0x7F...
The Product Specification makes it clear that the given levels of accuracy for ADC measurements are only possible when using an external crystal for the HFCLK. We have one...
Hi Nordic,
Running a gdb session on nRF51, it is difficult to debug the code beyond the SoftDevice initialization. Then, I have to step through with (gdb)ni, but this is...
Hello everybody,
I used to my PCA10028 DK board with nRF51-DK-mbed-IF but I wanted to revert for nRF51-DK-J-Link-IF. According to the nRF51-DK - User Guide v1_0 documentation...
I have the code below initializing TIMER1 and and IRQ every 1ms. I call app_sched_event_put within the timer and I get a Hardfault.
Any hints on what is going on ?
Thanks...
I just bought a nRF5-DK and I couldn't get it to work flashing other nrf51822s. The modules I'm using are these wireless-tag.com/.../nrf51822-02.aspx
Here's literally what...
I have a PCA10001 setup and I am using SDK v9. I have opened the UART example in CrossStudio.
It compiles/builds and I am debugging with breakpoints.
My question is...