Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Hello, I'm trying to port my code for driving spi memory (S25FL256S) from nRF51822 to nRF52840. I'm using nRF52840 Preview DK, S140 and SDK 15.0.0. On nRF51 I used custom...
Hello everyone,
I'm using PDK 52840 as Programmer/Debugger for our target board with nRF52840 chip. We have also other componen which need 2.5V voltage (down from 3v)...
I'm new to both the nRF52 family and SPI, and I'm working on an SPI master nRF52810 (using the PC10040e setup). I'm compiling using GCC and makefiles. I've set NRFX_SPIM_ENABLED...
I try to make a simple project based on a "simple message model" ( https://devzone.nordicsemi.com/f/nordic-q-a/29836/send-and-receive-a-string-via-access-layer ) with Mesh...
Hi,
SDK:nRF5_SDK_15.0.0_a53641a
Chip:nRF52810
Example BLE:ble_app_uart(pca10040e \ s112)
Example 2.4G:esb_prx(pca10040)
I am working on BLE and 2.4G integration...
Hi,
I use SDK is :nRF5_SDK_15.0.0_a53641a
But the SDK version in the link seems to be lower
devzone.nordicsemi.com/.../setting-up-the-timeslot-api
I am going to step...
I'm developing an application to communicate with a smartphone. I have the need of writing characteristics with the size bigger than the negotiated MTU, so I'm exploring Queued...
Hi guys, our team now are trying to used nrf52832 to stream audio to ios app, and as you know we are in trouble.
Here are some info about our test env:
1. mobile app...
Hi everyone,
I wanted to add a second UART (UARTE1) to the CLI example in the OpenThread SDK 0.10.0 since UART0 is used by CLI but I was not able to find any documentation...
Hi,
Can't get rid of compilation error about undefined NRFX_SPI0_INST_IDX after adding nrfx_spi driver. Searched the forums and found similar issues but none of the suggested...
Sir,
Did you succesfully compile the NRF5 mesh on SEGGER STUDIO ? I did try with updated segger but i am getting the same error!
And i cant see too the sdk_config.h to...
Hi,
I just received nRF52-DK recently.
I am using Ubuntu 16.04 (64-bits) OS.
I installed JLink_Linux_V620b_x86_64.deb and was using nRF5x-Command-Line-Tools_9_6_0_Linux...
Hi, I am developing an SPIS interface on the nRF51822 using SDK v12.3.
I have configured my device for EasyDMA and I expected to see a continuous stream of data being transmitted...