Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
The documentation of the S110 contains sequence charts that explain how the different GATT operations are performed.
developer.nordicsemi.com/.../a00885.html
It seems...
Hi,
I've been trying to do fake non-connectable advertising with a nRF24LE1 with base on [1] and [2], they use nRF24L01+ with an AVR which I have ported to my device. I...
Hey,
I'm evaluating a nRF51-DK and face NRF_ERROR_INVALID_ADDR when trying to set a value in the local gatt server database.
My goal is to create a read-only characteristic...
Hi,
I'm using nRF51822 Beacon v1.1.0. Is it possible to detect that the beacon is being scanned? Is there any event generated during this process that I can catch?
I have been studying the ble_app_hrs example, but it has unnecessary functionalities, and it is hard to understand.
Do you have a simple application for transferring data...
I would like to use that chip with appropriate codec as wireles Tx/Rx set. I need of uncompressed audio signal and my sours will be analogue amplifier and the Rx module has...
Hello there,
I am using multilink_central example on nrf51822 Soc, and I charged S120 in the memory. I am trying to get the RSSI and the MAC address without getting connected...
I am trying to get the sniffer to run and having problems. Tried both 0.9.7 and 1.0.1 same results on both. OS is W7-32 home. Hardware, have tried several PCA10000 and a PCA10001...
Hello community, I have the uVision 4 installed, I tried to open the project to compile ble_app_hrs_dfu but get the following error.
I find this file in C:\Keil\C51...
The reference designs and sample layout use 0402 sized components in the RF section. Are 0402 sized components required or can 0603 sized components be used? I'm trying to...
how i can send and receive data by multiple nrf24l01
for example :
If I have 10 packets for send .In Deviec 1 I want send 5 packets by one nrf24l01 and send 5 packeets...
Hi there,
I am struggling for 4-5 days but could find a solution yet.
Can nRF8002 be used as a beacon? I read nrf8002 datasheet and also google it alot but could not see...
If the softdevice is not used, As follows:
static void gpio_init(void)
{
nrf_gpio_cfg_input(Record, NRF_GPIO_PIN_PULLUP);
nrf_gpio_cfg_input(Play, NRF_GPIO_PIN_PULLUP...
There is an input clock signal with frequency of 3MHz-5MHz, but the exact frequency is unknown. I want to use nRF51822 to detect the clock signal's frequency, the accuracy...