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 just want to add SPI master module into the ble_app_uart application, and only add spi_master.c and .h into this project with no any other change, and just call...
Hi,
I'm using gcc with eclipse to compile ble_app_hrs and I get the following error for all the SVCalls like sd_softdevice_enable, etc...
The following error is flagged...
Hi , I need to develop an indoor positioning project based on Bluetooth Low Energy 4.0 in which i have to locate person's current position in home and send it to main server...
Hi all,
I have made my own device manager because the device manager from Nordic is somewhat bloat (in code and resources) and I needed to add a feature, ranking the devices...
I am using the nRF51822 and code base 6.1
How can I program the advertising mode of the beacon to not time out. I am looking to advertise for 10 seconds and then go to sleep...
When I downlaod and program the softdevice version 6.2.1 via nRFgo Studio, it shows Softdevice version as S110_nRF51822_7.0.1 after programming.
Any idea why actual version...
i use nrf51822 for my project, i want to do is when smartphone are pair with my module i store one flage in flash whenever user enter right security key and after reset i...
Hello,
I have purchased NRF51 MBED enabled board. I need some assistance in how to get started. I want to use the KEIL software and I am not able to.
I have downloaded...
I need a reference design of nRF51822 for minimum 1 meter range . The circuit will run from CR2032 battery for at least 24 hours and will take some readings from ADC input...
i am unable to sniff the packets between two devices once the connection is established between two devices..i am using nRF sniffer 1.0 ...
i am able to see only the advertisement...
Hi,
How can I control the PDU error code when reading an attribute.
E.g. Attribbute not found 0x0A. For more info see 3.4.1 Error Handling Bluetooth spec 4.1 Volume 3...
Hi,
I have created a custom PCB that more or less follows the Nordic SmartBeacon design: Beacon_V2.pdf
Instead of BAL-NRF01D3 I used the BALF-NRF01D3 as this is supposed...
I have use random number generator in S110, the source code just like:
uint8_t num_rand_bytes_available;
err_code = sd_rand_application_bytes_available_get(&num_rand_bytes_available...