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...
Hi there,
Is there any certifications required for the newly developed product that is using nrf SDK and nrf52832 SOC and can we use bluetooth logo in that product?
...
Hi
I am trying to connect my nRF52832 DK with Raspberry Pi via BLE. I am able to discover the board on Pi, when bluetooth is turned on. However, I get an error on Pi saying...
Hi ...
i want to change the device name dynamically, i read my questions related to it , still not working . Here , gap_param_init i have set the flag to change the device...
To the kind attention of Nordic support team,
I have got a
1. PCA10040 board, with ble secured bootloader installed
2. PCA10056 that I usually work with every day, these...
Hi,
I'm using direct advertising in order to connect to mobile devices which were already connected to my nrf device. After the first connection, I save the mobile address...
Could it possible to reduce INIT and ADVERISE times ?
What is normal startup time for nrf52832 init peripheral for advertising?
What is the minimum possible advertising...
In the OPS register description, as well as in the files modules/hal/nordic/nrfx/mdk/nrf5340_application.h and nrf5340_network.h the HFCLKAUDIOALWAYSRUN register is incorrectly...
Hi Guys,
I'm looking for some information on how to get data from the secure side to the non-secure side of the firmware. We are building an NB-IoT GPS tracker which is...
Hi,
Is it possible to change the security option of characteristic read or write?
For example , we initial the characteristic as JUST_WORK? Then change it to SEC_OPEN...
I have adapted the " nrf52-mpu-easydma-using-timers-and-drivers " project from Github that I saw referenced in another post and have successfully modified it to work with...
Hi, We are using the heart rate example for developing our firmware, where we plan to send data out every 15 mins. But when we try to increase the advertisement interval beyond...
Hello Nordic Team,
Currently i'm trying to join my custom HID (a joystick) with the ble_app_hrs_rscs_relay example (SDK 16) for a personal project which consist in: a nrf52832...
Dear Nordic,
I am trying to create a simple interface between my PC with Windows and using PyUSB (since it is a simple wrapper, using libUSB as backend) and the nRF52840...