I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi, I'm using nRF52805 and SEGGER. My BLE device disconnects with the mobile app occasionally. The disconnection happens randomly. In the debug mode, I see some messages....
hi,guys
I have a product that uses CHIP 52832qfaae0, and then I replaced chip 52832qfaae1, and there is A problem. Chip 52832qfaae0 runs normally with the same code, but...
Hello,
looking at the compatibility matrix for the 820 it seems that rev2 of the 820 can be used with softdevices and the legacy SDK v17, while rev3 can only be used with...
Dear Members,
I want to use SPI LCD and Sdcard, they have different CS, but sharing the same SPI ports, I have used different SPI instance but not giving us a good response...
On opening a sample project located at https://www.nordicsemi.com/Products/Development-software/nRF5-SDK with keil V5 , I can directly have an error message “Cannot read RTE...
Hi there, I'd like to make some FIR or IIR filter on my nRF52840 DK. I guess I'm supposed to: 1) Provide .a file into SES project's tree (or as Additional Input File): 2)...
I am working on OTA update .
Right now i am working simple
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v5.0.0%2Fmd_doc_user_guide_modules_dfu_configuring_performing...
Hi,
Is there any command for reading the type of Nordic SoCs (e.g, nRF52833 or nRF52840) that is going to be programmed by nrfjprog/ J-Link Commander?
Thank you!
Hi Nordic,
I want to write a value from the application layer to the bootloader flash region through uart, and use this value to replace the button 4's function of entering...
Hi All,
I'm using buttonless DFU for upgrading the firmware and my requirement is I would like to know the time taken for complete DFU from my application.
One approach...
Hi, I am working on designing specifications for a new product, which will potentially be using the NRF9160 as the main processor, since the main application is centered around...
Dear Nordic support,
We are trying to know the current consumption during BLE RX & TX. However, there appears to be apparently conflicting information. Which is right...
Hi,
I want to use a single firmware to be flashed on two devices that can be used as a ble peripheral with DK Button 3 and as a central with DK Button 4 .
I chose ble_app_multirole_lesc...