Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
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...
Dear all,
we would like to use nRF9160 DK as a CAT-M1 reference device for our local test purposes. Usually we use iperf tool for UDP traffic generation. Do you have any...
Hi,
I try to use the nRF52840 as a sniffer. I tried to follow ( https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_UG_v2.2.pdf ) but I block in the 2.2.5 part.
When I run...
On the NRF52810_PS page, I find UART is exists,
But on the sdk_15.2.0, NRF_UART_Type is disappear at nrf52810.h.
So I can't call any nrf_uart_xxx functions and UART...
Dear All,
I know similar questions have been asked before but I have read around quite a bit and I couldn't find an answer to my specific problem.
I have a ble application...
Hello All,
I am working on the simple advertising example.
I am using SDK_V_15.3 and NRF52 DK board.
I want to create a timer for on / off the advertising repeatedly...
Hello,
I have successfully flashed and run the mqtt-simple example from the nrf samples with the default configuration.
If I run it 10 times in a row, the getaddr with...
Hi.
I struggled to migrate ble blinky example of nrf5 (nrf51422) to nrf51822 using KEIL (SDK5 v12.3) but failed
Here are what I tried.
Firstly, I changed target device...
Hello,
I want to create a program for communication and control between the NRF module and the desktop. I followed the instructions Installing from https://github.com/NordicSemiconductor...
Hi!
I'm working on a toy based on the nRF52810.
The BLE requirements are very low:
- Peripheral only
- 1 link only
- No bonding/pairing, no encryption, no whitelist...
i can create three service each with one notifiable characteristic. i am using nrf connect to test if it is work and i am able to send data through UART Rx and then enabled...
HI,
I'm use nrf51822 and SDK 10. I want to use APP_ERROR_CHECK function to show error msg, I did also enable LOG function to support this, but it do not work.
here is...
HI everyone!
My case:
nRF52832 + toolbox on iOS and Android
I have device pre-programmed using seeger with settings:
Next I want to make DFU update using .zip...
I am trying to receive data from GPS L80 with the nrf52832 board but I am not able to receive anything. I connected the Rx of nrf52832 with GPS and vice versa. I also connected...
Hello, I'm trying to get manufacturer specific data from peripheral, but I don't know how to do this when the peripheral is using extended advertisement with LE Coded PHY...