Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
Hello,
I am trying to implement a Time-On-Air measurement with two nRF24L01+.
I set up the devices to work at 2Mbps, 3 bytes address, 1 byte payload, 1 byte CRC.
Both works...
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...