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...
I'm seeing the resetreas show the CPU lock-up detected after I reboot. This error is occurring while using the ADC. What type of fault condition can cause a CPU lock-up detection...
Hey everyone,
I'm developing an application using the IoT SDK . The first part of the application consisted of a normal BLE peripheral to interact with an android app....
app_timer.h contains a useful macro for getting from milliseconds to a number of timer ticks, given a prescaler value with which the timer was started:
#define APP_TIMER_TICKS...
Hello,
May i know what will happen if we happen to assign the same pipe address for let's say pipe 1 and pipe 2?
Can we still receive data and be informed of the pipe...
Hi,
My goal is to send temperature values on the advertising so, I'm trying to get work this example, but i have an error about this lines of the code on keil:
advdata...
Hello, how can i modify the hrs_s_evt_handler() to initiate bonding only if it my configured belt address?
My Solution:
static void hrs_c_evt_handler(ble_hrs_c_t * p_hrs_c...
Hello, All.
I want to know AppID in iPhone's App using ANCS.
(for example, Facebook App's AppID is "com.facebook.Facebook",
Facetime's AppID is "com.apple.facetime")...
Hi Nordics!
I want to add custom service into ANCS example for android.
But I cannot understand how to add custom service stably.
First, I just added my custom service...
I have compiled the nRF51-ble-bcast-mesh 's examples: "LED_mesh_SDK7" and "BLE_Gateway_SDK7" on Keil uVision v5.14.0.0. But, I am facing problems flashing them on to my nRF51422...
I have a problem that I can't figure out. I have a custom board with an nRF51822 QFAB. The board will run a test application that uses nrf_delay_ms() to toggle an output pin...
Hi!
I have reviewed the NRF518 reference design, i.e., case "PCB layout recommendations for the NRF51822 WLCSP62 package" and the layout pdf files provided therein:
...
Hi
I have read various things about this so I would like to confirm
What is the best way to set the bluetooth address of my device ? Is it built in by nordic ?
Or is it...
Hi,
I am able to change the MAC address of the beacon using the call sd_ble_gap_address_set(BLE_GAP_ADDR_CYCLE_MODE_NONE, &gap_addr), where gap_addr is of type BLE_GAP_ADDR_TYPE_RANDOM_STATIC...
Hi, I am newbie at this field.
I have tried to configure network for communication between device nodes.
What i want to do is each device node has unique data( <30bytes...