Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
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...