I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
The error I get is app_error_handler 0xDEADBEEF, 360 (line number), src\ll_lm.s0.c
This is with SD 5.2.1
With SD 6.0.0.1-alpha, sometimes I get
app_error_handler...
Does anybody know of any plans to combine the Peripheral and Central roles into a single SoftDevice?
The killer application that this provides is the ability to create...
Hi All,
I use nrf51822 transfer data to nrf uart app for android,when I use following parameter ,the device and nrf uart app work well.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS...
I'm interested in advertising with data type 0x18 random target address. I found a post for advertising with 0xFF manufacturer specific data. What changes are necessary for...
Hi,
I am using bluez 5.12 and am having difficulty connecting to an nRF51822 EK running the Health Thermometer application and Soft Device S110v6.
I am able to see the...
Hello,
I cannot build a known-buildable project and get error A1023E.
No Programmer's Reference exists and there is no documentation referencing this error.
I think...
I want to quickly transfer data between nRF51822 and celluar phone. The data rate is 100 packets/sec. Packet size is 14 bytes. We know mouse can reach almost 200Hz report...
can i use j-link debug probes to program and debug evaluation kit?
recently i bought J-Link debugger from the segger, i tried to find the pinout of the SWD of the eval...
I see that the source code of app_gpiote.c uses NVIC_... functions to handle the interrupts:
app_gpiote_init.c, line 160...:
NVIC_ClearPendingIRQ(GPIOTE_IRQn);
NVIC_SetPriority...
My question is regarding the adertising with the softdevice on the heart rate sensor example.
My starting point is the following:
I connect PCA10001 / PCA10000 from...
Hi,
we are interested in the combination of the nRF51822 with a sensor board which was announced in October but since then there were no updates and I can not find any other...
Hi
We know most of access contol for entrance was implmented by RFID. Is it feasible to design it by BT4.0? My idea is as below. Thanks for your comment.
There is a...
Hi.
I have a nrf51422 EK. I follow the steps in nrf51422_Evaluation_Kit_User_Guide v1.1.pdf but I couldnt do blinky_example project to works. In debugger mode, I see that...
I'm using the rRF51 DK with Segger Jtag. In the demo Keil version, I set up Segger jtag to NOT cache memory. When I look at a memory view in Keil, the memory is not being...
Hi
I tried DFU OTA in nRF6310 board as SDK document guided but it cannot work.
Boot loader is from SDK5.0.0 device_firmware_updates project..
SoftDev is v6.0.0....