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...
I want to process queued sensor data collected at a fixed interval (every 100ms) via TWI in the background/main loop. In the example ble_app_hrs , timer expiration callbacks...
I am planning on using the Nordic nRF51822-QFAB-T part. It appears a discrete balun is used for the QFN package on all of the reference designs. Is there a reason that the...
Hey,
I just got my PCA10028 board was trying different examples to see if everything is working before I start with my own application.
As my application will be using...
I've had no success in updating the application through the NRF TOOLBOX for my Smart Beacon. I was able to load
ble_app_hrs_s110_v6.0...
And that successfully worked...
I am using NRF51 DK and I would like to try using the custom service so I download the nrf51-ble-app-lbs from github.
github.com/.../nrf51-ble-app-lbs
It stated that...
Hi,
I'm using nRF51822 Development Kit and trying to program softdevice with nRFgo Studio. The file to program is C:/Program Files (x86)/Nordic Semiconductor/nRFgo Studio...
developer.nordicsemi.com/.../a00969.html
I'm trying to understand whether this can be called in a timer interrupt ( app_timer ) and how frequently. I seem to have a bug...
I have nRF51822(pca10005), Dongle(pca10000)
And DownLoad Keil, nRF Tools, nRF Studio, nRF SDK, Sniffer, wireshark.
I try to run the example
C:\Keil\ARM\Device...
I am debugging the bootloader to work with a custom board. I have the bootloader project open, no application programmed, s110 softdevice programmed, and the hexfile for the...
I want to use app(nrf uart 2.0)
so, I try to change UUID,
but I don't know how make custom uuid and use it
and I don't find function(ble_cs_init())
hlep me, p...
I just tried compiling this for the BLE nano and it explodes to a 245K download (much too large for device). I've also tried including only the headers (DigitalOut and wait...
Hi,
I purchased Nordic new reference platform nRF51-DK(pca10028) and try to work for DFU OTA.
In my test, first of all program S110 V7.1.0 by nRFgoStudio and downloads bootloader...