Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
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 trying to modify make file of UART with make file of timer to give the functionality of UART and timer. I created the single code in main c file and added necessary source...
I have an application with my own custom service with a 128-bit UUID (including 4 characteristics). The application has worked so far. Now I try to add DFU service support...
hello all,
do you know if there is a way to disable code optimization only on some part of code?
I use optimization level 1 in Keil (otherwise the code does not fit...
Hi,
If I am honest I have encountered a weirdest problem since I have been programming. Here is the code (function void scheduler_mass_history_handler) which is executed...
Hello,
I have just started working with BLE, and I am trying out trial examples in NRF SDK 12, on pca 10031 board
I am working with ble_app_uart (BLE peripheral)example...
Hello, I'm currently working on a project in which we need to send data periodically (approximately once every 1 to 5 minutes) through a heavily wooded area with as little...
I used nRF5_SDK_12.1.0_0d23e2a, SoftDevice 8_9_0。
The peripheral device name is "Nordic"
After central scan, i want to get the device name "Nordic",i used the following...
Hello! I am using WireShark 1.12.1, nRF Sniffer software v1.0.1_1111 on Windows 7, and I am having an issue trying to run a long term capture.
I choose a device, it starts...
I am wondering what circumstances lead to the big difference of the write and erase times of the NVMC. Since the difference between the max. value is a multiple of the min...
I am trying to add PWM library functionality to my "template" PWM application and observe that:
If I place app_pwm_init() before BLE initialization, I have Invalid Parameter...
Dear Nordic Team and Community,
I am trying hard to compile and run the bootloader_secure example provided in SDK12.1. Here is the steps I follow :
Compilation runs...
Hello,
I am having trouble with my power consumption. My Chip is using 1mA during run-time. It seems to work right when I put it to sleep (~0.5 µA). I am only programming...
Hello,
I have implemented the nRF52 as a central using softdevice S132. This central will only connect to one or more peripherals that has been paired (whitelisted). The...