Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
I have two questions with the remaining unresolved symbols being the most critical. I will decribed the situation I have encountered as a sequrence of chronological steps...
Hello,
I have a need to construct multiple portable devices on a short time frame. We expect that building Arduino-format shields for our peripherals and using nRF52 DK...
I am using PWM on a BLE Nano using Nordic SDK. I was having problems with the PWM and decided I would set the duty cycle to 0 to see if the program was working right:
#include...
I'm trying build a file in Keil, and have received this error below. Please advise on how to fix it! Thanks!:
*** Using Compiler 'V5.06 update 3 (build 300)', folder: ...
Hello,
I'm trying to put a BLENano board to slepp every loop iteration. These are te steps:
setup:
sd_power_mode_set(NRF_POWER_MODE_LOWPWR);
NRF_POWER->TASKS_LOWPWR...
Can someone tell me the best way to build the old bootloader under SDK 12.
Looking in the examples, in SDK12, there is now only the bootloader_secure example
SDK 11...
Hello
I want to know if we can wake up nrf52832 in sleep mode , from a command through an application on a phone via BLE. If its possible can someone please guide me to...
I want to add backtrace functioanlity in nrf52. I am using functions given in below link:
link text
But I am not getting library files for defining functions mentioned...
Hi,
I have programmed a BLE code.
In the code we are continuously connecting and disconnecting BLE connection.
The BLE connection is established for around say 1 sec...
hi,
This function is called on BLE Event when someone writes to RACP characteristic
What i woud like to know is, is it called from any ISR routine?
Or when BLE Event...
The radio mode 250Kbps is removed from nRF52832. However, by our test, nRF52832 radio can still work with radio mode 250Kbps with setting
NRF_RADIO->MODE = (RADIO_MODE_MODE_Nrf_250Kbit...
Hi All,
I have a question about the SPI pin number on nrf51 Dk.
I don't understand when i look into the pca10028.h file, i see this mapping:
#define SPIM0_SCK_PIN...
Hello,
I am trying to compile the example ble_app_eddystone with the SDK12.2 for the nRF52_pca10040_s132
While compiling with SEGGER I get the error
Compiling...
Hello,
I set up a project on the base of "BLE_APP_UART" to which I added header files and configured the sdk_config.h
Now I get these warnings during compilaiton:
...