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...
Connectivity board crashes after a few seconds of sending/receiving packets really fast with the following:
<error> app: ERROR 4 [NRF_ERROR_NO_MEM] at ../nrf_sdk/components...
NRF52
I have a Transmitter and Receiver. The Receiver starts and listens to the ESB.
The Transmitter starts, sends a message on the ESB and restarts. The message is static...
We are in the progress of finalizing our first Bluetooth products, based on nRF52840, S140 6.1.1 and SDK 15.2.0. We have gone through the listing process (Launch studio and...
DFU failed on nrf52832 with my custom program that is based on coexist example and not failed with blinky ???
is there any frame loss for a big hex file that want to dfu...
Folks,
Using the HID mouse ble-peripheral example code as a base, I'm attempting to add SPI support, using the SPI example for pieces of code.
Both sets of code build...
I am trying to set up ack in my PTX so that when my PRX is off or out of range I get the case TX_FAILED event and when it is on and receiving data my PTX will get the case...
Hello,
I am looking into the nRF9160 hardware. And at the moment we are only interested in the lowest level possible.
The peripherals are well documented, as espected...
Hello,
I am working on TWI master application on a nRF51 board, with a sensor associated.
I have often a problem while the reception sequence.
My application:
-> nrf_drv_twi_tx...
The latest changes to the Secure Boot sample main.c file cause compilation issues;
new main.c @line 304 NRFX_PERIPHERAL_ID_GET(NRF_P0), 0);
Doesn't work.
old main.c...
SDK 14.2
nRF52832
The application I'm developing uses the flash memory to store parameters such as calibration parameters for the sensors on the product. I foresee that...
I start with the ble_template example (SDK 15.1 || nrf52382 || Embedded Studio for ARM 3.41). My goal is to transmit data (string or int) from a custom made PCB to the NRF_TEMPLATE...
Hi
I am back on the firmware end of my project after several months doing the PC and Xamarin ends in C#... Trying to remember my C...!
My device has 3 MCU's incl the...
Hi,
I am getting these compilation errors:
'NRF_DRV_SPI_INSTANCE_1' undeclared here (not in a function); did you mean 'NRF_DRV_SPI_INSTANCE_'?
'NRF_DRV_TWI_INSTANCE_0...
Though it doesn't seem to be mentioned in the product specification, I've confirmed the hint from https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/saadc_low_power...
Hello Supporters ,
I have built one application using NRF52 .in which i have interfaced sensors and Winbond[W25Q128FV] SPI Flash. now i want to store sensors data to SPI...