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...
Hello guys,
Hope someone can help me here. I am working with the NRF52 and want to use Zephyr . I am able to flash it. Using the nrf52 as periphal does not cause problems...
Hi,
I'm using SDK13.
I'm tring to save big size data (about 10KB) into flash when received them with 20 bytes pieces.
I called fds_record_write() in NUS's data handler...
Hi, I'm new to wireshark, and I want to filter all those empty pdus, they make it really hard for me to find the useful packets.
I tried btle.lendgth != 0, but got an error...
So I'm basing this off of the ble_app_hrs that initially has heart rates service and battery service. I want to create my own custom service andcopied the project to use as...
Hello,
I tested the example project "custom serial chat" from Atmel and wanted to see which Handle is used to send and receive data from Smartphone to the BLE-Board (SAMD21...
Hi.
I am designing PCB based on NRF51822-QFAA-R7.
There is 2450BM14E0003T balun will be used.
Here is reference design for that pair (NRF51822 + 2450BM14E0003T):
www...
I would like to register a bug report with the nRF5 SDK version 12.2.0. If you look at the example code in the SDK you will find that every example has a different build configuration...
We have a project which need to control the distance between the slave and the master to be less than 10m, say 5m. We tried -20 and found it a little longer than we expected...
How can I trasfer 20bytes data per 10ms?
Currently, I set gap_conn_params.min_conn_interval 7.5ms, and use BLE_EVT_TX_COMPLETE to send data. However, Android APP nrf Connect...
[Aim]
I am working on a project where I aimed to Integrate/Develop firmware management system using Contiki running over Nordic NRF52.
[Components]
Contiki running over...
On a nRF52832...
I'm trying to create a DFU package to update an existing SDK 11 SD2.0.0 firmware, to update it to SDK 12 SD + new application + secure bootloader
But the...
Hi
I am using SDK 12.3.0 with softdevice s130 v2. When I try to combine ble_app_hrs_peripheral code with app_uart.c, uart module gives error NRF_DRV_UART_EVT_ERROR in uart_irq_handler...