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...
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...
In my case active CE signal defines byte boundaries - for each byte individually.
From what I see, DMA seems to stop on rising edge of CS regardless what is declared in...
Hello everyone,
I'm using nRF51822 development kit to do BLE network experiment.
The boards I use are PCA10005 with omnidirectional antenna, and PCA10004 with PCB antenna...
I'm looking at the UICR hardware peripheral example , and trying to figure out the utility in writing to the UICR registers.
Why would I want to modify the compiled hex...
Very new, so please forgive the questions, but...
I have an nrf8001 that I've powered up. After initial power up, I'm able to read the DeviceStartedEvent but the response...
I'm looking to integrate a digital (PDM/I2S) MEMS microphone into my nRF51822-based design. I'd like some pointers to reference designs or other information -- the ones that...
Hi,
I would to know why when the DC/DC is enabled the current is very high (57mA) during RF sending.
Why at the end of RF sending the current is higher than...
I am modifying the bootloader. I am not using DFU or any of that, but rather copying a FW image over from external flash through SPI. The area of my code that gives me problems...
The documentation of the S110 contains sequence charts that explain how the different GATT operations are performed.
developer.nordicsemi.com/.../a00885.html
It seems...
Hi,
I've been trying to do fake non-connectable advertising with a nRF24LE1 with base on [1] and [2], they use nRF24L01+ with an AVR which I have ported to my device. I...
Hey,
I'm evaluating a nRF51-DK and face NRF_ERROR_INVALID_ADDR when trying to set a value in the local gatt server database.
My goal is to create a read-only characteristic...
Hi,
I'm using nRF51822 Beacon v1.1.0. Is it possible to detect that the beacon is being scanned? Is there any event generated during this process that I can catch?
I have been studying the ble_app_hrs example, but it has unnecessary functionalities, and it is hard to understand.
Do you have a simple application for transferring data...
I would like to use that chip with appropriate codec as wireles Tx/Rx set. I need of uncompressed audio signal and my sours will be analogue amplifier and the Rx module has...
Hello there,
I am using multilink_central example on nrf51822 Soc, and I charged S120 in the memory. I am trying to get the RSSI and the MAC address without getting connected...