Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using the nrf51822 evaluation kit. There is low level access (via memory registers) the the 2.4Ghz radio in either a Nordic proprietary protocl mode, or Bluetooth LE mode...
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...