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 have taken a pre-generated XML config for nRFgo and modified it by adding some services
Here is what my config looks like
gyazo.com/bc330e7590afaa22533c200ff17eb902...
I can't figure out why but my build cannot locate files that are included in the makefile.common
I'm using SDK 5.1.0 and the ble_app_hrs project. It seems it can't find one...
My device is smart watch. We transfer some data to phone and receive notification from phone over BLE.
My question is those two functions(connect_params_init and sec_params_init...
Hello
I'm new in the world of nordic semiconductor and I've a little problem. I would like to transfer ANT+ data of a HRM Garmin in serial protocol to my PC. I use a nRF51422...
Hi,
I transmit a data packet to AP2, i wonder if it needs a sequence for resetting or not while AP2
initializing.
And, I send a packet data to AP2 by UART(AP2...
Hi Folks,
I'm experiencing a problem with the nRF8001 setup. After I send the last setup packet, I still receive:
0x03 (length), 0x84(CommandResponseEvent), 0x06(Setup...
I'm getting this error, but oddly it's coming up somewhere in the MIDDLE of my build, and not always the same point.
I have modified the HEAP size to be 0 as I don't do...
Hello !
I have just received the Evaluation Kit nRF51822-EK. I succeed to compile link and load the blinking leds example from my Linux box. I modify the example to use...
So, how do I control where my app is going when gdb pushes it to the device?
I'm using s110 6.0.0, no boot loader. How do I make sure my app is going to where the SD will...
Hello,
I'm trying to make use of the AES crypt code from the application level code.
Per devzone.nordicsemi.com/.../51822-aes-encryption-and-decryption-demo-code
...
I am planning to record some information in the flash of the nRF51822. This will occupy a large circular buffer (quite a few kb), and new data (in chunks of around a dozen...
hi,
i survey the Bluetooth again , i have some issue about the Connectable mode
Connectable mode.
i see the peripheral connectable setting :
PERIPHERAL :
...
Hi Nordic,
How many connections was S120(Central) can handle simultaneously?
Does S120(Central) can received the notifications from different peripherals...
Dear all
I notice that Gzaell could only send 32 bytes a packet. But I check register PCNF1 MAXLEN can be set over than 32 bytes.
Is there any way to increase overall...