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:
...
The nrf51 powerdown examples
github.com/.../nrf51-powerdown-examples.git
Are these power down examples are helpful. They clearly indicate how to power on the nrf51822...
I have a custom board using the nRF51822 as a peripheral with the S110 SoftDevice. The centrals are mobile apps, both Android and iOS. The device spends a lot of time in a...
Hi
I'm trying to run uart example on nrf6310.
I followed following link.
devzone.nordicsemi.com/.../
and I defined ENABLE_LOOPBACK_TEST.
it was resulted in blinking...
I am using sd 7.0.0, I have a simple bootloader implementation that follows the bootloader sample code pretty closely. When I jump to my application from the bootloader and...
Is there anyway to get a light to blink using only the PCB antenna module?
Also, is there anyway to blink a light using only the Bluetooth Smart Beacon chip?
Hi,
I'm attempting to use 'S120/experimental/ble_app_multilink_central' running on a pca10001 to better understand the central / peripherial comm sequencing on the nrf51...
Is there documentation missing from the SDK 6.0 docs (and 5.2) ?
For instance:
https://devzone.nordicsemi.com/documentation/nrf51/6.0.0/s110/html/a00125.html
is blank...
Hi All,
I am new to BLE nRF 51822 development kit. It is mounted on nRF go Starter Kit. My question is how can I put a advertising 51822 chip to sleep? Also, when I turn...
Hi
In my custom project I'm using pins P0.14 as SCL and P0.15 as SDA .
I know the pins selection #define is in twi_master_config.h. But the question is whether I have...
Hello,
I'm using: nRF51422-QFAA E00 and SDK - nRF51 5.2.0
Right now I'm running without softdevice enabled. I'm trying to use RTC1 Timer for my own delay_ms() function...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
I am currently using s120 to create a central device to scan for my peripherals. In addition I am trying to parse the Advertising Report data and send it via UART.
p_ble_evt...
I have use PAC10000 and RF51822 EVB ,when i run sniffer.exe,and I found nrf51822 ble,[0],
select "w " and show " Starting Wireshark",but always show " Starting Wireshark...
Hi All,
I need the slave node(S110) send advertising continuously and monitored by master node, so I set the advertising parameters as:
adv_params.type = BLE_GAP_ADV_TYPE_ADV_NONCONN_IND;...
hi all,
I use the Nordic BTLE SoC(nRF51) for develop product and now i have some issue for the the btle compatibility with other vendor btle.
Whether i use the dongle...