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,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
Hi,
I use NRF51822 + S130 + SDK12 platform, my device work in CENTRAL mode, I want send data to peripheral every 10ms, code like this:
while (1)
{
while (m_free_tx_packet_count...
Hello,
I am currently working on nRF52840PDK baesd project, where I want to use BLE using RIOT OS. So, please can you provide any example for RIOT OS based BLE or any details...
Hello all ,
I am using nRf52832 and i found PWM conflicts with Softdevice: We were able to create a sample PWM application which works fine independently. When we merge...
I'm developing a system which consists of 1 or more remotes (3 or 4 max) that have to communicate with a single host.
I need a fairly simple protocol, low power optimised...
hello all,
I am using nRF52832 and blow is my querry.
Implementation of power ON/Off feature:We are able to put the board to system ON low power and System OFF low...
I am using radio notification to change every advertisement packet. Here is my code:
static void on_ble_radio_active_evt(bool radio_active) {
if (radio_active) {
advertising_data_init...
Hi all!
I'm trying to move to SDK 14 with some project.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 23..70 all works good.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE > 72 exception happens...
Hello, I am investigating the possibility of integrating the DTM functionality into our app (which uses the softdevice) to allow us to use a single image for production testing...
Hi,
I am using the SAADC example in SDK 12.2.0 together with SoftDevice (S132, v3) and its working fine without any problems. As a modification, I want to uninitialise...
After calling sd_ble_gap_connect() at an arbitrary time, how does the central actually connects to the peripheral?
Assuming the client probably listens only at certain times...
Hi all,
Is there a way to change the UART pins configuration to bypass the segger jlink debugger on the nRF51/52 devices? I would like NOT to use this debugger chip for...
I am trying to receive a string of 708 characters via BLE. As BLE cap a maximum of 20 bytes per transmission, at the mobile app side I break the data to be send every 20 characters...
Hi All.
I wanna to continue Advertising during peripheral connection due connectable ADV prohibited if Peripheral connection established for nRF52840.
Is it possible to...
I'm trying to print a 20 byte array over uart before sending it on BLE. My array contains:
{0x34, 0x12, 0x00, 0xFF, 0x00, 0xFF, ..., 0x00, 0xFF}
However when I try...
Hi, i am actually working on a smart lock and i want to implement an Automatic Unlock.
This functionnality can be really useful, because the door unlock even if your smartphone...