to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi!
I'm using nRF51DK with s110_nRF51_8.0.0 Soft Device and SDK_9.0.0.
My application reads ADC with frequency 500Hz (2 bytes of data from one sensor each read), and twi...
I am just wondering about the status of nrf52 support for the mbed platform (specifically as a yotta target).
I have seen a number of other threads on both the nordic side...
I am developing an application on a STM32 CPU that uses a 51822 through BLE serialization for BLE connectivity.
I have connected some LEDs at the pins of the 51822 to indicate...
Hi,
The nRF51WLCSP needs IR blocking coating and I found here that an example epoxy can be Epo-tek 320. I just want to check if there is any specific time for covering...
Hi
I have been able to successfully write using FDS but I'm unable to read back using the same keys. Here are my code snippets:
#define FILE_ID 0x1111
#define REC_START_ID...
Hello~
I'm using JLinkEXE to flash an nRF51822 chip. When I use nrfgo and press "erase all", it wroks. But after if I flash the s130, I can't erase the s130 with command...
Currently I have a few characteristics which are Authorized Read and Writes. Upon detected of the Authorization from the Central I trigger a few events such as:
Measure...
Hi !
I'm using an nRF52 on PCA10040 board and nRF5_SDK_11.0.0_89a8197. I want to run the peripheral ble_app_template with SEGGER Embedded Studio v2.20. I correctly set...
In an effort to try and determine why FreeRTOS tickles idle is consuming more current than tick mode with an idle task, see this post devzone.nordicsemi.com/.../ , I noticed...
Hi, i am designing a board using nrf51822 and planning to use a MOSFET for reverse battery protection instead of a schottky diode or a normal diode. I am new to this and learning...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I'm developing a nRF52 application that exploits two ADC channels in single ended configuration.
VDD is 3.0V.
For the signal conditioning I've chosen a driving Op...
I've been trying to get my head around using a BLE central and making connections so I've loaded up the multi-central example to figure out just how everything works. I turned...