Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
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...
Hello,
I am building a sample protocol using nRF51822 DK. I am using S130 soft device. I have a few BLE nodes communicating with each other. The nRF51 DK acts as these nodes...
Is the nRF51822 pin-for-pin compatible with nRF51422?
I can't find any distributor stock of nRF51822-QFAC.
I see the eval kit has nRF51422. I don't need ANT functionality;...
Hii, i use nordic PCA10028 dev kit, to test the bluetooth of kit i simply load the ble_app_hrs example which is given in SDK, because of i don't know how softdevice 110 is...
I'm currently designing a system that requires Nonvolatile memory. Whilst I can accept the 43uS delay to write a word to flash memory. My concern is that it is entirely possible...
Hello,
i plan implementing an block storage for nRF51. I want to integrate an checksum or error correction mechanism.
I have understood i can write an bit 20000 times...
i meet very strange problem! i using nRF51822 QFAC. it has 32K RAM. but when we using 32K RAM Linkscript file. the firmware did not run up. it seem dead in sd_ble_enable(...
Greetings,
S110 with SDK6.0 I try to build the executable for Nordic GitHub project Timeslot Oberver example. I get an error that the handler SD_EVT_IRQHandler is multiple...
Hi,
There is a following initialization in 51822:
static void controls_init(void){
uint32_t err_code;
// Configure pins.
uint32_t pins_transition_mask = (1 << SCKIN_PIN...
I'm working on a project using the nRF51822 beacon kit (PCA20006), and I've downloaded the firmware files installer from the website. After running the installer, I can see...
Hello,
I have a ptr5518 module which has nRF51822 in it. I need help programming the device. I am new here so a detailed help will be very useful.
I want to use the built...
Hi,
I'm workin with nRF51822 as peripheral device. is it possible to retrieve the device name of the central at the moment of the conection i mean when is generated the BLE_GAP_EVT_CONNECTED...
I'm using SDK 7.1, PCA10028 eval board, SD310 2.0.1, MCP 3.6.0.8331
When the line wrtHandle = hdr->Handle; executes I get an Hardfault Error. Why?
case BLE_GATTS_EVT_WRITE...
Hiii, i work on PCA10028 nrf dev kit and i want to made code that receive data from mobile to UC and go back to mobile. is anybody have this code than please give me and also...
Hello!
Looking around and reading a bunch of posts, I found little information on how to initialize the TWI sw frequency, which currently is 100 kHz( calculated it with...