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...
I am trying to send more than 255 Bytes of data over I2C so I break it up into 255 byte transfers within a transaction.
I notice a stop/start condition is sent between I2C...
Hi,
I am trying to have two instances of SPI with the same data and clock pins but to two different devices and thus two different select pins.
I have set all the SPI_Enable...
Hi,
The nRF Connect iOS and Android apps provides detailed instructions and functionality for enabling the device boot loader via the iOS/Android] mobile apps. When running...
Hi,
I have a application where the TWI is always reading a sensor in the main task.
When the DFU requiere to reset, frequently the TWI is busy and the current frame is...
I am using nRF5_SDK_15.0.0_a53641a with a nRF52 Development kit. The board is Rev 1.2.4 (the sticker on the bag says nRF6827 and the sticker on the chip says PCA10040). I...
I am struggling to configure all of the options I desire to on the the "ATT-MTU Throughput Example". This is the version provided in the v15.0 of the SDK, with the hex file...
Hi,
I have two nrf52dk devices.
I Want to test the BLE examples which can exchange Bytes of information between each other and display over the UART.
Which examples...
Hi.
My target board has a power switch that is managed by GPIO.
First-time, a user clicks the button, the GPIO is turned on and the system wakes up.
In reset case(Firmware...
I'm troubleshooting my NFCT state machine -- I'm getting a lot of FRAMEDELAYTIMEOUT errors and can't understand why, I'm triggering a TXSTART ASAP... but that's another issue...
Hi there,
Is it possible to feed XC1 or XC2 with an oscillator output rather than using a crystal?
It would make sense for me in terms of application but I cannot see...
hello , I followed this tutorial : devzone.nordicsemi.com/.../wireless-timer-synchronization-among-nrf5-devices
when i put the button 1 i have just a signal of 2 second...
Hello,
I want to use the D-/D+ as general I/O pins but noticed that it's not mentionned "General purpose I/O" in these pins.
Are these pins only available for USB ?...
Hi,
I am working with the examples/peripherals/application template code from SDK 15 against the brf52840-DK board. I am running Linux as my dev environment I am using the...
Hi there,
I was wondering if there was an easy way to output the LFCLK from our 32k crystal on one of the GPIO pins of the NRF52840?
Couldnt find anything in the Spec...
hello , i have 1 nordic card (central) and 4 nordic card (peripheral).
At this moment the 4 peripherals send their data to the central without problem one after the other...