I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
1) Do we need to call fds_record_close...
Hello everyone!
I tried to write data directly into flash using flash manager from nrf SDK, but according to docs it does not work with ble mesh.
But mesh flash manager...
Hi to everybody,
there's a way to force a Zigbee router device to send Announcement Command at certain time interval also if it's already joined to a network?
I saw that...
There are two capacitors (C18, C27) that are labeled as N.C./Not mounted but there is no description for their existence at all. Do I need to place those pads?
i have a some XX byte of custom advertising data and we are following the SIG specifications , i want to update my advertisement data which is not part of the structure "ble_advdata_t...
Using LFCLK, enabling and running the WDT causes the nRF52840 to hang until the watchdog reset when calling nrf_drv_clock_lfclk_release . This is with SDK v15.2.0 Steps to...
Hi I'm using nRF52 DK to program a BM832 module where I want to run some code to manage FLASH memory. I make run examples on the DK but on BM832 module can't be possible because...
Hello Nordic Community!
I have seen previous posts mentioning that the DFU example was not working with SDK 15.3 ( Getting started blog ). But in my case I was able to...
Hi all,
I am working on a new project and I need to communicate to a sensor using I2C, then save the data on a flash (files visible on windows as mass storage via USB) and...
Hi,
I am developing an application where the device should support both central and peripheral roles at the same time. My devices are connecting to a mobile phone. All the...
Hi, I use the nRF52840-DK together with a secure element (Infineon Trust X) and want to measure current/powerconsumption of this whole setup during certain operations. At...
Hello!
I'm currently trying to run the mqtt_simple sample (latest version of nrf-zephyr) on the nrf9160 DK. Unfortunately it is not working, because getaddrinfo() returns...
Hi,
I am using the nRF Connect SDK to develop software for a nRF5340_PDK focusing on Security and power efficiency. Therefore I wanted to make use of the CryptoCell-312...
Hello,
The release-notes of the Modem Firmware v1.0.0 for the nRF9160 state that there is now "Support for DNS server address setting by application.". However, I cannot...