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...
In my application when I disable NRF_LOG_ENABLED , HardFault_Handler() is getting called. To debug this issue I defined a HardFault_Handler() in my code and inserted a break...
Good afternoon all,
We have seen something with nrf51822 a little bit unusual that we can't explain and that maybe some of you have already experienced.
In main loop...
hi everyone.I have a question about the bootloader SDK11.0 ,I download the bootloader engineering modified to nrf51822 board, the nrf51822 can be advertising, but when I upgrade...
Those vias are not there to provide fixation but proper grounding, right? Because I just connected them all to GND.
Would be embarrassing if they shouldn't.
Hi,
Assume the internal FET(s) that bucks the voltage down for the DC/DC got stuck on. I would like to calculate the current through the DC/DC inductor when it reaches...
Hi, I'm designing a new PCB using nRF52832 and I'm wondering what is the way to programm it for the first time.
I'm connecting pins 25 (SWDCLK), 24 (SWDIO), 31(VSS to GND...
I found out that google fitness support BLE sensor: developers.google.com/.../ble-sensors
Does anyone have experience with using nRF52 as Bluetooth sensor for Google Fitness...
Hi
I use nRF52832 and SDK13 and Central Device project.
and my device has not bonding function so may I mask my central device pm_conn_secure call
here is my part of code...
Hi,
I got the nRF52840 preview development kit and I am trying to follow the quick start guide here:
link text
It works fine for me up to step 7, where I am supposed...
Hi
I have gotten a Nordic PCA10040 hooked up to a Sparkfun nRF52832 as described near the bottom of the page here: learn.sparkfun.com/.../nrf52832-breakout-board-hookup...
hello,I'm having a problem with the ANT application,I have two pieces of the PCA10040 board as a ANT connectivity board for a ANT application board.According to the instructions...
Hi,
what is the default tx_power value in new v13.0.0 SDK in the ble_app_att_mtu_throughput example?
I can't find the use of the sd_ble_gap_tx_power_set() function which...