I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
Like the subject says, when I attempt to search at http://infocenter.nordicsemi.com, the search results show the following forever. The browser reload/X button keeps flashing...
Hi,
I created a mesh network with a mesh model which allows me to send a string message over it.
I use one board with a provisioning role and 3 others as provisionee....
Hi team,
Let me confirm what's C0 in the nRF51 32MHz XO spec. It specifies as following but C0 definition cannot be found in the PS. I assume C0 is the load cap where C1...
Hey,
I’m using Arduino IDE to program my nRF52832. I want to connect two nRF52832’s using BLE for master-slave communication. Eventually I want the master to control multiple...
Hi,
I am using nRF52840 DK, and I am creating my program starting from the basic UART example. I am not using threads, just plain sequential execution. I have a chain...
Hi,
I found out, that in the light switch example (SDK for Mesh v.1.0.1) after adding second element with Simple OnOff model in the light_switch_server, it is not possible...
Hi! Im using a nRF51-dongle and the SDK v12.1. There are no exampels for Segger Embedded Studio but in Segger Embedded Studio im trying to use the "Import IAR EWARM/KEIL MDK...
Hi everyone!
Im using Segger embedded studio and its works well to import the keil project to SES. I dont get any errors when building or debugging but i cant se it in the...
I read that in large networks that configuring the relay nodes helps achieve low-latency communication. With the nRF Mesh, is it possible to automatically switch off the relay...
Hello,
I wanna use FDS module and started with FDS example given in SDK 11.
I have used the exactly same functions for initialization but it seems like FDS module is not...
The S120 Central after scanning, connecting, and issues a sd_ble_gap_encrypt() to secure the link. If the peripheral's bond (LTK) is corrupted or incorrect, the sniffer shows...
This: http://www2.keil.com/mdk5/editions/lite/
I guess the principal limitation is the 32K code size, but the full list is here: http://www.keil.com/demo/limits.asp
...
I have Stlink v2 programmer and I would like to use it to flash hex file into my nrf52832 I read a lot of threads about using tools like openocd but none was helpful, I think...