We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Currently, it using the I2S at nRF52832.
I want to play the wave file,But can not play well.
So, I ask you for a check because there is the following question.
[Question...
We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
The nRF51 reference manual says that GPIO PIN_CNF registers are retained registers and that "a retained register is a register that will retain its value in system OFF mode...
Hi,
I'm trying to add second service on the fly, while SD running. After adding it, I'm trying to send service changed notification, but it don't work. Below is code used...
Hello.
I test nrf51822 central and peripheral.
I want to change radio channel frequency about nrf51822.
I test source code as below.
nRF51_SDK_10.0.0_dc26b5e\examples...
there is an error on softdevice on src\ll_adv.c on line of 659 . what is the reason?
this is my adv init
#define DEVICE_NAME "navid" /**< Name of device. Will be included...
hi
I want to know whether we require MCU for enabling "Enhanced shock burst mode " or when we set the CE pin to high for making RX that time automatically this will enable...
Hi everyone,
I am using the nRF51822, I have an issue of programming the bootloader.
It is said that the flash is not erased. But I just did an erase all before programming...
Hello,
I have two questions regarding nRF52832 ADC, which are not documented :
what is the precision / tolerance of the internal 0.6V reference?
what is...
hello there,
I use currently 'ble_app_hids_keyboard_s132_spi_pca10040' app of SDK11 for my nrf52832_xxaa device on 'IAR' IDE. It utilizes sofdevise s132. I do not use the...
Hi
I'm encountering a problem in UART communication with nrf51422 on a custom board over an FTDI USB-serial converter ic.
When I send a string > 40 chars from the terminal...
hi
i have nrf51422 sdkv6 ss10 v1
i have timer2 inited
after something like 30 minute that it work right it stop without any system or ble event and it goes here
...
ibeacon noob here, I see several postings about implementing with different chips. Is there a preferred solution for an ibeacon for new designs? Thanks!
So I've been following these blogs on getting Monitor Mode Debugging working with SEGGER Embedded Studio: devzone.nordicsemi.com/.../ and devzone.nordicsemi.com/.../
These...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
I try to modify the example code let it can connect to the Blood Pressure (loading...
Hi, I have written some code following an example for my nRF51-DK using a sensor and HeartRateService, but I tried to use some apps and the scan doesn't seem to see my phone...