I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
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...
Help, what UART output pins that gather all information from the various sensors in the NRF52832 thingy52, to integrate with Raspberry or Arduino, thank you
Hello Community,
I am trying to implement a whitelist in my central device but when I type ble_gap_whitelist_t I had an error of compilation becuase ble_gap_whitelist_t...
Hi,
My first objectif is that the Micro:Bit consumes less than 2μA without the BLE. I read that the Micro:Bit program was not powered if the Micro:Bit is powered by the...
Hi everyone,
I am writing a program in Keil whereby I have to send a large amount of data through BLE notification in real time. The program works by having two timers...
I want nRF52832 to be a central device which will take an input from nRF51822 (peripheral device). Also, Is it possible to make two nRF51822 talk to each other?
Hi,
I having an nrf52832 board and using gnu arm, nrfjprog to program the device. i reading data from two different sensors using spi and TWI in two different codes. now...
Hello all,
I have received "nrf51822 smart beacon kit" connected the battery power and i can detect the device in nrf Beacon app. but the issue is when i select the actions...
I am going to have streaming data come through a characteristic on an S110 device. When the client writes to the characteristic, my peripheral device will read the characteristic...
How do I use Wireshark to see the connection interval negotiated between my nRF51822 peripheral and a central which is a mobile app? Which messages should I be looking for...
Hi all,
I am not very proficient in NORDIC and BLE. I was wondering if you could answer me.
I am developing a module using NRF52. I have a redundant wireless communication...
I am using a PCA10040 with a nRF52832 mounted on it. I am trying to match the IC revision with the packet variant as explained here .
The problem here is that the chip...
Hi I am new to Nordic development and set up all the tools required for compiling and flashing program to nrf52840 0n ubuntu. I downloaded nrfjprog and jlink segger and put...
Hello,
I'm trying to use a nrf51 dongle (PCA10031) as a BLE sniffer. I'm following the ble-sniffer_win_1.2_User Guide.pdf.
On the required software, i need to install...
Hi,
I try to use the example ble_peripheral -> blr_freertos -> ble_app_hrs_freertos and I add to the thread a fds_register() and fds_init(). Problem: In the call back function...