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...
We need to measure a pulse width and create an event when it changes. The change will be from 10 to 80 percent, roughly - 1mS to 8mS or more. This is a very loose requirement...
Hi
I have to combine both BLE UART profile and RTC examples of nrf52 of 11.0.0 SDK for my application.When I run them individually, they are working fine.After combining...
Hello,
I am working with nRF52832 and using Keil uVISION 5.
While building the exapmple from nRF SDK v15, I am getting this error :
error: L6236E: No section matches...
Hi, I have nrf52832 and using QDEC driver. In my application I want to use values accumulated in the acc/accread register for a time of the order of seconds. Since max value...
Hi all, I found one issue with my custom nrf51422ble board. When I use my office PC and KEIL IDE, my custom board BLE is working but when I use my home PC KEIL, it's not working...
Hi, I am using https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo with segger embedded studio and nordic thingy52 modules. I have problem with the mesh assert which...
Hi,
I'm new to this product and I'm facing some problems in dowloading the required softwares to program the nRF52 DK, I saw most of the tutorials here and they are old...
I was trying to upload one of the examples which is ble_app_hrs file to test nRF52 DK. However, it gives me a message that i have about 31 errors.
Below are some types...
Hello Everyone,
I am an experienced engineer but actually a beginner with Bluetooth technology. I am working on a project that uses a Fanstel BT832AF Bluetooth module. This...
Hi,
I need to be able to put larger strings in the scheduler. At the moment the maximum accepted values for init are the following:
#define SCHED_MAX_EVENT_DATA_SIZE...
Hi, I am confused by this config.
static void drv_keyboard_gpio_init(void) { // Make sure that columns will drive 0 when they will be configured as outputs. NRF_GPIO->OUTCLR...
I'm using a NRF52840 with S140 softdevice. I advertise some data and I want to be notified when advertising start. I followed this thread and I use the customs ble_radio_notification...
Dear Nordic Team,
Thanks for supporting.
Still i am work with keil IDE. But now i want to go work with Segger embedded studio because of mesh concept. Please give me step...
I have combined light switch client and ble_app_uart example by following this guide and this case ,but after I added the codes :
#define MESH_SOC_OBSERVER_PRIO //<set...