Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Hello
I adapted the ble_app_uart with twi functionality.
Therefore I included the "app_twi.h" which includes the "nrf_drv_twi.h"
But as visible in the picture, the "nrf_drv_twi...
Hi,
I'm using nrf51822 with soft device s130 version 1.0 and I'm trying to flash hex file of size 108kb from both keil u vision/nrfgo studio.
Flashing is success but application...
Hi
I probably have done multiple or bad inicialization of flash memory in code
and my MiniBeacon ( www.alibaba.com/.../Nordic-bluetooth-nRF51822-logo-customizable-minibeacon_60408141084...
hi..I am using nRF52832 with sd 132 v4.0.2, I want to store data received over BLE in flash. So i wanted to know how much is the memory available to store data in following...
2017-03-01T12_28_45.220Z-log.txt Hi,
we experience an issue with the PC-based nRF Connect tool, details are as follows:
we use scan to discover BLE devices,
we...
Hello,
I'm actually working with a custom profile generated with Bluetooth Developer Studio. I'have some difficult to send characteristic with the template.
My setup...
I have a created a bootloader using the bootloader_secure example in SDK 12.1. Using my own public-private key pair I've created two zip files, signed with nrfutil, one with...
I'm modifying 'ble_app_uart' project with custom board.
And also test with Android app that Nordic released.
I'm wondering how to set this connection "bond".
Does Nordic...
Hello all,
I little confused with these two examples as mentioned in my question. Both examples are different and their use case is also different. Can somebody please...
Hi!
Faced such an anomaly. In 2-3% of cases when exchanging PTX device sees a transmission error (the ACK did not come) and device PRX is not see this error.
Is there...
These pins do not work when I connect to nRF51822 module directly..
Like this. I cennceted VDD, SWDIO, SWDCLK and GND to nRF51822 module.
And there are not jumpers to...
Is there any sample code in examples, because am a newbie to this great platform, my objective is to glow an led , when the motion is detected , and also when there is no...
Hi Sir,
I add NUS service into CSCS project base on nRF5_SDK_13 follow the steps below, there was no error occurred after build the project, but it didn't work. Please...