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...
As the title states.
The DFU controller for OTA updating of the nrf series is described in the documentation of SDK 6.0. It is possible to flash the nordic USB dongle with...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Hello -
I'd like to make sure my RAM/ROM layout for the nRF51822_XXACis OK - if someone has a minute to double-check it that'd be great.
I started with the "nRF51822 Beacon...
Has anyone been able to get the examples to work on PCA10028?
I went through the following steps:
Used nRFgo Studio to flash in s110_nrf51822_7.1.0_softdevice.hex
Downloaded...
Hi,
Could I write or update flash without softdevice ?
Due to I must update softdevice on our product, but it doesn't have any JTAG Interface,
so, I want to use our application...
Hi,
I want to start TIMER1 by a GPIO_TE.
When the program enter the TIMER1_IRQHandler(), I want to disable the ppi.
And when the program leave the TIMER1_IRQHandler(),...
Hi,
I'm on OSX, and I'm having problems where the first service calls I make on my own device fails but work fine on the second generation Nordic development board.
...
In the changelog for 7.1.0 is says:
"This version deprecates all previous 7.x.x versions"
But in the compatibility matrix, it seems like 7.1.0 is only supported by revision...
i had used flash manager that is in BLE libraries to store datas for persistent storage. but it seems can't work after i enable the softdevice. so i try to use pstorage, i...
Hi support !
In my current application, I use nRF24L01+.
I want to change this nRF24L01+ for a nRF51422 to add BLE connectivity.
So, I've started my development with...
I'm using SDK 7.1, PCA10028 eval board, SD110 7.1, MCP 3.6.0.8331
I have 2 characteristics, and both are 32 bytes long. When I try a "Write Long" from the MCP a
BLE_EVT_USER_MEM_REQUEST...
Hi,
Merry Christmas!
I have a question about pstorage_store.
Actually, I want to store some data in the memory. Each piece of data has its own size (between 1 byte to...
Can I config AIN0 and AIN7 as the input pins of ADC, and config P0.01 and P0.02 as TWI, and config P0.03 and P0.04 as GPIO?
Or I must config ALL AIN PINS as ADC?