Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
Hello everyone,
I have been using nrf52 IoT SDK for MQTT implementation. Everything works fine as long as I am publishing or receiving only one character i.e.
param...
In Bluetooth Spec (CoreV5.0, Vol6, Chepter6, Section1) it is mentioned that the random private address is generated periodically by a timer handler. I could not find any mention...
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...