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...
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! I'm using Arduino BLE micro and good results so far. With some accellerometers connected via I2C.
Today I have a strage behaviour.
I connect the arduino, ok, open...
Hello everyone,
I have a nRF51822 dev board connected through USB to my PC.
I have connected it to COM5 using Terminal and now I would like to interrogate BLE like we...
Hi guys
I have a custom board with NRF51422QFAA, load "s310_nrf51422_2.0.1_softdevice", program on "nRF51_SDK_7.2.0"
the bootloader I used is "dual_bank_ble_s310"
...
Is there a way to control the max # of packets be transmitted in one connection interval?
(We want to vary it from 1 - 6, knowing that nordic can support up to 6-7.)
Has anyone had any success setting the configuration register on TMP102/112 temperature sensors via I2C? I'd like to switch the sensor to one-shot mode to further minimise...
Hi everyone !
I'm trying to send data from an nrf51822 to an nrf24l01 with arduino and I guess I'm doing something wrong...
For the moment I succeeded to have these talking...
I have a simple ANT beacon application.
UART will be enabled to do some communication. How can I turn it off before ANT goes into sleep mode? Is there a call back function...
I want to send a set of 64 bytes data with ble. as I understand, the max data length I can send within a characteristic is 29 byes. when I send 4 bytes data it works fine...
Is it possible to bit bang a 9600 baud UART on the nRF51822 while the BLE softdevice is running?
The reciprocal of 9600 baud is around 100 µs, so the interrupt handler...
Hi Team,
My application is based on nrf51822 SoC in which I am using
BLE and UART interfaces.
There is single UART available and I have used it in communicating with...
Hello,
I am using am using sd_ble_evt_get and sd_app_evt_wait in an endless loop for handling all incoming events.
If I block this loop from executing, I'd expect that...
Hi all
I'm struggling with the easyDMA UART of nrf52. I've got a preview nrf52-DK here where I wanted to make a simple example with the following code but I never reach...
I'm doing a custom board with a nRF51822 FAAG0. I have in it the ST BAL-NRF01D3, with a 0.8pF capacitor.
In the forum I read in a post that some versions of the nRF51822...