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 novice in using SEGGER Embedded Studio. So, please bear with me.
I am basically trying to add NFC url write functionality into the ble project with limited...
I'm having some trouble trying to download a program to Flash memory from Keil, the console doesn't give any errors but the program doesn't really load into the MCU (NRFGo...
Hi,
We are using nRF52832-QFABB0, SDK-14.2 and s132(v5.0.0) soft device flashing on board. In linker script default values are set for QFAA (64kb-ROM & 512kb- Flash memory...
I know this question has been asked many times, but none of the solutions I've found have solved my issue.
Nordic Dongle PCA10031 V1.1.0
Master Control Panel 3.10.0.14...
Hi,
My project cannot be debugged using Segger Embedded Studio. The debugger doesn't halt at the application main and instead keeps running. Hitting a pause shows the debugger...
Dear all,
We use thingy's microphone collect data and transmit to Android mobile by BLE, and need no loss of reliable data transmission.
How to do?
Thanks a lot.
I have developed custom PCB with nRF52832. My antenna layout is very similar to layout present on nRF52DK (PCA10040). All works well. Now, in next prototype, I want to add...
I designed the NRF8001 into my circuit board and my application processor is connected to it. Now I need to develop my application program such that I can transmit and receive...
Hi,
I am working with the Red Bear BLE Nano 2 (nrf52832) and programming it in Arduino IDE .
I am trying to merge the BLE_HRM example with a TWI example to be able to...
Hey,
I have a problem with receiving data on my Android app.
I'm sending several data via Services & Notfication Characteristics from my NRF52840 Application to my Android...
hi,
I have some problems about pwm register.
1.NRF_PWM0->MODE
2.NRF_PWM0->COUNTERTOP
3.NRF_PWM0->LOOP
4.NRF_PWM0->DECODER
5.NRF_PWM0->SEQ[0].PTR
6.NRF_PWM0-...
I use rRF52832. After doing "Flash Tab -> Erase" of Keil's development environment, it became impossible to connect at all. I tried using nRF 5x Command Line Tools (nrfjprog...
I'm trying to port the _12.3.0_ DFU bootloader_secure example to my custom nrf51822 board.
The example can run perfectly on pca10028 board, but not on my 51822 board even...
Hi All,
I am developing an application on nRF52840 Preview DK which does not need the Soft device. But it needs the MBR to run a bootloader for Firmware update purpose....