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...
Hey.
I have a code for processor nrf51422 which compiles using a makefile. However, I decided to import it into a segger - with which I have no experience. For this I used...
Hi ,
I am just unable to find the FW ID for SD v7.0.1 anywhere.
I am using SDK 16.0.0 and SD 7.0.1 and would like to create a DFU package. Any of you know what is the...
Hi there,
I am trying to transmit data with high MTUs via pc-ble-driver-py. The data is sent from an nrf52840 with own firmware.
After the bug in nrfutil was fixed,...
Hi,
im trying to turn on LEDs on my custom nRF52 board. Im using LEDs on 13,14,15 pins. I config pins in pca10040.h to my LED pins, but they dont work. Also if i try to...
I am trying to set up multiple ble diagnostic type services for different sensor devices, from a single nrf52840. The services share a common base id and some have the same...
hi! I'm trying to use the following to configure the GPIOs in nRF52DK for the LED blinky.
nrf_gpio_cfg_output(pin_number)
But I'm not sure what number should I use for...
Hi Nordics,
all the examples provided for searching for advertising peripherals use some sort of filter ( NAME, MAC, UUID, WHITELIST etc) . My questions is: Is it possible...
Hello Nordic Team
I m working in BLE project .
1)I want to get list of scanned devices .
2) I want to store the scanned devices in array .
3) I want to connect with...
Hi everybody
I use the nrf52 SDK (nrf5_SDK_15.2.0) to develop the IoT application of BLE. The IoT device acts as the TCP server and the BLE gateway acts as the TCP client...
Hello,
What is the least version should I buy to for nRF52732 software development.
Keil offers Essential and Professional versions, but the price doubles for Pro.
Our...
Currently I am developing application which run on nRF52832. In this application I have to decode and encode messages using RSA 2048-bit keys pair. Currently I am using ARM...
Hi,
I just want to know if this is an expected behaviour of the Softdevice. I have a central that scans every 2 seconds for 1.7 seconds (leaving 300ms for connections...
Hello,
I am thinking to use nRF52840 EVK for our project. I am supposed to use Katalon ( a tool for test automation) and Katalon works with Java. Hence, I will need a Java...
I have an existing setup, where firmware is transferred to a nRF52832 over a BLE USB dongle PCA10031 (V1.1.0) and nrfutil. This setup has been automated on our CI system/tools...