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 want to know if is it possible to send data from the end device to a coordinator without using the periodic reporting method which makes the end device sending the...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
I'm evaluating the nRF5_SDK_v15.0.0 buttonless example OTA DFU bootloaders on a nRF52840-PDK.
The buttonless examples are working well. So I integrated the buttonless...
Hi Everyone,
We are using nRF52810 in our project. It Supports peripheral mode. I didn't find any example code regarding central role. Does nrf52810 supports Central ...
Hi, I'm developing a Zigbee coordinator, but I have this issue during commissioning. The end node is Ikea TRADFRI ambience sensor light (pir), I make a simple test using CLI...
Wanted to use nrf52840 (PCA10059 v1.2.0) as sniffer.need all the related files and sw to use for the same. also not able to downlaod the folder ( github.com/.../nr,so kindly...
Hi, I would like to read/know the current battery level on nRF9160 DK (PCA10090). I have searched to get it, but no luck. Could you please let me know How can I get the current...
Hello ,
I am using nRF52832 controller in peripheral role. I have integrated Secure boot loader code. I am facing issue of mobile device is not getting connected to the...
I've integrated the "csense_pca10059" (SDK_16.0.0) into my application. I have only added the button (not the slider), and am getting some functionality from the cap sense...
Hello,
I am trying to install Python on my Window 10 64-bit OS (python-2.7.17.amd64.msi).
As per below link I am able to install Python and able to see the version ...
I just got the nRF52-DK, and want to create a blank project to test something , but after I create a project and add "nrf_Log" module form RTE Manager(some conflict resovled...
I read the NWP-030 White Paper, Power Supply Decoupling Capacitor Selection and focused on the nRF52840 Sections. The document did not go into [Min - Typ - Max] Effective...
Hello -
I am working with the nRF52840-DK board and SDK 15.3.0. In my service, deployed on the nRF52840, I have a characteristic user description descriptor that is both...
Hi,
like described in this post I sometimes get an error = 4 (NO_MEMORY) when calling:
error = access_model_publish(m_clients[0].model_handle, &msg);
How should this...