Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
Hey all, my QSPI woes continue. I'm trying write 4 bytes (0xDEADBEEF) of data to a flash chip, equivalent to the NRF52840 DK. I'm using PP4IO and 24 bit addressing mode but...
Hello,
I am using the NRF_LOG_INFO macro to print certain event results. I am writing a large chunk of memory over I2C. The operation succeeds but the log print is only...
Hi All,
I' ve successfully programmed an nRF52840 device with an application running with PHY_CODED modulation and I can scan it from my Samsung Galaxy S+. Unfortunately...
Hi, I'm running nRF5 SDK v15.2, and tried to run the led softblink example on port 1 of a nRF52840, which did not seem to work. I found a problem in low_power_pwm.c, which...
We want to use some device in the peripherial mode.
after the devices were bonded, for next connect I need to hide this advertise packet from air in the nRF Connect util...
We have a problem that we thought was isolated (affecting only one phone) until recently we started getting more phones exhibiting the same issue.
We are Australia based...
I can pair and bond as a Zephyr central via bt_conn_auth_register & bt_conn_security().
When the bond is successful I get a callback to cb_pairing_success(struct bt_conn...
Hello,
I am trying to read the internal temperature sensor using interrupts (SoftDevice is disabled). This is what I have:
#include "nrf_temp.h" #include "nrf_nvic.h"...
I am having hard fault when `nrf_sdh_enable_request` is called in BLE init. I am following BLE_TEMPLATE. I did not copy the solution, I am extending TWI example to include...
Hi,
I am trying to make a micro second timer count and I am using the timer driver from the timer example. However the timer init is failing in my code and I am not sure...
Hello,
I am using pc-ble-driver to write a desktop application interfacing with Nordic connectivity dongle. There is no automatic discovery module functionality so I have...
I am trying to just find what is this LE Secure Connection but can't seem to find anything basic. When i look at the lesc example, it look slike they simply turn the bit on...
Hello,
I am having a custom nRF52832-based central device - it works fine when connecting a single nRF52832-based peripheral (the both are based on SDK 14).
Now I need...
(added comment regarding intitialisation of GZP_PARAMS sunday 19 Aug)
I would very much like to use the gzp_dynamic_pairing package on the nRF52. Unfortunately I cannot...
hi, i am doing a project where i have to change adv name of ble device.
i am using nrf sdk 15.3.0 ble_app_blinky example for pca 10040e because it has all the things i need...