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...
by writing servals data into flash ,the data is always is 0,
void fstorage_test(void)
{
ret_code_t ret = fs_init();
if (ret != NRF_SUCCESS)
{
bsp_indication_set...
HI,
I am using nrf52832 with softdevice 132. Using SPIS1 to get the sensor datas from nrf to AARDVARK for calibration. Whenever I send the data's from aardvark(using AArdvark...
Whenever I try to flash the device in keil, I get a no Jlink device found. I get a similar message when trying to connect to the device via Segger. nrfGo Studio just does...
hello:
i want to use pwm in SDK9.0, in my project ,i need to send a cmd to nrf51822-QFAA,and then it control the motor on ,and with this cmd ,i should contrl pwm to let...
Can I control the music player by simulate a hid device
now our customer ask for a new function--use bracelet control the music player>> last next vol+- ...
but the app...
Hi,
I am trying to develop the ble_app_template project into a custom ble application.
Where is says
/* YOUR_JOB: Declare all services structure you application is...
Hi Dear Engineers!
I use nRF52840 SPI (slave) to communicate with Master (HOST) CPU.
if I stop any ADV / SCAN RF functions all works Great!
But if I start ADV (or...
Hi,
I am having some trouble in setting up the RedBearLab BLE board w/ nRF51822 that i recently bought for a project I am currently doing . I am using windows OS, with eclipse...
Folks,
Attempting to use a sample app from the 13.0.0 SDK for a pointing (mouse) device I'm prototyping, located at ...\nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral...
I use the sdk 13.0.0,software device s332,I hope the rtc can work when cpu sleep,and the lowest working current need less than 10uA,what should i do?or Is there a reference...
I'm working on an implementation of the Current Time Service specified by the Bluetooth SIG (I'm happy to share it).
where I am so far:
The service and the caracteristics...