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,
we developing bluetooth solution with S130 soft device
From now there only one example appear and i start it sucessfully but got some problem below
I see that device...
I have extend bootloader to about 18kB (0x3B800), and add uart module in it.
When I receive host command, I'll write a flag to flash via pstorage module, and use NVIC_SystemReset...
The NRF51822 series manual describes that an external LC filter is required to operate the buck converter. The reference design shows 1.001 uF of total capacitance to ground...
i try to test Low Energy Applications Using nRF51822 with application note ( nAN-36 )
in chapter 4 : led button example, build and install success~!, but, not running application...
when I use app_uart.c code with FIFO, uart is ok, but I always encountered a out of memory ( always return NULL from malloc )
How to monitor / determine memory / RAM usage...
Hi,everyone
I have trouble in debugging the "device_firmware_updates" example. Here is my development environment:
Keil-MDK :v5.1.0.0 and v5.11.0.0(an other PC).
SDK: 4...
I want to make a nRF51822 as broadcaster and peripheral role concurrently. It should have continuous broadcasting advertisement data under accepting connect-requests to notify...
Hi,
Looking at pstorage related code, it appears that it handles data copy from RAM to Flash.
Can I use pstorage functions to move data within Flash? I want to implement...
HI All,
We want to use UART RXTO event to detect UART packet boundary.
So we propose to add one entry APP_UART_RXTO to app_uart_evt_type_t in upstream sdk to sync.
...
I can not understand how works READY register in SPI master:
after first byte transmission READY sets high, i set READY low and send second byte, but READY never sets high...
I can upgrade the firmware by MCP on air ,But there are one conditions:
reset the device while holding down the Enter Bootloader Mode button or a invalid application is present...
Hi,
I am running (and reconfiguring) ble_app_lbs (LED + Button BLE app) example as a kind of start off project for me. I am actually trying to figure out where I can control...
Hi,
When i increase the global buffer , i got this error.
if i reduce buffer size and add few more characteristic , i am getting same error.
How can i use Flash memory...
Hi All,
I started with example ble_app_multilink_central for S120 from sdk 6.1. I then started stripping the application to get a barebones central. I removed app_trace...
What I`m using:
-nRF51422 EK
-Keil v5
-nRFGo Studio 1.17.1
-SDK 6.0 and 6.1
-SoftDevice S110 v 7.1
-Applicatio: ble_app_hrs
I first Programm the SoftDevice
Softdevice...