EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
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...