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 migrated my project from softdevice S110 7.1.0 on a nRF51422 FAC to softdevice S110 8.0.0 and an nRF51822 FAA G3. My code used to have a current consumption around...
Hello everyone,
I'm currently using and modifying the experimental_ble_app_uart. I've seen that for sending characters resp commands the file simple_get_uart is used. My...
Good morning.
I'm curently trying to set up an exemple project in Eclipse, but I've tried sevrals tutorials unsuccessfully. Somes are out of date, somes gives me errors...
Hello,
I'm working on a project with a "master" NRF24L01+ with a unique address and around 10 "slave" and all have a unique address, a broadcast address and some sub broadcast...
Hi,
I'm taking over a project from another developer, he has given me the PCA10001 kit he purchased but he doesn't have the product key for it (no longer has the box).
I...
Hi,
I have ESB example PTX and PRX, I want to calculate throughput and BER. How do I calculate, and Can you please explain entire setup that I can measure for this condition...
Hi,
I have recently discovered a bug that prevents dfu over serial, using the latest nRFgo Studio v1.18.0.9. I am using SDK S110v8 and the dev kit PCA10028. I was having...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
I've taken the example project at nRF51_SDK_8.0.0_5fc2c3a/examples/dfu/bootloader and attempted to build it using gcc. I'm going for a single bank update over BLE. The SDK...
I have just started coding in Timers in nrf51822. Here i am not clear with the Timer part. Can anybody explain me how to use timer with use of Event Scheduler. Here in app_timer_create...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Hi all,
I've successfully used the examples for:
OTA DFU for nRF51822 in Bluetooth Smart mode.
OTA DFU for nRF24LE01 (2.4 GHz mode only).
But I couldn't...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Dear all,
I am a little confused about erasing data contained in a flash block. In this link the clear example shows that it is possible to clear bytes from a specified...
Dear all,
I have been trying to get the ADC BLE example working, given at github.com/.../nrf51-ADC-examples
I noticed it gave me error with SDK 6.0.0 saying ble_enable_params_t...