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...
I want to turn on the LED in Thingy:52 in a particular color if a particular condition is satisfied. How can I address the LED and turn the LED on in the desired color in...
Hi,
I am using the UART exmaple as a skeleton code to get RSSI from a peripheral nRF52 DK. I am working with the SDK V14 and I want to integrate my code with an arduino...
Hello, Nordic engineers. Thank you so much for spending your time solving my problem.
Currently, a custom board is made with the Nordic nRF52832 chip. As I have studied...
Refer to this post , I did the same job to change simple_on_off model into generic OnOff Model , and I could control the LED state with nRF Mesh application as well.
I have...
Hi sir,
we used nRF 52832 ESB protocol ,
use
NRF_ESB_PROTOCOL_ESB_DPL
#define NRF_ESB_MAX_PAYLOAD_LENGTH 128
bitrate = NRF_ESB_BITRATE_2MBPS
so how can I config...
My app (S130 SDK12.3; BLE with multiprotocol support where the radio session is opened before advertising) registers function sys_evt_dispatch() as per
but sys_evt_dispatch...
Hi,
I am not yet familiar with NFC and have a question about using NFC with the nRF52.
If I understood it correctly the nRF52 is a "listening device" i.e. it cannot...
Hi Nordic,
I am trying to do a time critical data acquisition in a BLE based application.
Earlier I was using software timers. But, since the software timers are not accurate...
Hi all, I have some question for ask :
I add NUS service into light switch proxy server example. And I only run nus service part (Don't run Mesh part)
when I use IOS to...
Hello All, Please help me. I have nrf52840 and added json parser which is large and nested. Json_parse fails , is there anyway to enlarge heap size?
Any feedback must be...
Hello,
I'm trying to flash wt51822-s4at using nrf52dk ( https://4tronix.co.uk/picobot2/WT51822-S4AT.pdf)
It has nrf51822 chip on board
The firmware goes through without...
Hi,
Does FDS event handler run within interrupt context ?
Can another FDS api be called from within the event handler (i.e. - calling garbage collector from within event...
I am using a three axis mems sensor and will need to computer trig functions.
If I use the math.h in the Segger Embedded Studio will it use the floating point hardware in...
In this thread https://devzone.nordicsemi.com/f/nordic-q-a/32708/bluetooth-developer-studio-plugin-for-sdk-15-0-0/126066#126066 Kenneth said there were no plans to update...
I can not debug my app with freertos and BLE if the ble is connected, but I can debug the app id the ble is disconnected, i want to debug inside the xqueue recieve and send...