Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Hi,
I am using nrf sniffer. I have used both nrf51422 and nrf52832. Here I am facing such kind of issue like. Once I am saving my report in wireshark and starting sniffing...
Dear all,
I'm using nRF52810, I want to achieve low power consumption(<200uA). I have disabled easyDMA. Right now I want to know how to turn on/off uart anytime we wish...
Hello,
I am working on a custom nRF52840 module based board, using SES v14.2.
How can I control what is printed on the debug terminal, or what has highest priority to...
I have a BLE device for which the local name contains and apostrophe. When I run nRF Connect on an Android phone and view the raw data for this device I find the apostrophe...
Hi all,
I have an nRF52 acting as Central, and it will act as beacon just when it, for example, reach a temperature above a certain point. After some time, e.g 10 calls...
Using SDK15.3.
Using the logging in deferred mode with RTT viewer.
Getting the errors below from the macro expansions but I can't identify what is missing.
Went through...
Hi,
I made a temperature logging device using nRF52832 (SDK 12.3.0). The temperature sensor is read over I2C every 5 minutes and data is sent over radio communication. There...
Hi,
I have setup the SW project to run run FreeRTOS with BLE stack initialized and nus service started without doing any further BLE use after init in runtime. Sometime...
Hello,
I am using an Adxl362 accelerometer on nrf9160 dk board.
I followed the tutorial a to add the overlay file and even configure the pins i want to use by flashing...
To the kind attention of Nordic support team,
It seems gazell is a very good candidate to be used in tipical working environments, where a bunch (<= 5 devices for example...
Hi,
I am new to Nordic. I bought an NRF52 DK and a Fanstel EV-BT832 development board. As you can see in the picture, both boards are connected to the computer via USB....
Hi,
I had some of your example projects which were being evaluated within Keil and SEGGER and now have an issue with Keil after updating to the PRO license.
I now get...
Hi,
For a peripheral reset, I was recommended to use the code below.
I was just wondering about what the middle line does. Is this a kind of delay to make the reset...
I am trying to start the mesh alongside GATT profiles. I am getting error NRF_ERROR_NO_MEM when calling sd_ble_gap_adv_set_configure in mesh_adv_data_set, which is called...