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,
I am wondering if I can use any 128 bit UUID value.
For example, in the example uart project, Nordic UART Service = 6E400001-B5A3-F393-E0A9-E50E24DCCA9E is used...
If I want to stream samples up to the nRF Toolbox HRM iOS app plot, what is the fastest that I can call ble_hrs_heart_rate_measurement_send in firmware assuming I have nothing...
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...
I'm using S110 version 7.1.0, but need a way to validate in general which S110 and which SDK version I have associated with this .uvprojx project.
Much of this stems from...
I'm running the ble_app_beacon_s110_pca10028 example on my NRF51 dongle. The good news is that I see a beacon transmission on my iPhone 6 on this "Pally BLE Scanner" app....
We are developing a new BLE tag product using the nRF51822. We would like to assemble the PCB and battery in a single operation then program the product sometime later. Can...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
I'm trying to use RTT for debug printing and having some trouble. I'm using the nrf51-ble-app-lbs example app that goes with App Note 36. I've added the RTT code from www...
Hi,
iOS device uses random private resolvable type changes own bluetooth address address every 15 minutes as long as I know. Can I see the transittion just to change the...
I see the python S110 bindings (via SWIG) have been made; it was pretty easy to get the demo code up and running, many thanks! Any chance that S120 central role bindings can...
I have a custom board with an nrf51822 device. I also have Keil 5.12 and a ULINK2 and would like to program softdevice hex file into the nrf device. I have followed all of...
I'm trying my best to get started w/ the nrfgo 51822 development kit that I got last summer, but I'm just having a hard time jumping in.
I was a little disappointed to...
I need to use a high speed PWM (> 500 kHz) in which I can vary the pulse width. In examples, it's handled in software which is too slow.
Is there any way to set a pin on...
Hi,
I am having some problems getting the s110 SoftDevice working (sd_softdevice_enable stops the program execution) on a custom PCB. I have seen several issues similar...