Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
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...
1.specification says that we should trigger EP0STATUS task to initiate the status stage for control transfer(read/write).
actually nrf52840 will auto ack the OUT TOKEN...
In Eddystone example in SDK 12.2.0, APP_MAX_ADV_SLOTS parameter is by default 5, but if I try to use less than 5, an error appears in es_flash.c because in the code, 5 slots...
hello there i want to scan particular device. so i am using whitelist. i change in hear_rate center code. but its not working. other unwanted devices are also scanned. i am...
Hi,
We are working with the nrf51822 on mBed platform
We have created the following profile under deviceinformationservices
in main.c
uint8_t DataCounter = 100;...
Hi there!
I found out that there is some problem in the example ble_app_hrs_rscs_relay in nRF5_SDK_11.0.0_89a8197. I want to restart advertising when adv timeout. I did as...
I'm trying to use app_timer_cnt_get() to implement an RTC Calendar system on a Gigawit module (nRF51822).
I have a test app_timer that has presacler=0 and period=3 seconds...
This is no a question, but i was not sure where to post it.
I was trying to use the nrfjprog command with the new version of SEGGER JLink, but the terminal output was ...
Hi! I'm trying to work with the beacon kit, but I have some confusion about which type of sdk I can use because with some example that I have found it doesn't work.
Besides...
When i use ble_app_hrs to connect with hrs demo(ble_app_hrs example), everything is ok.But when i connect to a heart rate monitor, it always disconnect.The print information...
I try to stop the advertising by using ble_advertising_start(BLE_ADV_MODE_IDLE) when the advertising is ongoing. It fails.
Please tell me how to stop advertising when the...
I have a problem where a central device (iPad) has to connect to a peripheral (running nrf51822, s110) as quickly as possible, receive data and disconnect again.
Right...
Hi
I would like to implement a radio peripheral in 2.402Ghz frequency which transmits some data, say of 31 bytes in radio which includes all header information abiding BLE...
I have a transmitter that sends 24 bytes of data every 10 ms. Whenever I run the receiver I only get new data once, then nothing. Here's my code
void mirf_config()
{...
hello,
I am testing the android application with nRF 52832 (s 132).
With android-Log, it is supposed that connection can not be done with the following log.
Please give...