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...
from training document from Nordic company(see the attachments),it mentioned that we can add scan response .but i can not find any information in BLE_HRS demo.could you tell...
Hello,
I made a PWM with the TIMER2 of my nRF51822 (with the SoftDevice) and was working fine, till I read that I should not use the "NRF_PPI" functions and use the "sd_ppi_XXX...
I've got an nRF51822 development kit that I'm trying to get started on. I've gone to Kiel and downloaded uVision 4 (mdk472_a). I install it with all default settings and it...
Hi,
I add UART support using IRQ on the "ant_hrm_tx" example code.
and I'm sending packet of 4 bytes that contains: Delimiter,HeartRate,Battery,Delimiter
the frame...
Hi, I am trying to test my UART using some simple loopback test, and I have noticed that the service discovery command of BLE will occupy the CPU a quite long time. I am just...
I was unaware that the 'manufacturer data' in the advertising packets is limited to less than a full payload. However, whenever I set it to >6 the program "crashes".
...
When I use keil to download the software to the chip, there are two questions:
like attached.
2.NRFGO CAN'T SEE J-LINK LITE CORTEXM BOARD
Is there any way to solve...
We have recently moved to a new PCB which puts the nRF8001 on the layout instead of plugging into a nRF2741 development module. The nRF8001 connects to a TI Cortex-M4 Tiva...
Hi, we would like to create a kind of game using 2.4Ghz emitters . The 2.4Ghz USB Dongle emits and the mobile phone detects the frequency + embed unique ID/code so we confirm...
To be more detailed:
One of my ADC pins will be connected to another device that could be providing a voltage of about 3V, but through a 100 kohm resistor. (actually it...
Dear Nordic Developer Zone,
Since I have implemented a timer with interrupt in my application, the debug mode if the Keil IDE stops working when I try to restart the code...
Hello, I'm trying to develop with the nRF51822 Eval kit and GCC and Eclipse. I've been getting some strange behavior and errors lately. I'm not really sure how to describe...
I'm a green hand HW Engineer.
I'm trying to compile, program, and run The Heart rate monitor demo though following the step in nRF51822_DK_User_Guide_v1.0.pdf .
First...