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:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
Hello Nordic Semi,
We are using the nRF24L01+ for a remote switch application. We have a small transmitter button (nRF24L01+ layout as per datasheet with micro controller...
I have a problem within the following szenario:
I transfer data from my nRF51822 Peripheral to a connected Central (Android App) as a bunch of Notifications with maximal...
my project can't goto sysoff mode, (desktop2)( project based on mouse demo)
m_prw_mgmt_set_sysoff_timeout(DEFAULT_BTLE_INACTIVITY_DISCONNECT_PERIOD);//can't sleep here...
DEFAULT_BTLE_INACTIVITY_DISCONNECT_PERIOD is 3600//one hour
i can't wakeup if disconnect'time over one hour.
but i can wake up form com_event_advertising_timeout
my code...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Hi,
I am new using nRF51822 DK with the nRF6700 Starter kit. Downloaded nRF SDK and got most examples running fine including BLE examples with s110.
What I would like...
Hi, I am developing the nRF51822 BLE soc. I need using the authentication passkey for bonding. So far as I know that the passkey is generated by the SD. But I want to set...
I'd like to make a feature request for the S110 SoftDevice and the nRF51822 SDK. The problem centers around the inability to use passkey authorization on a device that does...
Hi,
I'm developing a BLE advertising sender and want to give the user the chance to change some settings of the sender with an iOS app. The user should connect/pair to...
I've been messing about with the random number generator just testing out events and interrupts. I got it working generating an interrupt but then I thought, NRF_RNG->EVENTS_VALRDY...
Im trying to figure out how to get started with the while development process to use the nRF8001. I have the nRFgo Development Kit and downloaded nRFGo studio and the nRF8001...
Hi all,
I would like to know how to disable de DC/DC Converter...
My main file is something like this:
void sleep()
{
__SEV();
__WFE();
__WFE();
}
int...
Hi All,
I am planning to build a remote controlled device BLE(4.0 ).
I referred developer.bluetooth.org/gatt/Pages/GATT-Specification-Documents.aspx
but still not having...