You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
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...