I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
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...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi all,
I am beginner in Java, I have experince just with assembler and C. I did only one app before in java, with Laird libraries, because we have Laird boards using Nordic...
Hi. I've seen many questions here regarding BLE throughput, I've been trying to get something better than the 200 B/s I'm getting.
I am using a nrf52832 as a GATT server...
I tried to sniff Mesh Packets send with the Light Switch Example but I didn't get any.
For sniffing I use the nrfsniffer v2 with the nrf dongle and for the Light Switch...
I'm trying to get nRF UART logging to work and have included all the nRF_Log libraries as per the blinky example (which works).
However, upon building, I'm getting
"nrf_fprintf...
I am currently using the NRF24l01+ but i want to know if I should be using a different product for my application. I am sending very small amount of information (such as hex...
Hello,
I have a problem through which unfortunately I'm not able to come across alone. I'm using nRF52832 with softdevice and UART central example from SDK14.2 (..\examples...
I have a client device that normally is able to call ble_db_discovery_start and get the callback just fine and is able to complete the db discovery process. However sometimes...
I try to use SPI with easy DMA, in page 279 in the datasheet says: " An SPI master transaction consists of a sequence started by the START task followed by a number of events...
I have an issue with waking up SPI communication after sleep.
Befor I go to sleep I'm disabling SPI communication:
NRF_SPI0->ENABLE = 0;
NRF_SPI1->ENABLE = 0;
...
Hi is there anyone who knows if you can change the time on how often the health server model send out, the health server model is from lightswitch demo
Hi,
I wanna use nrf51822 as master which has 2 slaves: sdcard (fatfs) and adc
I set SPI_INSTANCE 0
and they don't want to work together, I mean I'd like to write some...
A time T_PINR is specified in the datasheet, as shown in the snippet below.
Does this give me an indication of the pulse width for a pin reset? If so, how do I interpret...
Not really a question, just that I find the comment misleading. In the sdk_config.h example coming with the SDK there is this piece of code:
// <q> SAADC_CONFIG_LP_MODE...
Hello,
I am trying to establish communication between Win 10 PC and nRF52 Dev Kit using pc-ble-driver . I followed the instructions in:
https://github.com/NordicSemiconductor...